Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h103 * @config_hash: re-configure RSS hash keys configuration
107 bool config_hash, bool enable);
909 static inline int bnx2x_config_rss_eth(struct bnx2x *bp, bool config_hash) in bnx2x_config_rss_eth() argument
911 return bnx2x_rss(bp, &bp->rss_conf_obj, config_hash, true); in bnx2x_config_rss_eth()
H A Dbnx2x_cmn.c2069 bool config_hash, bool enable) in bnx2x_rss()
2114 if (config_hash) { in bnx2x_rss()
2068 bnx2x_rss(struct bnx2x *bp, struct bnx2x_rss_config_obj *rss_obj, bool config_hash, bool enable) bnx2x_rss() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h103 * @config_hash: re-configure RSS hash keys configuration
107 bool config_hash, bool enable);
909 static inline int bnx2x_config_rss_eth(struct bnx2x *bp, bool config_hash) in bnx2x_config_rss_eth() argument
911 return bnx2x_rss(bp, &bp->rss_conf_obj, config_hash, true); in bnx2x_config_rss_eth()
H A Dbnx2x_cmn.c2080 bool config_hash, bool enable) in bnx2x_rss()
2125 if (config_hash) { in bnx2x_rss()
2079 bnx2x_rss(struct bnx2x *bp, struct bnx2x_rss_config_obj *rss_obj, bool config_hash, bool enable) bnx2x_rss() argument

Completed in 15 milliseconds