Home
last modified time | relevance | path

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

12

/drivers/net/ethernet/huawei/hinic/
Dhinic_tx.c63 txq_stats->tx_busy = 0; in hinic_txq_clean_stats()
84 stats->tx_busy = txq_stats->tx_busy; in hinic_txq_get_stats()
220 txq->txq_stats.tx_busy++; in hinic_xmit_frame()
Dhinic_tx.h30 u64 tx_busy; member
Dhinic_main.c233 nic_tx_stats->tx_busy += tx_stats.tx_busy; in update_tx_stats()
/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h75 u64 tx_busy; member
308 u64 tx_busy; member
/drivers/staging/irda/net/irlan/
Dirlan_client.c200 self->client.tx_busy = FALSE; in irlan_client_ctrl_data_indication()
232 self->client.tx_busy = FALSE; in irlan_client_ctrl_disconnect_indication()
Dirlan_common.c574 if (irda_lock(&self->client.tx_busy) == FALSE) in irlan_run_ctrl_tx_queue()
579 self->client.tx_busy = FALSE; in irlan_run_ctrl_tx_queue()
587 self->client.tx_busy = FALSE; in irlan_run_ctrl_tx_queue()
Dirlan_eth.c150 self->client.tx_busy = 0; in irlan_eth_close()
/drivers/staging/irda/include/net/irda/
Dirlan_common.h135 int tx_busy; member
/drivers/net/ethernet/intel/fm10k/
Dfm10k.h103 u64 tx_busy; member
308 u64 tx_busy; member
Dfm10k_mbx.h292 u64 tx_busy; member
Dfm10k_pci.c418 u64 restart_queue = 0, tx_busy = 0, alloc_failed = 0; in fm10k_update_stats() local
439 tx_busy += tx_ring->tx_stats.tx_busy; in fm10k_update_stats()
447 interface->tx_busy = tx_busy; in fm10k_update_stats()
Dfm10k_ethtool.c62 FM10K_STAT("tx_busy", tx_busy),
102 FM10K_MBX_STAT("mbx_tx_busy", tx_busy),
/drivers/atm/
Dhorizon.h386 tx_busy, enumerator
Dhorizon.c1080 wait_event_interruptible(dev->tx_queue, (!test_and_set_bit(tx_busy, &dev->flags))); in tx_hold()
1091 clear_bit (tx_busy, &dev->flags); in tx_release()
1222 if (test_bit (tx_busy, &dev->flags)) { in tx_bus_master_complete_handler()
1610 if (test_bit (tx_busy, &dev->flags)) { in hrz_send()
/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.h310 u64 tx_busy; member
/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h270 u64 tx_busy; member
686 u64 tx_busy; member
/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h328 u64 tx_busy; member
Di40e.h630 u32 tx_busy; member
/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhns3_enet.h356 u64 tx_busy; member
Dhns3_ethtool.c38 HNS3_TQP_STAT("tx_busy", tx_busy),
/drivers/net/ethernet/netronome/nfp/
Dnfp_net.h441 u64 tx_busy; member
/drivers/net/ethernet/hisilicon/hns/
Dhnae.h252 u64 tx_busy; member
/drivers/media/pci/ngene/
Dngene.h781 int tx_busy; member
/drivers/net/hyperv/
Dhyperv_net.h701 unsigned long tx_busy; member
Dnetvsc_drv.c696 ++net_device_ctx->eth_stats.tx_busy; in netvsc_start_xmit()
1271 { "tx_busy", offsetof(struct netvsc_ethtool_stats, tx_busy) },

12