Searched refs:tx_qid (Results 1 – 11 of 11) sorted by relevance
| /linux/Documentation/networking/ |
| H A D | tc-queue-filters.rst | 18 skbedit queue_mapping $tx_qid. The action skbedit queue_mapping
|
| /linux/drivers/net/ethernet/google/gve/ |
| H A D | gve_main.c | 1193 u16 tx_qid; in gve_reg_xsk_pool() local 1206 tx_qid = gve_xdp_tx_queue_id(priv, qid); in gve_reg_xsk_pool() 1207 priv->tx[tx_qid].xsk_pool = pool; in gve_reg_xsk_pool() 1645 int tx_qid; in gve_xsk_pool_disable() local 1672 tx_qid = gve_xdp_tx_queue_id(priv, qid); in gve_xsk_pool_disable() 1673 napi_tx = &priv->ntfy_blocks[priv->tx[tx_qid].ntfy_id].napi; in gve_xsk_pool_disable() 1685 if (gve_tx_clean_pending(priv, &priv->tx[tx_qid])) in gve_xsk_pool_disable()
|
| H A D | gve_rx.c | 760 int tx_qid; in gve_xdp_done() local 769 tx_qid = gve_xdp_tx_queue_id(priv, rx->q_num); in gve_xdp_done() 770 tx = &priv->tx[tx_qid]; in gve_xdp_done()
|
| H A D | gve_rx_dqo.c | 612 u32 tx_qid; in gve_xdp_tx_dqo() local 622 tx_qid = gve_xdp_tx_queue_id(priv, rx->q_num); in gve_xdp_tx_dqo() 623 tx = &priv->tx[tx_qid]; in gve_xdp_tx_dqo()
|
| H A D | gve.h | 1127 static inline u32 gve_tx_qpl_id(struct gve_priv *priv, int tx_qid) in gve_tx_qpl_id() argument 1129 return tx_qid; in gve_tx_qpl_id()
|
| H A D | gve_tx.c | 25 u32 tx_qid = gve_xdp_tx_queue_id(priv, xdp_qid); in gve_xdp_tx_flush() local 26 struct gve_tx_ring *tx = &priv->tx[tx_qid]; in gve_xdp_tx_flush()
|
| H A D | gve_tx_dqo.c | 117 u32 tx_qid = gve_xdp_tx_queue_id(priv, xdp_qid); in gve_xdp_tx_flush_dqo() local 118 struct gve_tx_ring *tx = &priv->tx[tx_qid]; in gve_xdp_tx_flush_dqo()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_vf.h | 264 u16 tx_qid; member 289 u16 tx_qid; member
|
| H A D | qed_sriov.c | 246 u16 tx_qid, in qed_iov_validate_txq() argument 249 if (tx_qid >= p_vf->num_txqs) { in qed_iov_validate_txq() 253 p_vf->abs_vf_id, tx_qid, p_vf->num_txqs); in qed_iov_validate_txq() 257 return qed_iov_validate_queue_mode(p_hwfn, p_vf, tx_qid, mode, true); in qed_iov_validate_txq() 2439 if (!qed_iov_validate_txq(p_hwfn, vf, req->tx_qid, in qed_iov_vf_mbx_start_txq() 2448 p_queue = &vf->vf_queues[req->tx_qid]; in qed_iov_vf_mbx_start_txq() 2467 vf_params.vf_qid = (u8)req->tx_qid; in qed_iov_vf_mbx_start_txq() 2630 rc = qed_iov_vf_stop_txqs(p_hwfn, vf, req->tx_qid, qid_usage_idx); in qed_iov_vf_mbx_stop_txqs()
|
| H A D | qed_vf.c | 852 req->tx_qid = qid; in qed_vf_pf_txq_start() 908 req->tx_qid = p_cid->rel.queue_id; in qed_vf_pf_txq_stop()
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | fec_main.c | 2031 int tx_qid = queue; in fec_enet_rx_queue_xdp() local 2046 if (unlikely(tx_qid >= fep->num_tx_queues)) in fec_enet_rx_queue_xdp() 2047 tx_qid = fec_enet_xdp_get_tx_queue(fep, cpu); in fec_enet_rx_queue_xdp() 2120 err = fec_enet_xdp_tx_xmit(fep, cpu, &xdp, sync, tx_qid); in fec_enet_rx_queue_xdp() 2179 fec_txq_trigger_xmit(fep, fep->tx_queue[tx_qid]); in fec_enet_rx_queue_xdp()
|