Searched refs:ready_txd (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_rxdring.c1127 boolean_t ready_txd = B_FALSE; local
1191 ready_txd = B_FALSE;
1196 ready_txd = B_TRUE;
1204 if (ready_txd == B_FALSE) {
H A Dvnet_rxdring.c1178 boolean_t ready_txd = B_FALSE; local
1265 ready_txd = B_FALSE;
1270 ready_txd = B_TRUE;
1278 if (ready_txd == B_FALSE) {
H A Dvnet_txdring.c1285 boolean_t ready_txd = B_FALSE; local
1344 ready_txd = B_FALSE;
1357 ready_txd = B_TRUE;
1372 ready_txd = B_TRUE;
1377 if (ready_txd) {

Completed in 235 milliseconds