Home
last modified time | relevance | path

Searched refs:reschedule (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c164 tx_ring->reschedule = B_TRUE; in ixgbe_ring_tx()
417 tx_ring->reschedule = B_TRUE; in ixgbe_ring_tx()
568 tx_ring->reschedule = B_TRUE; in ixgbe_ring_tx()
1218 if (tx_ring->reschedule) { in ixgbe_tx_recycle_legacy()
1219 tx_ring->reschedule = B_FALSE; in ixgbe_tx_recycle_legacy()
1327 (tx_ring->reschedule)) { in ixgbe_tx_recycle_legacy()
1328 tx_ring->reschedule = B_FALSE; in ixgbe_tx_recycle_legacy()
1380 if (tx_ring->reschedule) { in ixgbe_tx_recycle_head_wb()
1381 tx_ring->reschedule = B_FALSE; in ixgbe_tx_recycle_head_wb()
1474 (tx_ring->reschedule)) { in ixgbe_tx_recycle_head_wb()
[all …]
H A Dixgbe_sw.h502 boolean_t reschedule; member
H A Dixgbe_main.c4126 if (tx_ring->reschedule && in ixgbe_intr_tx_work()
4128 tx_ring->reschedule = B_FALSE; in ixgbe_intr_tx_work()
4282 tx_reschedule = (tx_ring->reschedule && in ixgbe_intr_legacy()
4330 tx_ring->reschedule = B_FALSE; in ixgbe_intr_legacy()
/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_ds.c260 boolean_t reschedule = B_FALSE; in pmcs_dev_state_recovery() local
332 reschedule = B_TRUE; in pmcs_dev_state_recovery()
489 if (reschedule) { in pmcs_dev_state_recovery()
/titanic_41/usr/src/uts/common/io/igb/
H A Digb_tx.c174 tx_ring->reschedule = B_TRUE; in igb_tx()
471 tx_ring->reschedule = B_TRUE; in igb_tx()
H A Digb_sw.h453 boolean_t reschedule; member
H A Digb_main.c4033 if (tx_ring->reschedule && in igb_intr_tx_work()
4035 tx_ring->reschedule = B_FALSE; in igb_intr_tx_work()
4132 tx_reschedule = (tx_ring->reschedule && in igb_intr_legacy()
4173 tx_ring->reschedule = B_FALSE; in igb_intr_legacy()
/titanic_41/usr/src/uts/common/disp/
H A Ddisp.c721 reschedule: in disp()
835 goto reschedule; in disp()