Home
last modified time | relevance | path

Searched refs:avf_hash (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_flow.c1524 * @avf_hash: hash bit fields (ICE_AVF_FLOW_FIELD_*) to configure
1531 ice_add_avf_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u64 avf_hash) in ice_add_avf_rss_cfg() argument
1536 if (avf_hash == ICE_AVF_FLOW_FIELD_INVALID || in ice_add_avf_rss_cfg()
1541 if (avf_hash & ~(ICE_FLOW_AVF_RSS_ALL_IPV4_MASKS | in ice_add_avf_rss_cfg()
1545 hash_flds = avf_hash; in ice_add_avf_rss_cfg()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_flow.c2305 * @avf_hash: hash bit fields (ICE_AVF_FLOW_FIELD_*) to configure
2311 int ice_add_avf_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u64 avf_hash) in ice_add_avf_rss_cfg() argument
2316 if (avf_hash == ICE_AVF_FLOW_FIELD_INVALID || in ice_add_avf_rss_cfg()
2321 if (avf_hash & ~(ICE_FLOW_AVF_RSS_ALL_IPV4_MASKS | in ice_add_avf_rss_cfg()
2325 hash_flds = avf_hash; in ice_add_avf_rss_cfg()

Completed in 6 milliseconds