Home
last modified time | relevance | path

Searched refs:netif_tx_queue_stopped (Results 1 – 25 of 51) sorted by relevance

123

/Linux-v5.10/drivers/staging/rtl8188eu/include/
Dosdep_service.h58 return netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 0)) && in rtw_netif_queue_stopped()
59 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 1)) && in rtw_netif_queue_stopped()
60 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 2)) && in rtw_netif_queue_stopped()
61 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 3)); in rtw_netif_queue_stopped()
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dosdep_service_linux.h103 return (netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 0)) && in rtw_netif_queue_stopped()
104 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 1)) && in rtw_netif_queue_stopped()
105 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 2)) && in rtw_netif_queue_stopped()
106 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 3))); in rtw_netif_queue_stopped()
/Linux-v5.10/drivers/staging/rtl8188eu/os_dep/
Dxmit_linux.c104 if (!netif_tx_queue_stopped(netdev_get_tx_queue(padapter->pnetdev, queue))) in rtw_check_xmit_resource()
/Linux-v5.10/drivers/staging/rtl8723bs/os_dep/
Dxmit_linux.c121 if (!netif_tx_queue_stopped(netdev_get_tx_queue(padapter->pnetdev, queue))) in rtw_check_xmit_resource()
/Linux-v5.10/drivers/net/wireless/marvell/mwifiex/
Dtxrx.c320 if (netif_tx_queue_stopped(txq)) { in mwifiex_write_data_complete()
Dmain.c798 if (!netif_tx_queue_stopped(txq)) { in mwifiex_queue_tx_pkt()
1163 netif_tx_queue_stopped(txq) ? in mwifiex_drv_info_dump()
Ddebugfs.c143 p += sprintf(p, " %d:%s", i, netif_tx_queue_stopped(txq) ? in mwifiex_info_read()
/Linux-v5.10/drivers/net/
Difb.c111 if (netif_tx_queue_stopped(txq)) in ifb_ri_tasklet()
/Linux-v5.10/drivers/net/ethernet/sfc/
Dtx_common.c258 if (unlikely(netif_tx_queue_stopped(tx_queue->core_txq)) && in efx_xmit_done()
/Linux-v5.10/drivers/net/ethernet/sun/
Dsunvnet_common.c727 if (unlikely(netif_tx_queue_stopped(txq) && in vnet_ack()
766 if (likely(netif_tx_queue_stopped(txq))) in maybe_tx_wakeup()
1381 if (!netif_tx_queue_stopped(txq)) { in sunvnet_start_xmit_common()
/Linux-v5.10/drivers/net/ethernet/sfc/falcon/
Dtx.c512 if (unlikely(netif_tx_queue_stopped(tx_queue->core_txq)) && in ef4_xmit_done()
/Linux-v5.10/drivers/net/ethernet/google/gve/
Dgve_tx.c557 if (try_to_wake && netif_tx_queue_stopped(tx->netdev_txq) && in gve_clean_tx_done()
/Linux-v5.10/drivers/net/hyperv/
Dnetvsc.c733 if (netif_tx_queue_stopped(txq) && !net_device->tx_disable && in netvsc_send_tx_complete()
932 if (netif_tx_queue_stopped(txq) && in netvsc_send_pkt()
/Linux-v5.10/drivers/net/ethernet/ti/
Dam65-cpsw-nuss.c337 netif_tx_queue_stopped(netif_txq), in am65_cpsw_nuss_ndo_host_tx_timeout()
342 if (netif_tx_queue_stopped(netif_txq)) { in am65_cpsw_nuss_ndo_host_tx_timeout()
973 if (netif_tx_queue_stopped(netif_txq)) { in am65_cpsw_nuss_tx_compl_packets()
/Linux-v5.10/drivers/net/ethernet/
Dlantiq_etop.c190 if (netif_tx_queue_stopped(txq)) in ltq_etop_poll_tx()
/Linux-v5.10/drivers/net/xen-netback/
Dinterface.c183 return netif_tx_queue_stopped(netdev_get_tx_queue(dev, id)); in xenvif_queue_stopped()
Dxenbus.c97 netif_tx_queue_stopped(dev_queue) ? "stopped" : "running"); in xenvif_read_io_ring()
/Linux-v5.10/drivers/net/ethernet/qlogic/qede/
Dqede_fp.c480 if (unlikely(netif_tx_queue_stopped(netdev_txq))) { in qede_tx_int()
493 if ((netif_tx_queue_stopped(netdev_txq)) && in qede_tx_int()
/Linux-v5.10/include/linux/
Dnetdevice.h3343 static inline bool netif_tx_queue_stopped(const struct netdev_queue *dev_queue) in netif_tx_queue_stopped() function
3356 return netif_tx_queue_stopped(netdev_get_tx_queue(dev, 0)); in netif_queue_stopped()
3442 return netif_tx_queue_stopped(dev_queue); in __netdev_tx_sent_queue()
3607 return netif_tx_queue_stopped(txq); in __netif_subqueue_stopped()
/Linux-v5.10/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c781 if (unlikely(netif_tx_queue_stopped(dev_txq) && in sxgbe_tx_queue_clean()
1304 if (!netif_tx_queue_stopped(dev_txq)) { in sxgbe_xmit()
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.c390 if (netif_tx_queue_stopped(txq) && in otx2_tx_napi_handler()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c828 if (netif_tx_queue_stopped(sq->txq) && in mlx5e_poll_tx_cq()
/Linux-v5.10/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c945 if (netif_tx_queue_stopped(txq) && netif_carrier_ok(netdev)) { in nicvf_cq_intr_handler()
1292 if (!netif_tx_queue_stopped(txq) && in nicvf_xmit()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx4/
Den_tx.c527 if (netif_tx_queue_stopped(ring->tx_queue) && in mlx4_en_process_tx_cq()
/Linux-v5.10/drivers/net/ethernet/neterion/vxge/
Dvxge-main.c622 if (netif_tx_queue_stopped(fifo->txq)) in vxge_xmit_compl()
864 if (netif_tx_queue_stopped(fifo->txq)) in vxge_xmit()
1571 if (netif_tx_queue_stopped(vpath->fifo.txq)) in vxge_reset_vpath()

123