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.c153 p_src->l2_geneve.b_mode_enabled; in ecore_set_pf_update_tunn_mode()
157 p_src->ip_geneve.b_mode_enabled; in ecore_set_pf_update_tunn_mode()
161 struct ecore_tunnel_info *p_src) in ecore_set_tunn_cls_info() argument
181 struct ecore_tunnel_info *p_src) in ecore_set_tunn_ports() argument
186 if (p_src->geneve_port.b_update_port) in ecore_set_tunn_ports()
189 if (p_src->vxlan_port.b_update_port) in ecore_set_tunn_ports()
215 struct ecore_tunnel_info *p_src, in ecore_tunn_set_pf_update_params() argument
221 ecore_set_tunn_cls_info(p_tun, p_src); in ecore_tunn_set_pf_update_params()
222 ecore_set_tunn_ports(p_tun, p_src); in ecore_tunn_set_pf_update_params()
293 if (!p_src) in ecore_tunn_set_pf_start_params()
[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()
1097 p_data->dscp_val = p_src->arr[type].dscp_val; in ecore_dcbx_update_protocol_data()
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()
1118 update_flag = p_src->arr[DCBX_PROTOCOL_ISCSI].update; in ecore_dcbx_set_pf_update_params()
1120 update_flag = p_src->arr[DCBX_PROTOCOL_ETH].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()