Home
last modified time | relevance | path

Searched refs:rss_config (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/net/core/
Dethtool.c1234 u8 *rss_config; in ethtool_get_rxfh() local
1267 rss_config = kzalloc(total_size, GFP_USER); in ethtool_get_rxfh()
1268 if (!rss_config) in ethtool_get_rxfh()
1272 indir = (u32 *)rss_config; in ethtool_get_rxfh()
1275 hkey = rss_config + indir_bytes; in ethtool_get_rxfh()
1290 offsetof(struct ethtool_rxfh, rss_config[0]), in ethtool_get_rxfh()
1291 rss_config, total_size)) { in ethtool_get_rxfh()
1295 kfree(rss_config); in ethtool_get_rxfh()
1310 u8 *rss_config; in ethtool_set_rxfh() local
1311 u32 rss_cfg_offset = offsetof(struct ethtool_rxfh, rss_config[0]); in ethtool_set_rxfh()
[all …]
/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbna_types.h685 struct bna_rss_config rss_config; member
Dbnad.c2044 rx_config->rss_config.hash_type = in bnad_init_rx_config()
2049 rx_config->rss_config.hash_mask = in bnad_init_rx_config()
2051 netdev_rss_key_fill(rx_config->rss_config.toeplitz_hash_key, in bnad_init_rx_config()
2052 sizeof(rx_config->rss_config.toeplitz_hash_key)); in bnad_init_rx_config()
2055 memset(&rx_config->rss_config, 0, in bnad_init_rx_config()
2056 sizeof(rx_config->rss_config)); in bnad_init_rx_config()
Dbna_tx_rx.c641 rxf->rss_cfg = q_config->rss_config; in bna_rxf_init()
/Linux-v4.19/include/uapi/linux/
Dethtool.h1044 __u32 rss_config[0]; member
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Dcommon.h698 void t3_config_rss(struct adapter *adapter, unsigned int rss_config,
Dt3_hw.c2534 void t3_config_rss(struct adapter *adapter, unsigned int rss_config, in t3_config_rss() argument
2559 t3_write_reg(adapter, A_TP_RSS_CONFIG, rss_config); in t3_config_rss()
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_l2.c465 p_config = &p_ramrod->rss_config; in qed_sp_vport_update_rss()
Dqed_hsi.h6119 struct eth_vport_rss_config rss_config; member
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c2212 DEFINE_SIMPLE_DEBUGFS_FILE(rss_config);