Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_sriov.c299 int device_based_vf_id; in ice_ena_vf_msix_mappings() local
311 device_based_vf_id = vf->vf_id + hw->func_caps.vf_base_id; in ice_ena_vf_msix_mappings()
327 reg = (((device_based_vf_id << GLINT_VECT2FUNC_VF_NUM_S) & in ice_ena_vf_msix_mappings()
335 wr32(hw, VPINT_MBX_CTL(device_based_vf_id), VPINT_MBX_CTL_CAUSE_ENA_M); in ice_ena_vf_msix_mappings()