Home
last modified time | relevance | path

Searched refs:force_reset (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c71 void i_ldc_reset(ldc_chan_t *ldcp, boolean_t force_reset);
74 static int i_ldc_rxq_reconf(ldc_chan_t *ldcp, boolean_t force_reset);
598 i_ldc_rxq_reconf(ldc_chan_t *ldcp, boolean_t force_reset) in i_ldc_rxq_reconf() argument
613 if (force_reset || (ldcp->tstate & ~TS_IN_RESET) == TS_UP) { in i_ldc_rxq_reconf()
710 i_ldc_reset(ldc_chan_t *ldcp, boolean_t force_reset) in i_ldc_reset() argument
719 (void) i_ldc_rxq_reconf(ldcp, force_reset); in i_ldc_reset()
2273 force_reset: in i_ldc_rx_process_hvq()
2288 goto force_reset; in i_ldc_rx_process_hvq()
H A Dldc_shm.c60 extern void i_ldc_reset(ldc_chan_t *ldcp, boolean_t force_reset);
/illumos-gate/usr/src/cmd/bhyvectl/
H A Dbhyvectl.c270 static int force_reset, force_poweroff; variable
1337 { "force-reset", NO_ARG, &force_reset, 1 }, in setup_options()
2371 if (!error && force_reset) in main()