Home
last modified time | relevance | path

Searched refs:tx_qid (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/networking/
H A Dtc-queue-filters.rst18 skbedit queue_mapping $tx_qid. The action skbedit queue_mapping
/linux/drivers/net/ethernet/google/gve/
H A Dgve_main.c1192 u16 tx_qid; in gve_reg_xsk_pool() local
1205 tx_qid = gve_xdp_tx_queue_id(priv, qid); in gve_reg_xsk_pool()
1206 priv->tx[tx_qid].xsk_pool = pool; in gve_reg_xsk_pool()
1644 int tx_qid; in gve_xsk_pool_disable() local
1671 tx_qid = gve_xdp_tx_queue_id(priv, qid); in gve_xsk_pool_disable()
1672 napi_tx = &priv->ntfy_blocks[priv->tx[tx_qid].ntfy_id].napi; in gve_xsk_pool_disable()
1684 if (gve_tx_clean_pending(priv, &priv->tx[tx_qid])) in gve_xsk_pool_disable()
H A Dgve_rx.c761 int tx_qid; in gve_xdp_done() local
770 tx_qid = gve_xdp_tx_queue_id(priv, rx->q_num); in gve_xdp_done()
771 tx = &priv->tx[tx_qid]; in gve_xdp_done()
H A Dgve_rx_dqo.c613 u32 tx_qid; in gve_xdp_tx_dqo() local
623 tx_qid = gve_xdp_tx_queue_id(priv, rx->q_num); in gve_xdp_tx_dqo()
624 tx = &priv->tx[tx_qid]; in gve_xdp_tx_dqo()
H A Dgve.h1127 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()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_vf.h264 u16 tx_qid; member
289 u16 tx_qid; member
H A Dqed_sriov.c246 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 Dqed_vf.c852 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()