Home
last modified time | relevance | path

Searched refs:tx_busy (Results 1 – 9 of 9) sorted by relevance

/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h248 u64 tx_busy; member
Dethtool.c68 {"tx_busy", IXGBEVF_STAT(tx_busy, zero_base, zero_base)},
Dixgbevf_main.c3063 adapter->tx_busy++; in ixgbevf_xmit_frame()
/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h189 u64 tx_busy; member
544 u64 tx_busy; member
Dixgbe_main.c5247 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()
Dixgbe_ethtool.c73 {"tx_busy", IXGBE_STAT(tx_busy)},
/drivers/atm/
Dhorizon.h386 tx_busy, enumerator
Dhorizon.c1095 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/
Dngene.h785 int tx_busy; member