Home
last modified time | relevance | path

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

/titanic_50/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);
614 i_ldc_rxq_reconf(ldc_chan_t *ldcp, boolean_t force_reset) in i_ldc_rxq_reconf() argument
629 if (force_reset || (ldcp->tstate & ~TS_IN_RESET) == TS_UP) { in i_ldc_rxq_reconf()
726 i_ldc_reset(ldc_chan_t *ldcp, boolean_t force_reset) in i_ldc_reset() argument
735 (void) i_ldc_rxq_reconf(ldcp, force_reset); in i_ldc_reset()
2289 force_reset: in i_ldc_rx_process_hvq()
2304 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);