Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type_e610.h849 u32 rxq_first_id; /* First queue ID for Rx queues */ member
H A Dixgbe_e610.c579 caps->rxq_first_id = phys_id; in ixgbe_parse_e610_caps()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_type.h275 u16 rxq_first_id; /* First queue ID for Rx queues */ member
H A Dice_common.c2407 caps->rxq_first_id = phys_id; in ice_parse_common_caps()
2411 caps->rxq_first_id); in ice_parse_common_caps()
3202 ICE_RESTORE_FUNC_CAP(rxq_first_id); in ice_set_safe_mode_caps()
3231 ICE_RESTORE_DEV_CAP(rxq_first_id); in ice_set_safe_mode_caps()
H A Dice_sriov.c1149 return globalq - pf->hw.func_caps.common_cap.rxq_first_id; in ice_globalq_to_pfq()