Searched refs:ICE_AQ_VSI_Q_OPT_RSS_HASH_M (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_adminq_cmd.h494 #define ICE_AQ_VSI_Q_OPT_RSS_HASH_M GENMASK(7, 6) macro
H A Dice_main.c7876 ctx->info.q_opt_rss &= ~ICE_AQ_VSI_Q_OPT_RSS_HASH_M;
7878 FIELD_PREP(ICE_AQ_VSI_Q_OPT_RSS_HASH_M, hfunc);
H A Dice_virtchnl.c831 FIELD_PREP(ICE_AQ_VSI_Q_OPT_RSS_HASH_M, hash_type);
H A Dice_lib.c1202 FIELD_PREP(ICE_AQ_VSI_Q_OPT_RSS_HASH_M, hash_type);

Completed in 280 milliseconds