Searched refs:tx_qid (Results 1 – 8 of 8) 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/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/google/gve/ |
| H A D | gve_main.c | 1231 u16 tx_qid; in gve_reg_xsk_pool() local 1244 tx_qid = gve_xdp_tx_queue_id(priv, qid); in gve_reg_xsk_pool() 1245 priv->tx[tx_qid].xsk_pool = pool; in gve_reg_xsk_pool() 1686 int tx_qid; in gve_xsk_pool_disable() local 1713 tx_qid = gve_xdp_tx_queue_id(priv, qid); in gve_xsk_pool_disable() 1714 napi_tx = &priv->ntfy_blocks[priv->tx[tx_qid].ntfy_id].napi; in gve_xsk_pool_disable() 1726 if (gve_tx_clean_pending(priv, &priv->tx[tx_qid])) in gve_xsk_pool_disable()
|
| H A D | gve.h | 1131 static inline u32 gve_tx_qpl_id(struct gve_priv *priv, int tx_qid) in gve_tx_qpl_id() argument 1133 return tx_qid; in gve_tx_qpl_id()
|
| H A D | gve_rx_dqo.c | 649 u32 tx_qid; in gve_xdp_tx_dqo() local 659 tx_qid = gve_xdp_tx_queue_id(priv, rx->q_num); in gve_xdp_tx_dqo() 660 tx = &priv->tx[tx_qid]; in gve_xdp_tx_dqo()
|
| 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()
|