Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_pf.c1760 * @pfq: queue index relative to the PF's function space
1762 * If no VF is found who owns the pfq then return NULL, otherwise return a
1763 * pointer to the VF who owns the pfq
1765 static struct ice_vf *ice_get_vf_from_pfq(struct ice_pf *pf, u16 pfq) in ice_get_vf_from_pfq() argument
1777 if (vsi->rxq_map[rxq_idx] == pfq) in ice_get_vf_from_pfq()
2546 u32 pfq = vsi->txq_map[q_idx]; in ice_vf_ena_txq_interrupt() local
2549 reg = rd32(hw, QINT_TQCTL(pfq)); in ice_vf_ena_txq_interrupt()
2558 wr32(hw, QINT_TQCTL(pfq), reg | QINT_TQCTL_CAUSE_ENA_M); in ice_vf_ena_txq_interrupt()
2569 u32 pfq = vsi->rxq_map[q_idx]; in ice_vf_ena_rxq_interrupt() local
2572 reg = rd32(hw, QINT_RQCTL(pfq)); in ice_vf_ena_rxq_interrupt()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c1184 u32 pfq = vsi->txq_map[q_idx]; in ice_vf_ena_txq_interrupt() local
1187 reg = rd32(hw, QINT_TQCTL(pfq)); in ice_vf_ena_txq_interrupt()
1196 wr32(hw, QINT_TQCTL(pfq), reg | QINT_TQCTL_CAUSE_ENA_M); in ice_vf_ena_txq_interrupt()
1207 u32 pfq = vsi->rxq_map[q_idx]; in ice_vf_ena_rxq_interrupt() local
1210 reg = rd32(hw, QINT_RQCTL(pfq)); in ice_vf_ena_rxq_interrupt()
1219 wr32(hw, QINT_RQCTL(pfq), reg | QINT_RQCTL_CAUSE_ENA_M); in ice_vf_ena_rxq_interrupt()
3404 u16 pfq = vsi->rxq_map[i]; in ice_vsi_update_l2tsel() local
3409 QRX_CONTEXT(ICE_L2TSEL_QRX_CONTEXT_REG_IDX, pfq); in ice_vsi_update_l2tsel()
H A Dice_sriov.c1031 * @pfq: queue index relative to the PF's function space
1033 * If no VF is found who owns the pfq then return NULL, otherwise return a
1034 * pointer to the VF who owns the pfq
1040 static struct ice_vf *ice_get_vf_from_pfq(struct ice_pf *pf, u16 pfq) in ice_get_vf_from_pfq() argument
1055 if (vsi->rxq_map[rxq_idx] == pfq) { in ice_get_vf_from_pfq()

Completed in 11 milliseconds