Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c3016 symm = !!(vsi->rss_hfunc == ICE_AQ_VSI_Q_OPT_RSS_HASH_SYM_TPLZ); in ice_set_rss_hash_opt()
3665 if (vsi->rss_hfunc == ICE_AQ_VSI_Q_OPT_RSS_HASH_SYM_TPLZ) in ice_get_rxfh()
3738 hfunc = ICE_AQ_VSI_Q_OPT_RSS_HASH_SYM_TPLZ; in ice_set_rxfh()
H A Dice_adminq_cmd.h509 #define ICE_AQ_VSI_Q_OPT_RSS_HASH_SYM_TPLZ 0x1U macro
H A Dice_main.c8045 hfunc != ICE_AQ_VSI_Q_OPT_RSS_HASH_SYM_TPLZ) in ice_set_rss_hfunc()
8068 hfunc == ICE_AQ_VSI_Q_OPT_RSS_HASH_SYM_TPLZ ? in ice_set_rss_hfunc()
8076 symm = !!(hfunc == ICE_AQ_VSI_Q_OPT_RSS_HASH_SYM_TPLZ); in ice_set_rss_hfunc()
H A Dice_virtchnl.c1028 hfunc = ICE_AQ_VSI_Q_OPT_RSS_HASH_SYM_TPLZ; in ice_vc_config_rss_hfunc()