Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flow.h337 struct ice_rss_hash_cfg { struct
473 struct ice_rss_hash_cfg hash;
551 const struct ice_rss_hash_cfg *cfg);
554 const struct ice_rss_hash_cfg *cfg);
H A Dice_flow.c3256 const struct ice_rss_hash_cfg *cfg) in ice_flow_set_rss_seg_info()
3592 const struct ice_rss_hash_cfg *cfg) in ice_add_rss_cfg_sync()
3722 const struct ice_rss_hash_cfg *cfg) in ice_add_rss_cfg()
3724 struct ice_rss_hash_cfg local_cfg; in ice_add_rss_cfg()
3762 const struct ice_rss_hash_cfg *cfg) in ice_rem_rss_cfg_sync()
3828 const struct ice_rss_hash_cfg *cfg) in ice_rem_rss_cfg()
3830 struct ice_rss_hash_cfg local_cfg; in ice_rem_rss_cfg()
/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.h383 struct ice_rss_hash_cfg ctx[ICE_HASH_GTPU_CTX_MAX];
534 struct ice_rss_hash_cfg *cfg);
536 struct ice_rss_hash_cfg *cfg);
H A Dice_ethdev.c2437 is_hash_cfg_valid(struct ice_rss_hash_cfg *cfg) in is_hash_cfg_valid()
2443 hash_cfg_reset(struct ice_rss_hash_cfg *cfg) in hash_cfg_reset()
2452 ice_hash_moveout(struct ice_pf *pf, struct ice_rss_hash_cfg *cfg) in ice_hash_moveout()
2473 ice_hash_moveback(struct ice_pf *pf, struct ice_rss_hash_cfg *cfg) in ice_hash_moveback()
2494 ice_hash_remove(struct ice_pf *pf, struct ice_rss_hash_cfg *cfg) in ice_hash_remove()
2759 u8 ctx_idx, struct ice_rss_hash_cfg *cfg) in ice_add_rss_cfg_post_gtpu()
2843 ice_add_rss_cfg_post(struct ice_pf *pf, struct ice_rss_hash_cfg *cfg) in ice_add_rss_cfg_post()
2873 struct ice_rss_hash_cfg *cfg) in ice_rem_rss_cfg_wrap()
2889 struct ice_rss_hash_cfg *cfg) in ice_add_rss_cfg_wrap()
2914 struct ice_rss_hash_cfg cfg; in ice_rss_hash_set()