Searched refs:rss_params (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/ |
A D | qed_vf.c | 1036 return !!p_data->rss_params; in qed_vf_handle_vp_update_is_needed() 1160 if (p_params->rss_params) { in qed_vf_pf_vport_update() 1161 struct qed_rss_params *rss_params = p_params->rss_params; in qed_vf_pf_vport_update() local 1171 if (rss_params->update_rss_config) in qed_vf_pf_vport_update() 1174 if (rss_params->update_rss_capabilities) in qed_vf_pf_vport_update() 1177 if (rss_params->update_rss_ind_table) in qed_vf_pf_vport_update() 1180 if (rss_params->update_rss_key) in qed_vf_pf_vport_update() 1183 p_rss_tlv->rss_enable = rss_params->rss_enable; in qed_vf_pf_vport_update() 1184 p_rss_tlv->rss_caps = rss_params->rss_caps; in qed_vf_pf_vport_update() 1192 p_queue = rss_params->rss_ind_table[i]; in qed_vf_pf_vport_update() [all …]
|
A D | qed_l2.h | 193 struct qed_rss_params *rss_params; member
|
A D | qed_l2.c | 663 struct qed_rss_params *p_rss_params = p_params->rss_params; in qed_sp_vport_update() 2457 if (qed_update_vport_rss(cdev, ¶ms->rss_params, rss)) in qed_update_vport() 2464 sp_params.rss_params = &rss[i]; in qed_update_vport()
|
A D | qed_sriov.c | 2882 p_data->rss_params = NULL; in qed_iov_vp_update_rss_param() 2924 p_data->rss_params = p_rss; in qed_iov_vp_update_rss_param() 3054 params.rss_params = NULL; in qed_iov_vf_mbx_vport_update()
|
A D | qed_hsi.h | 5835 struct toe_rss_params rss_params[TOE_RX_MAX_RSS_CHAINS]; member
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4vf/ |
A D | t4vf_common.h | 210 struct rss_params { struct 264 struct rss_params rss; /* Receive Side Scaling */
|
A D | t4vf_hw.c | 1017 struct rss_params *rss = &adapter->params.rss; in t4vf_get_rss_glb_config()
|
/linux-6.3-rc2/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
A D | hw_atl_b0.h | 36 struct aq_rss_parameters *rss_params);
|
A D | hw_atl_a0.c | 184 struct aq_rss_parameters *rss_params) in hw_atl_a0_hw_rss_hash_set() argument 194 __swab32(rss_params->hash_secret_key[i]) : 0U; in hw_atl_a0_hw_rss_hash_set() 212 struct aq_rss_parameters *rss_params) in hw_atl_a0_hw_rss_set() argument 215 u8 *indirection_table = rss_params->indirection_table; in hw_atl_a0_hw_rss_set()
|
A D | hw_atl_b0.c | 210 struct aq_rss_parameters *rss_params) in hw_atl_b0_hw_rss_hash_set() argument 220 __swab32(rss_params->hash_secret_key[i]) : 0U; in hw_atl_b0_hw_rss_hash_set() 238 struct aq_rss_parameters *rss_params) in hw_atl_b0_hw_rss_set() argument 241 u8 *indirection_table = rss_params->indirection_table; in hw_atl_b0_hw_rss_set()
|
/linux-6.3-rc2/drivers/net/ethernet/aquantia/atlantic/ |
A D | aq_hw.h | 290 struct aq_rss_parameters *rss_params); 293 struct aq_rss_parameters *rss_params);
|
A D | aq_nic.c | 55 struct aq_rss_parameters *rss_params; in aq_nic_rss_init() local 58 rss_params = &cfg->aq_rss; in aq_nic_rss_init() 60 rss_params->hash_secret_key_size = sizeof(rss_key); in aq_nic_rss_init() 61 memcpy(rss_params->hash_secret_key, rss_key, sizeof(rss_key)); in aq_nic_rss_init() 62 rss_params->indirection_table_size = AQ_CFG_RSS_INDIRECTION_TABLE_MAX; in aq_nic_rss_init() 64 for (i = rss_params->indirection_table_size; i--;) in aq_nic_rss_init() 65 rss_params->indirection_table[i] = i & (num_rss_queues - 1); in aq_nic_rss_init()
|
/linux-6.3-rc2/include/linux/qed/ |
A D | qed_eth_if.h | 109 struct qed_update_vport_rss_params rss_params; member
|
/linux-6.3-rc2/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
A D | hw_atl2.c | 215 struct aq_rss_parameters *rss_params) in hw_atl2_hw_rss_set() argument 217 u8 *indirection_table = rss_params->indirection_table; in hw_atl2_hw_rss_set()
|
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qede/ |
A D | qede_ethtool.c | 1333 qede_fill_rss_params(edev, &vport_update_params->rss_params, in qede_set_rss_flags() 1435 qede_fill_rss_params(edev, &vport_update_params->rss_params, in qede_set_rxfh()
|
A D | qede_main.c | 2313 qede_fill_rss_params(edev, &vport_update_params->rss_params, in qede_start_queues()
|
Completed in 119 milliseconds