Home
last modified time | relevance | path

Searched refs:netdev_get_tx_queue (Results 1 – 25 of 121) sorted by relevance

12345

/linux/drivers/staging/rtl8723bs/include/
A Dosdep_service_linux.h80 return (netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 0)) && in rtw_netif_queue_stopped()
81 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 1)) && in rtw_netif_queue_stopped()
82 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 2)) && in rtw_netif_queue_stopped()
83 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 3))); in rtw_netif_queue_stopped()
/linux/drivers/staging/r8188eu/include/
A Dosdep_service.h111 return netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 0)) && in rtw_netif_queue_stopped()
112 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 1)) && in rtw_netif_queue_stopped()
113 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 2)) && in rtw_netif_queue_stopped()
114 netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 3)); in rtw_netif_queue_stopped()
/linux/net/sched/
A Dsch_teql.c98 dat_queue = netdev_get_tx_queue(dat->m->dev, 0); in teql_dequeue()
152 txq = netdev_get_tx_queue(master->dev, 0); in teql_destroy()
299 struct netdev_queue *slave_txq = netdev_get_tx_queue(slave, 0); in teql_master_xmit()
303 if (netif_xmit_stopped(netdev_get_tx_queue(slave, subq)) || in teql_master_xmit()
326 if (netif_xmit_stopped(netdev_get_tx_queue(dev, 0))) in teql_master_xmit()
A Dsch_mq.c89 dev_queue = netdev_get_tx_queue(dev, ntx); in mq_init()
144 qdisc = netdev_get_tx_queue(dev, ntx)->qdisc_sleeping; in mq_dump()
166 return netdev_get_tx_queue(dev, ntx); in mq_queue_get()
A Dsch_mqprio.c227 dev_queue = netdev_get_tx_queue(dev, i); in mqprio_init()
317 return netdev_get_tx_queue(dev, ntx); in mqprio_queue_get()
402 qdisc = netdev_get_tx_queue(dev, ntx)->qdisc_sleeping; in mqprio_dump()
517 struct netdev_queue *q = netdev_get_tx_queue(dev, i); in mqprio_dump_class_stats()
A Dsch_generic.c437 res = netdev_get_tx_queue(dev, 0)->trans_start; in dev_trans_start()
439 val = netdev_get_tx_queue(dev, i)->trans_start; in dev_trans_start()
464 txq = netdev_get_tx_queue(dev, i); in dev_watchdog()
1107 txq = netdev_get_tx_queue(dev, 0); in attach_default_qdiscs()
1243 dev_queue = netdev_get_tx_queue(dev, i); in some_qdisc_is_busy()
1345 qdisc = netdev_get_tx_queue(dev, i)->qdisc_sleeping; in mq_change_real_num_tx()
1353 qdisc = netdev_get_tx_queue(dev, i)->qdisc_sleeping; in mq_change_real_num_tx()
A Dsch_multiq.c104 netdev_get_tx_queue(qdisc_dev(sch), q->curband))) { in multiq_dequeue()
136 netdev_get_tx_queue(qdisc_dev(sch), curband))) { in multiq_peek()
A Dsch_htb.c1124 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_init()
1189 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_attach_offload()
1206 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_attach_software()
1401 return netdev_get_tx_queue(dev, offload_opt.qid); in htb_select_queue()
1914 dev_queue = netdev_get_tx_queue(dev, offload_opt.qid); in htb_change_class()
/linux/drivers/net/
A Difb.c69 txq = netdev_get_tx_queue(txp->dev, txp->txqnum); in ifb_ri_tasklet()
179 netif_tx_start_queue(netdev_get_tx_queue(dev, i)); in ifb_dev_init()
256 netif_tx_stop_queue(netdev_get_tx_queue(dev, txp->txqnum)); in ifb_xmit()
/linux/include/linux/
A Dnetdevice.h3418 netif_schedule_queue(netdev_get_tx_queue(dev, i)); in netif_tx_schedule_all()
3434 netif_tx_start_queue(netdev_get_tx_queue(dev, 0)); in netif_start_queue()
3442 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_start_all_queues()
3458 netif_tx_wake_queue(netdev_get_tx_queue(dev, 0)); in netif_wake_queue()
3466 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_wake_all_queues()
3485 netif_tx_stop_queue(netdev_get_tx_queue(dev, 0)); in netif_stop_queue()
3624 netdev_tx_sent_queue(netdev_get_tx_queue(dev, 0), bytes); in netdev_sent_queue()
4463 struct netdev_queue *txq = netdev_get_tx_queue(dev, 0); in netif_trans_update()
4483 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_lock()
4508 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_unlock()
[all …]
/linux/include/net/
A Dsch_generic.h760 qdisc = rtnl_dereference(netdev_get_tx_queue(dev, i)->qdisc); in qdisc_reset_all_tx_gt()
776 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_all_tx_empty()
794 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_changing()
807 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in qdisc_tx_is_noop()
/linux/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_main.c1822 netdev_tx_reset_queue(netdev_get_tx_queue(priv->dev, queue)); in __init_dma_tx_desc_rings()
2494 __netif_tx_lock_bh(netdev_get_tx_queue(priv->dev, queue)); in stmmac_tx_clean()
2616 netif_tx_wake_queue(netdev_get_tx_queue(priv->dev, queue)); in stmmac_tx_clean()
2653 __netif_tx_unlock_bh(netdev_get_tx_queue(priv->dev, queue)); in stmmac_tx_clean()
2670 netif_tx_stop_queue(netdev_get_tx_queue(priv->dev, chan)); in stmmac_tx_err()
2678 netdev_tx_reset_queue(netdev_get_tx_queue(priv->dev, chan)); in stmmac_tx_err()
2684 netif_tx_wake_queue(netdev_get_tx_queue(priv->dev, chan)); in stmmac_tx_err()
4013 netif_tx_stop_queue(netdev_get_tx_queue(priv->dev, in stmmac_tso_xmit()
4253 netif_tx_stop_queue(netdev_get_tx_queue(priv->dev, in stmmac_xmit()
4696 nq = netdev_get_tx_queue(priv->dev, queue); in stmmac_xdp_xmit_back()
[all …]
/linux/drivers/net/xen-netback/
A Drx.c94 netif_tx_stop_queue(netdev_get_tx_queue(dev, queue->id)); in xenvif_rx_queue_tail()
123 txq = netdev_get_tx_queue(queue->vif->dev, queue->id); in xenvif_rx_dequeue()
A Dinterface.c185 return netif_tx_queue_stopped(netdev_get_tx_queue(dev, id)); in xenvif_queue_stopped()
192 netif_tx_wake_queue(netdev_get_tx_queue(dev, id)); in xenvif_wake_queue()
/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_tx.c538 netdev_txq = netdev_get_tx_queue(netdev, q_id); in hinic_lb_xmit_frame()
627 netdev_txq = netdev_get_tx_queue(netdev, q_id); in hinic_xmit_frame()
747 netdev_txq = netdev_get_tx_queue(txq->netdev, qp->q_id); in free_tx_poll()
/linux/drivers/staging/rtl8723bs/os_dep/
A Dxmit_linux.c117 if (!netif_tx_queue_stopped(netdev_get_tx_queue(padapter->pnetdev, queue))) in rtw_check_xmit_resource()
/linux/drivers/staging/r8188eu/os_dep/
A Dxmit_linux.c156 if (!netif_tx_queue_stopped(netdev_get_tx_queue(padapter->pnetdev, queue))) in rtw_check_xmit_resource()
/linux/drivers/net/ethernet/intel/ice/
A Dice_xsk.c172 netif_tx_stop_queue(netdev_get_tx_queue(vsi->netdev, q_idx)); in ice_qp_dis()
261 netif_tx_start_queue(netdev_get_tx_queue(vsi->netdev, q_idx)); in ice_qp_ena()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dqos.c741 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, qid); in mlx5e_reset_qdisc()
772 txq = netdev_get_tx_queue(priv->netdev, in mlx5e_htb_leaf_del()
816 txq = netdev_get_tx_queue(priv->netdev, in mlx5e_htb_leaf_del()
/linux/drivers/net/ethernet/synopsys/
A Ddwc-xlgmac-net.c608 txq = netdev_get_tx_queue(netdev, channel->queue_index); in xlgmac_stop()
717 txq = netdev_get_tx_queue(netdev, channel->queue_index); in xlgmac_xmit()
1060 txq = netdev_get_tx_queue(netdev, channel->queue_index); in xlgmac_tx_poll()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_txrx.c474 txq = netdev_get_tx_queue(pfvf->netdev, cq->cint_idx); in otx2_tx_napi_handler()
810 struct netdev_queue *txq = netdev_get_tx_queue(pfvf->netdev, qidx); in otx2_sq_append_tso()
948 struct netdev_queue *txq = netdev_get_tx_queue(netdev, qidx); in otx2_sq_append_skb()
/linux/drivers/net/ethernet/
A Dlantiq_etop.c179 netdev_get_tx_queue(ch->netdev, ch->idx >> 1); in ltq_etop_poll_tx()
475 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue); in ltq_etop_tx()
/linux/drivers/net/wireless/marvell/mwifiex/
A Dtxrx.c319 txq = netdev_get_tx_queue(priv->netdev, index); in mwifiex_write_data_complete()
/linux/drivers/net/ethernet/intel/i40e/
A Di40e_txrx.h554 return netdev_get_tx_queue(ring->netdev, ring->queue_index); in txring_txq()
/linux/drivers/net/ethernet/intel/iavf/
A Diavf_txrx.h521 return netdev_get_tx_queue(ring->netdev, ring->queue_index); in txring_txq()

Completed in 77 milliseconds

12345