Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_sriov.c1072 * @globalq: global queue index used to convert to PF space queue index
1074 static u32 ice_globalq_to_pfq(struct ice_pf *pf, u32 globalq)
1076 return globalq - pf->hw.func_caps.common_cap.rxq_first_id; in ice_globalq_to_pfq() argument