Home
last modified time | relevance | path

Searched refs:__netif_subqueue_stopped (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/staging/rtl8723bs/os_dep/
H A Dxmit_linux.c75 if (__netif_subqueue_stopped(padapter->pnetdev, queue) && in rtw_os_pkt_complete()
79 if (__netif_subqueue_stopped(padapter->pnetdev, queue)) in rtw_os_pkt_complete()
/linux/drivers/infiniband/hw/hfi1/
H A Dvnic_sdma.c224 if (__netif_subqueue_stopped(vinfo->netdev, vnic_sdma->q_idx)) in hfi1_vnic_sdma_wakeup()
H A Dipoib_tx.c848 __netif_subqueue_stopped(dev, txq->q_idx), in hfi1_ipoib_tx_timeout()
H A Dtrace_tx.h926 __netif_subqueue_stopped(txq->priv->netdev, txq->q_idx);
/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_tx.c91 if (unlikely(__netif_subqueue_stopped(iq->netdev, iq->q_no)) && in octep_iq_process_completions()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_network.h579 if (__netif_subqueue_stopped(netdev, i)) { in wake_txqs()
H A Dlio_core.c525 if (__netif_subqueue_stopped(netdev, iq->q_index) && in lio_update_txq_status()
H A Dlio_main.c474 if (__netif_subqueue_stopped(lio->netdev, q)) { in check_txq_status()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.c263 if (__netif_subqueue_stopped(ndev, in aq_ring_queue_wake()
278 if (!__netif_subqueue_stopped(ndev, in aq_ring_queue_stop()
H A Daq_nic.c854 if (__netif_subqueue_stopped(aq_nic_get_ndev(aq_nic), queue_index)) in aq_nic_xmit_xdpf()
893 if (__netif_subqueue_stopped(self->ndev, in aq_nic_xmit()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_tx.c744 if (__netif_subqueue_stopped(nic_dev->netdev, qp->q_id) && in free_tx_poll()
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c1317 if (__netif_subqueue_stopped(tx_ring->netdev, in fm10k_clean_tx_irq()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c337 if (__netif_subqueue_stopped(tx_ring->netdev, in iavf_clean_tx_irq()
/linux/include/linux/
H A Dnetdevice.h3652 static inline bool __netif_subqueue_stopped(const struct net_device *dev, in __netif_subqueue_stopped() function
3670 return __netif_subqueue_stopped(dev, skb_get_queue_mapping(skb)); in netif_subqueue_stopped()
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c1164 if (unlikely(__netif_subqueue_stopped(q->lif->netdev, q->index))) in ionic_tx_clean()
/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.c841 if (__netif_subqueue_stopped(ndev, ring->index)) in xgene_enet_process_ring()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c812 if (__netif_subqueue_stopped(tx_ring->netdev, in wx_clean_tx_irq()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1406 if (flush || __netif_subqueue_stopped(netdev, q_idx)) in be_xmit()
3283 if (__netif_subqueue_stopped(adapter->netdev, idx) && in be_process_tx()
/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c2340 __netif_subqueue_stopped(adapter->netdev, queue_num)) { in ibmvnic_tx_scrq_clean_buffer()
4208 __netif_subqueue_stopped(adapter->netdev, in ibmvnic_complete_tx()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c1040 if (__netif_subqueue_stopped(tx_ring->netdev, in i40e_clean_tx_irq()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c904 __netif_subqueue_stopped(ndev, tx_ring->index) && in enetc_clean_tx_ring()
/linux/drivers/net/ethernet/neterion/
H A Ds2io.c546 if (cnt && __netif_subqueue_stopped(fifo->dev, fifo->fifo_no)) in s2io_wake_tx_queue()
4082 if (__netif_subqueue_stopped(dev, fifo->fifo_no)) { in s2io_xmit()
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c412 if (__netif_subqueue_stopped(tx_ring->netdev, in ixgbevf_clean_tx_irq()
/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c1295 if (__netif_subqueue_stopped(bp->dev, queue_index) && in macb_tx_complete()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c3201 if (__netif_subqueue_stopped(tx_ring->netdev, in igc_clean_tx_irq()

12