Home
last modified time | relevance | path

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

12

/linux-6.1.9/drivers/net/can/spi/
Dhi311x.c168 bool tx_busy; member
179 if (priv->tx_skb || priv->tx_busy) in hi3110_clean()
182 if (priv->tx_busy) in hi3110_clean()
185 priv->tx_busy = false; in hi3110_clean()
371 if (priv->tx_skb || priv->tx_busy) { in hi3110_hard_start_xmit()
586 priv->tx_busy = true; in hi3110_tx_work_handler()
723 if (priv->tx_busy && statf & HI3110_STAT_TXMTY) { in hi3110_can_ist()
726 priv->tx_busy = false; in hi3110_can_ist()
753 priv->tx_busy = false; in hi3110_open()
Dmcp251x.c252 bool tx_busy; member
276 if (priv->tx_skb || priv->tx_busy) in mcp251x_clean()
279 if (priv->tx_busy) in mcp251x_clean()
282 priv->tx_busy = false; in mcp251x_clean()
787 if (priv->tx_skb || priv->tx_busy) { in mcp251x_hard_start_xmit()
1010 priv->tx_busy = true; in mcp251x_tx_work_handler()
1188 if (priv->tx_busy) { in mcp251x_can_ist()
1192 priv->tx_busy = false; in mcp251x_can_ist()
1219 priv->tx_busy = false; in mcp251x_open()
/linux-6.1.9/drivers/net/ethernet/huawei/hinic/
Dhinic_tx.h21 u64 tx_busy; member
Dhinic_tx.c84 txq_stats->tx_busy = 0; in hinic_txq_clean_stats()
105 stats->tx_busy = txq_stats->tx_busy; in hinic_txq_get_stats()
525 txq->txq_stats.tx_busy++; in hinic_lb_xmit_frame()
609 txq->txq_stats.tx_busy++; in hinic_xmit_frame()
Dhinic_main.c104 nic_tx_stats->tx_busy += tx_stats.tx_busy; in gather_tx_stats()
/linux-6.1.9/drivers/net/ethernet/marvell/octeon_ep/
Doctep_tx.h127 u64 tx_busy; member
Doctep_ethtool.c163 tx_busy_errors += iq->stats.tx_busy; in octep_get_ethtool_stats()
211 data[i++] = iq->stats.tx_busy; in octep_get_ethtool_stats()
/linux-6.1.9/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h63 u64 tx_busy; member
372 u64 tx_busy; member
/linux-6.1.9/drivers/net/ethernet/intel/fm10k/
Dfm10k_mbx.h275 u64 tx_busy; member
Dfm10k.h86 u64 tx_busy; member
308 u64 tx_busy; member
Dfm10k_pci.c543 u64 restart_queue = 0, tx_busy = 0, alloc_failed = 0; in fm10k_update_stats() local
564 tx_busy += tx_ring->tx_stats.tx_busy; in fm10k_update_stats()
572 interface->tx_busy = tx_busy; in fm10k_update_stats()
Dfm10k_ethtool.c54 FM10K_STAT("tx_busy", tx_busy),
92 FM10K_MBX_STAT("mbx_tx_busy", tx_busy),
/linux-6.1.9/sound/soc/ux500/
Dux500_msp_i2s.c434 unsigned int tx_sel, rx_sel, tx_busy, rx_busy; in ux500_msp_i2s_open() local
451 tx_busy = (msp->dir_busy & MSP_DIR_TX) > 0; in ux500_msp_i2s_open()
453 if (tx_busy && tx_sel) { in ux500_msp_i2s_open()
/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_txrx_lib.c288 xdp_ring->tx_stats.tx_busy++; in ice_xmit_xdp_ring()
Dice_txrx.h183 u64 tx_busy; member
Dice.h324 u32 tx_busy; member
/linux-6.1.9/drivers/net/ethernet/intel/i40e/
Di40e_txrx.h289 u64 tx_busy; member
Di40e_debugfs.c244 vsi->tx_restart, vsi->tx_busy, in i40e_dbg_dump_vsi_seid()
314 tx_ring->tx_stats.tx_busy, in i40e_dbg_dump_vsi_seid()
354 xdp_ring->tx_stats.tx_busy, in i40e_dbg_dump_vsi_seid()
/linux-6.1.9/drivers/net/ethernet/intel/iavf/
Diavf_txrx.h293 u64 tx_busy; member
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h286 u64 tx_busy; member
724 u64 tx_busy; member
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.h421 u64 tx_busy; member
/linux-6.1.9/drivers/media/pci/ngene/
Dngene.h743 int tx_busy; member
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns/
Dhnae.h248 u64 tx_busy; member
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/
Dnfp_net.h428 u64 tx_busy; member
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/nfd3/
Ddp.c265 r_vec->tx_busy++; in nfp_nfd3_tx()
1189 r_vec->tx_busy++; in nfp_nfd3_ctrl_tx_one()

12