Searched refs:tx_qid (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_main.c | 1195 u32 tx_qid; in gve_reg_xdp_info() local 1228 tx_qid = gve_xdp_tx_queue_id(priv, i); in gve_reg_xdp_info() 1229 priv->tx[tx_qid].xsk_pool = xsk_get_pool_from_qid(dev, i); in gve_reg_xdp_info() 1246 int i, tx_qid; in gve_unreg_xdp_info() local 1262 tx_qid = gve_xdp_tx_queue_id(priv, i); in gve_unreg_xdp_info() 1263 priv->tx[tx_qid].xsk_pool = NULL; in gve_unreg_xdp_info() 1513 int tx_qid; in gve_xsk_pool_enable() local 1549 tx_qid = gve_xdp_tx_queue_id(priv, qid); in gve_xsk_pool_enable() 1550 priv->tx[tx_qid].xsk_pool = pool; in gve_xsk_pool_enable() 1569 int tx_qid; in gve_xsk_pool_disable() local [all...] |
H A D | gve.h | 944 static inline u32 gve_tx_qpl_id(struct gve_priv *priv, int tx_qid) in gve_tx_qpl_id() argument 946 return tx_qid; in gve_tx_qpl_id() 967 struct gve_queue_page_list *gve_assign_tx_qpl(struct gve_priv *priv, int tx_qid) in gve_assign_tx_qpl() argument 969 int id = gve_tx_qpl_id(priv, tx_qid); in gve_assign_tx_qpl()
|
H A D | gve_rx.c | 674 int tx_qid; in gve_xdp_done() local 683 tx_qid = gve_xdp_tx_queue_id(priv, rx->q_num); in gve_xdp_done() 684 tx = &priv->tx[tx_qid]; in gve_xdp_done()
|
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()
|
/openbmc/linux/Documentation/networking/ |
H A D | tc-queue-filters.rst | 18 skbedit queue_mapping $tx_qid. The action skbedit queue_mapping
|
/openbmc/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()
|