Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Dethtool.c715 u8 *rss_config; in ethtool_get_rxfh() local
746 rss_config = kzalloc(total_size, GFP_USER); in ethtool_get_rxfh()
747 if (!rss_config) in ethtool_get_rxfh()
751 indir = (u32 *)rss_config; in ethtool_get_rxfh()
754 hkey = rss_config + indir_bytes; in ethtool_get_rxfh()
764 offsetof(struct ethtool_rxfh, rss_config[0]), in ethtool_get_rxfh()
765 rss_config, total_size)) { in ethtool_get_rxfh()
769 kfree(rss_config); in ethtool_get_rxfh()
784 u8 *rss_config; in ethtool_set_rxfh() local
785 u32 rss_cfg_offset = offsetof(struct ethtool_rxfh, rss_config[0]); in ethtool_set_rxfh()
[all …]
/linux-4.1.27/include/uapi/linux/
Dethtool.h912 __u32 rss_config[0]; member
/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbna_types.h698 struct bna_rss_config rss_config; member
Dbnad.c2051 rx_config->rss_config.hash_type = in bnad_init_rx_config()
2056 rx_config->rss_config.hash_mask = in bnad_init_rx_config()
2058 netdev_rss_key_fill(rx_config->rss_config.toeplitz_hash_key, in bnad_init_rx_config()
2059 sizeof(rx_config->rss_config.toeplitz_hash_key)); in bnad_init_rx_config()
2062 memset(&rx_config->rss_config, 0, in bnad_init_rx_config()
2063 sizeof(rx_config->rss_config)); in bnad_init_rx_config()
Dbna_tx_rx.c772 rxf->rss_cfg = q_config->rss_config; in bna_rxf_init()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dcommon.h698 void t3_config_rss(struct adapter *adapter, unsigned int rss_config,
Dt3_hw.c2500 void t3_config_rss(struct adapter *adapter, unsigned int rss_config, in t3_config_rss() argument
2525 t3_write_reg(adapter, A_TP_RSS_CONFIG, rss_config); in t3_config_rss()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c1455 DEFINE_SIMPLE_DEBUGFS_FILE(rss_config);