Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c198 tx_ring->reschedule = B_TRUE; in ixgbe_ring_tx()
344 tx_ring->reschedule = B_TRUE; in ixgbe_ring_tx()
422 tx_ring->reschedule = B_TRUE; in ixgbe_ring_tx()
1131 if (tx_ring->reschedule) { in ixgbe_tx_recycle_legacy()
1132 tx_ring->reschedule = B_FALSE; in ixgbe_tx_recycle_legacy()
1240 (tx_ring->reschedule)) { in ixgbe_tx_recycle_legacy()
1241 tx_ring->reschedule = B_FALSE; in ixgbe_tx_recycle_legacy()
1278 if (tx_ring->reschedule) { in ixgbe_tx_recycle_head_wb()
1279 tx_ring->reschedule = B_FALSE; in ixgbe_tx_recycle_head_wb()
1372 (tx_ring->reschedule)) { in ixgbe_tx_recycle_head_wb()
[all …]
H A Dixgbe_sw.h520 boolean_t reschedule; member
H A Dixgbe_main.c4685 if (tx_ring->reschedule && in ixgbe_intr_tx_work()
4687 tx_ring->reschedule = B_FALSE; in ixgbe_intr_tx_work()
4859 tx_reschedule = (tx_ring->reschedule && in ixgbe_intr_legacy()
4910 tx_ring->reschedule = B_FALSE; in ixgbe_intr_legacy()
/illumos-gate/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()
/illumos-gate/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.h459 boolean_t reschedule; member
H A Digb_main.c4084 if (tx_ring->reschedule && in igb_intr_tx_work()
4086 tx_ring->reschedule = B_FALSE; in igb_intr_tx_work()
4183 tx_reschedule = (tx_ring->reschedule && in igb_intr_legacy()
4224 tx_ring->reschedule = B_FALSE; in igb_intr_legacy()
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c741 reschedule: in disp()
855 goto reschedule; in disp()