Searched refs:tx_busy (Results 1 - 25 of 58) sorted by relevance

123

/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.h21 u64 tx_busy; member in struct:hinic_txq_stats
H A Dhinic_tx.c84 txq_stats->tx_busy = 0;
105 stats->tx_busy = txq_stats->tx_busy;
525 txq->txq_stats.tx_busy++;
609 txq->txq_stats.tx_busy++;
/linux-master/drivers/net/can/spi/
H A Dhi311x.c168 bool tx_busy; member in struct:hi3110_priv
179 if (priv->tx_skb || priv->tx_busy)
182 if (priv->tx_busy)
185 priv->tx_busy = false;
371 if (priv->tx_skb || priv->tx_busy) {
586 priv->tx_busy = true;
723 if (priv->tx_busy && statf & HI3110_STAT_TXMTY) {
726 priv->tx_busy = false;
753 priv->tx_busy = false;
H A Dmcp251x.c252 bool tx_busy; member in struct:mcp251x_priv
276 if (priv->tx_skb || priv->tx_busy)
279 if (priv->tx_busy)
282 priv->tx_busy = false;
787 if (priv->tx_skb || priv->tx_busy) {
1010 priv->tx_busy = true;
1188 if (priv->tx_busy) {
1192 priv->tx_busy = false;
1219 priv->tx_busy = false;
/linux-master/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_tx.h143 u64 tx_busy; member in struct:octep_iq_stats
H A Doctep_ethtool.c56 "tx_busy[Q-%u]",
166 tx_busy_errors += iq->stats.tx_busy;
214 data[i++] = iq->stats.tx_busy;
/linux-master/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_tx.h101 u64 tx_busy; member in struct:octep_vf_iq_stats
H A Doctep_vf_ethtool.c34 "tx_busy[Q-%u]",
128 tx_busy_errors += iq->stats.tx_busy;
150 data[i++] = iq->stats.tx_busy;
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.h275 u64 tx_busy; member in struct:fm10k_mbx_info
H A Dfm10k.h86 u64 tx_busy; member in struct:fm10k_tx_queue_stats
308 u64 tx_busy; member in struct:fm10k_intfc
H A Dfm10k_pci.c542 u64 restart_queue = 0, tx_busy = 0, alloc_failed = 0; local
563 tx_busy += tx_ring->tx_stats.tx_busy;
571 interface->tx_busy = tx_busy;
/linux-master/sound/soc/ux500/
H A Dux500_msp_i2s.c419 unsigned int tx_sel, rx_sel, tx_busy, rx_busy; local
436 tx_busy = (msp->dir_busy & MSP_DIR_TX) > 0;
438 if (tx_busy && tx_sel) {
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h63 u64 tx_busy; member in struct:ixgbevf_tx_queue_stats
372 u64 tx_busy; member in struct:ixgbevf_adapter
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.h292 u64 tx_busy; member in struct:iavf_tx_queue_stats
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_txrx.h215 u64 tx_busy; member in struct:ice_txq_stats
H A Dice_txrx_lib.c475 xdp_ring->ring_stats->tx_stats.tx_busy++;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h292 u64 tx_busy; member in struct:i40e_tx_queue_stats
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_ethtool.c480 IDPF_PORT_STAT("tx-busy_events", port_stats.tx_busy),
787 u64_stats_set(&pstats->tx_busy, 0);
858 u64_stats_add(&pstats->tx_busy, qbusy);
H A Didpf.h244 u64_stats_t tx_busy; member in struct:idpf_port_stats
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ethtool.c38 WX_STAT("tx_busy", tx_busy),
H A Dwx_type.h857 u64 tx_busy; member in struct:wx_tx_queue_stats
1068 u64 tx_busy; member in struct:wx
H A Dwx_hw.c2285 u64 restart_queue = 0, tx_busy = 0; local
2306 tx_busy += tx_ring->tx_stats.tx_busy;
2309 wx->tx_busy = tx_busy;
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h293 u64 tx_busy; member in struct:ixgbe_tx_queue_stats
731 u64 tx_busy; member in struct:ixgbe_adapter
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.h248 u64 tx_busy; member in struct:ring_stats::__anon897::__anon898
/linux-master/drivers/media/pci/ngene/
H A Dngene.h743 int tx_busy; member in struct:ngene

Completed in 465 milliseconds

123