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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c1238 u32 pfq = vsi->txq_map[q_idx]; local
1241 reg = rd32(hw, QINT_TQCTL(pfq));
1250 wr32(hw, QINT_TQCTL(pfq), reg | QINT_TQCTL_CAUSE_ENA_M);
1261 u32 pfq = vsi->rxq_map[q_idx]; local
1264 reg = rd32(hw, QINT_RQCTL(pfq));
1273 wr32(hw, QINT_RQCTL(pfq), reg | QINT_RQCTL_CAUSE_ENA_M);
3500 u16 pfq = vsi->rxq_map[i]; local
3505 QRX_CONTEXT(ICE_L2TSEL_QRX_CONTEXT_REG_IDX, pfq);
H A Dice_sriov.c1231 * @pfq: queue index relative to the PF's function space
1233 * If no VF is found who owns the pfq then return NULL, otherwise return a
1234 * pointer to the VF who owns the pfq
1240 static struct ice_vf *ice_get_vf_from_pfq(struct ice_pf *pf, u16 pfq) argument
1255 if (vsi->rxq_map[rxq_idx] == pfq) {

Completed in 283 milliseconds