Home
last modified time | relevance | path

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

123

/openbmc/linux/drivers/net/can/spi/
H A 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()
H A 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()
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.h21 u64 tx_busy; member
H A 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()
H A Dhinic_main.c104 nic_tx_stats->tx_busy += tx_stats.tx_busy; in gather_tx_stats()
/openbmc/qemu/hw/net/
H A Dpcnet.h54 int tx_busy; member
H A Dpcnet.c712 s->tx_busy = 0; in pcnet_s_reset()
1186 s->tx_busy = 1; in pcnet_transmit()
1288 s->tx_busy = 0; in pcnet_transmit()
1299 if (s->tx_busy) { in pcnet_poll()
1698 VMSTATE_INT32(tx_busy, PCNetState),
/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_tx.h141 u64 tx_busy; member
H A Doctep_ethtool.c166 tx_busy_errors += iq->stats.tx_busy; in octep_get_ethtool_stats()
214 data[i++] = iq->stats.tx_busy; in octep_get_ethtool_stats()
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.h275 u64 tx_busy; member
H A Dfm10k.h86 u64 tx_busy; member
308 u64 tx_busy; member
H A Dfm10k_pci.c542 u64 restart_queue = 0, tx_busy = 0, alloc_failed = 0; in fm10k_update_stats() local
563 tx_busy += tx_ring->tx_stats.tx_busy; in fm10k_update_stats()
571 interface->tx_busy = tx_busy; in fm10k_update_stats()
H A Dfm10k_ethtool.c54 FM10K_STAT("tx_busy", tx_busy),
92 FM10K_MBX_STAT("mbx_tx_busy", tx_busy),
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h63 u64 tx_busy; member
372 u64 tx_busy; member
/openbmc/linux/sound/soc/ux500/
H A Dux500_msp_i2s.c419 unsigned int tx_sel, rx_sel, tx_busy, rx_busy; in ux500_msp_i2s_open() local
436 tx_busy = (msp->dir_busy & MSP_DIR_TX) > 0; in ux500_msp_i2s_open()
438 if (tx_busy && tx_sel) { in ux500_msp_i2s_open()
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.h292 u64 tx_busy; member
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_txrx.h215 u64 tx_busy; member
H A Dice_txrx_lib.c432 xdp_ring->ring_stats->tx_stats.tx_busy++; in __ice_xmit_xdp_ring()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h292 u64 tx_busy; member
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h293 u64 tx_busy; member
731 u64 tx_busy; member
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h423 u64 tx_busy; member
/openbmc/linux/drivers/media/pci/ngene/
H A Dngene.h743 int tx_busy; member
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.h248 u64 tx_busy; member
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net.h435 u64 tx_busy; member
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfd3/
H A Ddp.c283 r_vec->tx_busy++; in nfp_nfd3_tx()
1225 r_vec->tx_busy++; in nfp_nfd3_ctrl_tx_one()

123