Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_sp_commands.c138 struct ecore_tunnel_info *p_src, in ecore_set_pf_update_tunn_mode() argument
141 if (p_src->vxlan.b_update_mode || b_pf_start) in ecore_set_pf_update_tunn_mode()
142 p_tun->vxlan.b_mode_enabled = p_src->vxlan.b_mode_enabled; in ecore_set_pf_update_tunn_mode()
144 if (p_src->l2_gre.b_update_mode || b_pf_start) in ecore_set_pf_update_tunn_mode()
145 p_tun->l2_gre.b_mode_enabled = p_src->l2_gre.b_mode_enabled; in ecore_set_pf_update_tunn_mode()
147 if (p_src->ip_gre.b_update_mode || b_pf_start) in ecore_set_pf_update_tunn_mode()
148 p_tun->ip_gre.b_mode_enabled = p_src->ip_gre.b_mode_enabled; in ecore_set_pf_update_tunn_mode()
150 if (p_src->l2_geneve.b_update_mode || b_pf_start) in ecore_set_pf_update_tunn_mode()
152 p_src->l2_geneve.b_mode_enabled; in ecore_set_pf_update_tunn_mode()
154 if (p_src->ip_geneve.b_update_mode || b_pf_start) in ecore_set_pf_update_tunn_mode()
[all …]
H A Decore_dcbx.c1094 struct ecore_dcbx_results *p_src, in ecore_dcbx_update_protocol_data() argument
1097 p_data->dcb_enable_flag = p_src->arr[type].enable; in ecore_dcbx_update_protocol_data()
1098 p_data->dcb_priority = p_src->arr[type].priority; in ecore_dcbx_update_protocol_data()
1099 p_data->dcb_tc = p_src->arr[type].tc; in ecore_dcbx_update_protocol_data()
1100 p_data->dscp_enable_flag = p_src->arr[type].dscp_enable; in ecore_dcbx_update_protocol_data()
1101 p_data->dscp_val = p_src->arr[type].dscp_val; in ecore_dcbx_update_protocol_data()
1102 p_data->dcb_dont_add_vlan0 = p_src->arr[type].dont_add_vlan0; in ecore_dcbx_update_protocol_data()
1106 void ecore_dcbx_set_pf_update_params(struct ecore_dcbx_results *p_src, in ecore_dcbx_set_pf_update_params() argument
1112 update_flag = p_src->arr[DCBX_PROTOCOL_FCOE].update; in ecore_dcbx_set_pf_update_params()
1115 update_flag = p_src->arr[DCBX_PROTOCOL_ROCE].update; in ecore_dcbx_set_pf_update_params()
[all …]
H A Decore_vf.c677 struct ecore_tunn_update_type *p_src, in __ecore_vf_prep_tunn_req_tlv() argument
680 if (p_src->b_update_mode) { in __ecore_vf_prep_tunn_req_tlv()
683 if (p_src->b_mode_enabled) in __ecore_vf_prep_tunn_req_tlv()
687 *p_cls = p_src->tun_cls; in __ecore_vf_prep_tunn_req_tlv()
692 struct ecore_tunn_update_type *p_src, in ecore_vf_prep_tunn_req_tlv() argument
702 __ecore_vf_prep_tunn_req_tlv(p_req, p_src, mask, p_cls); in ecore_vf_prep_tunn_req_tlv()
773 struct ecore_tunnel_info *p_src) in ecore_vf_pf_tunnel_param_update() argument
784 if (p_src->b_update_rx_cls && p_src->b_update_tx_cls) in ecore_vf_pf_tunnel_param_update()
787 ecore_vf_prep_tunn_req_tlv(p_req, &p_src->vxlan, (enum ecore_tunn_clss)ECORE_MODE_VXLAN_TUNN, in ecore_vf_pf_tunnel_param_update()
788 &p_req->vxlan_clss, &p_src->vxlan_port, in ecore_vf_pf_tunnel_param_update()
[all …]
H A Decore_dcbx.h75 void ecore_dcbx_set_pf_update_params(struct ecore_dcbx_results *p_src,
H A Decore_cxt.c968 struct ecore_ilt_client_cfg *p_src; in ecore_cxt_src_t2_alloc() local
978 p_src = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_SRC]; in ecore_cxt_src_t2_alloc()
979 if (!p_src->active) in ecore_cxt_src_t2_alloc()
987 psz = ILT_PAGE_IN_BYTES(p_src->p_size.val); in ecore_cxt_src_t2_alloc()
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_byteswap.h473 IN const char *const p_src, IN const uint8_t size) in cl_ntoh() argument
479 if (p_src == p_dest) { in cl_ntoh()
483 p_dest[i] = p_src[size - 1 - i]; in cl_ntoh()
488 p_dest[i] = p_src[size - 1 - i]; in cl_ntoh()
495 if (p_src != p_dest) in cl_ntoh()
496 memcpy(p_dest, p_src, size); in cl_ntoh()
H A Dcl_vector.h263 IN const void *const p_src, IN const size_t size);
584 void *p_src; in cl_vector_get() local
591 p_src = cl_vector_get_ptr(p_vector, index); in cl_vector_get()
592 p_vector->pfn_copy(p_src, p_element, p_vector->element_size); in cl_vector_get()
/freebsd/lib/libipsec/
H A Dpolicy_parse.y76 static struct sockaddr *p_src = NULL; variable
139 if (set_x_request(p_src, p_dst) < 0)
184 p_src = parse_sockaddr(&$1);
185 if (p_src == NULL)
275 if (p_src == NULL && p_dst == NULL) { in rule_check()
281 else if (p_src->sa_family != p_dst->sa_family) { in rule_check()
373 if (p_src != NULL) { in policy_parse_request_init()
374 free(p_src); in policy_parse_request_init()
375 p_src = NULL; in policy_parse_request_init()
/freebsd/contrib/ofed/opensm/complib/
H A Dcl_vector.c74 IN const void *const p_src, in cl_vector_copy_general() argument
77 memcpy(p_dest, p_src, size); in cl_vector_copy_general()
97 IN const void *const p_src, IN const size_t size) in cl_vector_copy8() argument
102 *(uint8_t *) p_dest = *(uint8_t *) p_src; in cl_vector_copy8()
122 IN const void *const p_src, IN const size_t size) in cl_vector_copy16() argument
127 *(uint16_t *) p_dest = *(uint16_t *) p_src; in cl_vector_copy16()
147 IN const void *const p_src, IN const size_t size) in cl_vector_copy32() argument
152 *(uint32_t *) p_dest = *(uint32_t *) p_src; in cl_vector_copy32()
172 IN const void *const p_src, IN const size_t size) in cl_vector_copy64() argument
177 *(uint64_t *) p_dest = *(uint64_t *) p_src; in cl_vector_copy64()
H A Dcl_map.c626 IN OUT cl_qmap_t * const p_src, in __cl_qmap_delta_move() argument
638 cl_qmap_remove_item(p_src, *pp_item); in __cl_qmap_delta_move()
884 IN OUT cl_map_t * const p_src, in __cl_map_delta_move() argument
898 cl_map_remove_item(p_src, *p_itor); in __cl_map_delta_move()
902 p_obj2 = cl_map_insert(p_src, key, p_obj); in __cl_map_delta_move()
1563 IN OUT cl_fmap_t * const p_src, in __cl_fmap_delta_move() argument
1575 cl_fmap_remove_item(p_src, *pp_item); in __cl_fmap_delta_move()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_madw.h1187 IN const osm_madw_t * p_src) in osm_madw_copy_context() argument
1189 p_dest->context = p_src->context; in osm_madw_copy_context()
/freebsd/sys/dev/ioat/
H A Dioat_internal.h397 uint64_t p_src; member
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h9825 IN const ib_ca_attr_t * const p_src);