Searched refs:pf_q (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_lib.c70 struct ice_tlan_ctx *tlan_ctx, u16 pf_q);
72 static int ice_is_rxq_ready(struct ice_hw *hw, int pf_q, u32 *reg);
1547 * @pf_q: real queue number
1550 ice_setup_tx_ctx(struct ice_tx_queue *txq, struct ice_tlan_ctx *tlan_ctx, u16 pf_q) argument
1583 tlan_ctx->tso_qnum = pf_q;
1613 u16 qg_size, pf_q; local
1626 pf_q = vsi->tx_qmap[txq->me];
1627 qg->txqs[0].txq_id = htole16(pf_q);
1629 err = ice_setup_tx_ctx(txq, &tlan_ctx, pf_q);
1649 if (pf_q
1678 u16 pf_q; local
1777 ice_is_rxq_ready(struct ice_hw *hw, int pf_q, u32 *reg) argument
1821 int pf_q = vsi->rx_qmap[rxq->me]; local
[all...]

Completed in 123 milliseconds