Searched refs:tx_busy (Results 1 – 9 of 9) sorted by relevance
/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf.h | 248 u64 tx_busy; member
|
D | ethtool.c | 68 {"tx_busy", IXGBEVF_STAT(tx_busy, zero_base, zero_base)},
|
D | ixgbevf_main.c | 3063 adapter->tx_busy++; in ixgbevf_xmit_frame()
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe.h | 189 u64 tx_busy; member 544 u64 tx_busy; member
|
D | ixgbe_main.c | 5247 u64 non_eop_descs = 0, restart_queue = 0, tx_busy = 0; in ixgbe_update_stats() local 5288 tx_busy += tx_ring->tx_stats.tx_busy; in ixgbe_update_stats() 5293 adapter->tx_busy = tx_busy; in ixgbe_update_stats() 6505 tx_ring->tx_stats.tx_busy++; in ixgbe_xmit_frame_ring()
|
D | ixgbe_ethtool.c | 73 {"tx_busy", IXGBE_STAT(tx_busy)},
|
/drivers/atm/ |
D | horizon.h | 386 tx_busy, enumerator
|
D | horizon.c | 1095 wait_event_interruptible(dev->tx_queue, (!test_and_set_bit(tx_busy, &dev->flags))); in tx_hold() 1106 clear_bit (tx_busy, &dev->flags); in tx_release() 1237 if (test_bit (tx_busy, &dev->flags)) { in tx_bus_master_complete_handler() 1633 if (test_bit (tx_busy, &dev->flags)) { in hrz_send()
|
/drivers/media/pci/ngene/ |
D | ngene.h | 785 int tx_busy; member
|