Home
last modified time | relevance | path

Searched refs:p_src (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_sp_commands.c139 struct ecore_tunnel_info *p_src, in ecore_set_pf_update_tunn_mode() argument
142 if (p_src->vxlan.b_update_mode || b_pf_start) in ecore_set_pf_update_tunn_mode()
143 p_tun->vxlan.b_mode_enabled = p_src->vxlan.b_mode_enabled; in ecore_set_pf_update_tunn_mode()
145 if (p_src->l2_gre.b_update_mode || b_pf_start) in ecore_set_pf_update_tunn_mode()
146 p_tun->l2_gre.b_mode_enabled = p_src->l2_gre.b_mode_enabled; in ecore_set_pf_update_tunn_mode()
148 if (p_src->ip_gre.b_update_mode || b_pf_start) in ecore_set_pf_update_tunn_mode()
149 p_tun->ip_gre.b_mode_enabled = p_src->ip_gre.b_mode_enabled; in ecore_set_pf_update_tunn_mode()
151 if (p_src->l2_geneve.b_update_mode || b_pf_start) in ecore_set_pf_update_tunn_mode()
153 p_src->l2_geneve.b_mode_enabled; in ecore_set_pf_update_tunn_mode()
155 if (p_src->ip_geneve.b_update_mode || b_pf_start) in ecore_set_pf_update_tunn_mode()
[all …]
H A Decore_dcbx.c1090 struct ecore_dcbx_results *p_src, in ecore_dcbx_update_protocol_data() argument
1093 p_data->dcb_enable_flag = p_src->arr[type].enable; in ecore_dcbx_update_protocol_data()
1094 p_data->dcb_priority = p_src->arr[type].priority; in ecore_dcbx_update_protocol_data()
1095 p_data->dcb_tc = p_src->arr[type].tc; in ecore_dcbx_update_protocol_data()
1096 p_data->dscp_enable_flag = p_src->arr[type].dscp_enable; in ecore_dcbx_update_protocol_data()
1097 p_data->dscp_val = p_src->arr[type].dscp_val; in ecore_dcbx_update_protocol_data()
1101 void ecore_dcbx_set_pf_update_params(struct ecore_dcbx_results *p_src, in ecore_dcbx_set_pf_update_params() argument
1107 p_dest->pf_id = p_src->pf_id; in ecore_dcbx_set_pf_update_params()
1109 update_flag = p_src->arr[DCBX_PROTOCOL_FCOE].update; in ecore_dcbx_set_pf_update_params()
1112 update_flag = p_src->arr[DCBX_PROTOCOL_ROCE].update; in ecore_dcbx_set_pf_update_params()
[all …]
H A Decore_dcbx.h81 void ecore_dcbx_set_pf_update_params(struct ecore_dcbx_results *p_src,
H A Decore_cxt.c943 struct ecore_ilt_client_cfg *p_src; in ecore_cxt_src_t2_alloc() local
953 p_src = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_SRC]; in ecore_cxt_src_t2_alloc()
954 if (!p_src->active) in ecore_cxt_src_t2_alloc()
962 psz = ILT_PAGE_IN_BYTES(p_src->p_size.val); in ecore_cxt_src_t2_alloc()