Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dethtool.c726 u8 *rss_config; in ethtool_get_rxfh() local
757 rss_config = kzalloc(total_size, GFP_USER); in ethtool_get_rxfh()
758 if (!rss_config) in ethtool_get_rxfh()
762 indir = (u32 *)rss_config; in ethtool_get_rxfh()
765 hkey = rss_config + indir_bytes; in ethtool_get_rxfh()
775 offsetof(struct ethtool_rxfh, rss_config[0]), in ethtool_get_rxfh()
776 rss_config, total_size)) { in ethtool_get_rxfh()
780 kfree(rss_config); in ethtool_get_rxfh()
795 u8 *rss_config; in ethtool_set_rxfh() local
796 u32 rss_cfg_offset = offsetof(struct ethtool_rxfh, rss_config[0]); in ethtool_set_rxfh()
[all …]
/linux-4.4.14/include/uapi/linux/
Dethtool.h943 __u32 rss_config[0]; member
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbna_types.h685 struct bna_rss_config rss_config; member
Dbnad.c2053 rx_config->rss_config.hash_type = in bnad_init_rx_config()
2058 rx_config->rss_config.hash_mask = in bnad_init_rx_config()
2060 netdev_rss_key_fill(rx_config->rss_config.toeplitz_hash_key, in bnad_init_rx_config()
2061 sizeof(rx_config->rss_config.toeplitz_hash_key)); in bnad_init_rx_config()
2064 memset(&rx_config->rss_config, 0, in bnad_init_rx_config()
2065 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-4.4.14/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.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_l2.c195 struct eth_vport_rss_config *rss = &p_ramrod->rss_config; in qed_sp_vport_update_rss()
Dqed_hsi.h2885 struct eth_vport_rss_config rss_config; member
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c2018 DEFINE_SIMPLE_DEBUGFS_FILE(rss_config);