Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type_e610.h909 u32 rxq_first_id; /* First queue ID for Rx queues */ member
H A Dixgbe_e610.c545 caps->rxq_first_id = phys_id; in ixgbe_parse_e610_caps()
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_type.h274 u16 rxq_first_id; /* First queue ID for Rx queues */ member
H A Dice_common.c2118 caps->rxq_first_id = phys_id; in ice_parse_common_caps()
2122 caps->rxq_first_id); in ice_parse_common_caps()
2910 ICE_RESTORE_FUNC_CAP(rxq_first_id); in ice_set_safe_mode_caps()
2939 ICE_RESTORE_DEV_CAP(rxq_first_id); in ice_set_safe_mode_caps()
H A Dice_sriov.c1153 return globalq - pf->hw.func_caps.common_cap.rxq_first_id; in ice_globalq_to_pfq()