Searched refs:rss_caps (Results 1 – 18 of 18) sorted by relevance
190 struct ibv_rss_caps_resp rss_caps; member
214 if (attr_size >= offsetof(struct ibv_device_attr_ex, rss_caps) + in ibv_cmd_query_device_ex()215 sizeof(attr->rss_caps)) { in ibv_cmd_query_device_ex()217 offsetof(struct ibv_query_device_resp_ex, rss_caps) + in ibv_cmd_query_device_ex()218 sizeof(resp->rss_caps)) { in ibv_cmd_query_device_ex()219 attr->rss_caps.supported_qpts = resp->rss_caps.supported_qpts; in ibv_cmd_query_device_ex()220 attr->rss_caps.max_rwq_indirection_tables = resp->rss_caps.max_rwq_indirection_tables; in ibv_cmd_query_device_ex()221 attr->rss_caps.max_rwq_indirection_table_size = resp->rss_caps.max_rwq_indirection_table_size; in ibv_cmd_query_device_ex()
291 struct ibv_rss_caps_resp rss_caps; member
270 struct ibv_rss_caps rss_caps; member
152 struct mlx5_ib_rss_caps rss_caps; member
272 struct ib_uverbs_rss_caps rss_caps; member
281 struct mlx5_rss_caps rss_caps; /* vendor data channel */ member
1991 attr->rss_caps.rx_hash_fields_mask = resp.rss_caps.rx_hash_fields_mask; in mlx5_query_device_ex() 1992 attr->rss_caps.rx_hash_function = resp.rss_caps.rx_hash_function; in mlx5_query_device_ex()
104 u8 rss_caps; member
531 !!(p_rss->rss_caps & ECORE_RSS_IPV4)); in ecore_sp_vport_update_rss()534 !!(p_rss->rss_caps & ECORE_RSS_IPV6)); in ecore_sp_vport_update_rss()537 !!(p_rss->rss_caps & ECORE_RSS_IPV4_TCP)); in ecore_sp_vport_update_rss()540 !!(p_rss->rss_caps & ECORE_RSS_IPV6_TCP)); in ecore_sp_vport_update_rss()543 !!(p_rss->rss_caps & ECORE_RSS_IPV4_UDP)); in ecore_sp_vport_update_rss()546 !!(p_rss->rss_caps & ECORE_RSS_IPV6_UDP)); in ecore_sp_vport_update_rss()
164 u8 rss_caps; member
1382 p_rss_tlv->rss_caps = rss_params->rss_caps; in ecore_vf_pf_vport_update()
3115 p_rss->rss_caps = p_rss_tlv->rss_caps; in ecore_iov_vp_update_rss_param()
6758 rss_params->rss_caps = ECORE_RSS_IPV4 | ECORE_RSS_IPV6 | in qlnx_start_queues()
727 if (field_avail(typeof(resp), rss_caps, uhw->outlen)) { in mlx5_ib_query_device()728 resp.rss_caps.rx_hash_function = in mlx5_ib_query_device()730 resp.rss_caps.rx_hash_fields_mask = in mlx5_ib_query_device()739 resp.response_length += sizeof(resp.rss_caps); in mlx5_ib_query_device()744 if (field_avail(typeof(resp), rss_caps, uhw->outlen)) in mlx5_ib_query_device()745 resp.response_length += sizeof(resp.rss_caps); in mlx5_ib_query_device()812 props->rss_caps.max_rwq_indirection_tables = in mlx5_ib_query_device()814 props->rss_caps.max_rwq_indirection_table_size = in mlx5_ib_query_device()816 props->rss_caps.supported_qpts = 1 << IB_QPT_RAW_PACKET; in mlx5_ib_query_device()
521 print_rss_caps(&device_attr.rss_caps); in print_hca_cap()
3671 resp.rss_caps.supported_qpts = attr.rss_caps.supported_qpts; in ib_uverbs_ex_query_device()3672 resp.rss_caps.max_rwq_indirection_tables = in ib_uverbs_ex_query_device()3673 attr.rss_caps.max_rwq_indirection_tables; in ib_uverbs_ex_query_device()3674 resp.rss_caps.max_rwq_indirection_table_size = in ib_uverbs_ex_query_device()3675 attr.rss_caps.max_rwq_indirection_table_size; in ib_uverbs_ex_query_device()
386 struct ib_rss_caps rss_caps; member