Home
last modified time | relevance | path

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

/dpdk/drivers/net/qede/base/
H A Decore_sp_commands.c124 p_src->l2_geneve.b_mode_enabled; in ecore_set_pf_update_tunn_mode()
128 p_src->ip_geneve.b_mode_enabled; in ecore_set_pf_update_tunn_mode()
132 struct ecore_tunnel_info *p_src) in ecore_set_tunn_cls_info() argument
153 struct ecore_tunnel_info *p_src) in ecore_set_tunn_ports() argument
158 if (p_src->geneve_port.b_update_port) in ecore_set_tunn_ports()
161 if (p_src->vxlan_port.b_update_port) in ecore_set_tunn_ports()
187 struct ecore_tunnel_info *p_src, in ecore_tunn_set_pf_update_params() argument
193 ecore_set_tunn_cls_info(p_tun, p_src); in ecore_tunn_set_pf_update_params()
194 ecore_set_tunn_ports(p_tun, p_src); in ecore_tunn_set_pf_update_params()
266 if (!p_src) in ecore_tunn_set_pf_start_params()
[all …]
H A Decore_vf.c687 struct ecore_tunn_update_type *p_src, in __ecore_vf_prep_tunn_req_tlv() argument
690 if (p_src->b_update_mode) { in __ecore_vf_prep_tunn_req_tlv()
693 if (p_src->b_mode_enabled) in __ecore_vf_prep_tunn_req_tlv()
697 *p_cls = p_src->tun_cls; in __ecore_vf_prep_tunn_req_tlv()
703 struct ecore_tunn_update_type *p_src, in ecore_vf_prep_tunn_req_tlv() argument
784 struct ecore_tunnel_info *p_src) in ecore_vf_pf_tunnel_param_update() argument
795 if (p_src->b_update_rx_cls && p_src->b_update_tx_cls) in ecore_vf_pf_tunnel_param_update()
799 &p_req->vxlan_clss, &p_src->vxlan_port, in ecore_vf_pf_tunnel_param_update()
804 &p_req->l2geneve_clss, &p_src->geneve_port, in ecore_vf_pf_tunnel_param_update()
810 __ecore_vf_prep_tunn_req_tlv(p_req, &p_src->l2_gre, in ecore_vf_pf_tunnel_param_update()
[all …]
H A Decore_dcbx.c948 struct ecore_dcbx_results *p_src, in ecore_dcbx_update_protocol_data() argument
951 p_data->dcb_enable_flag = p_src->arr[type].enable; in ecore_dcbx_update_protocol_data()
952 p_data->dcb_priority = p_src->arr[type].priority; in ecore_dcbx_update_protocol_data()
953 p_data->dcb_tc = p_src->arr[type].tc; in ecore_dcbx_update_protocol_data()
954 p_data->dscp_enable_flag = p_src->arr[type].dscp_enable; in ecore_dcbx_update_protocol_data()
955 p_data->dscp_val = p_src->arr[type].dscp_val; in ecore_dcbx_update_protocol_data()
956 p_data->dcb_dont_add_vlan0 = p_src->arr[type].dont_add_vlan0; in ecore_dcbx_update_protocol_data()
960 void ecore_dcbx_set_pf_update_params(struct ecore_dcbx_results *p_src, in ecore_dcbx_set_pf_update_params() argument
966 update_flag = p_src->arr[DCBX_PROTOCOL_ETH].update; in ecore_dcbx_set_pf_update_params()
968 update_flag = p_src->arr[DCBX_PROTOCOL_IWARP].update; in ecore_dcbx_set_pf_update_params()
[all …]
H A Decore_dcbx.h53 void ecore_dcbx_set_pf_update_params(struct ecore_dcbx_results *p_src,
H A Decore_cxt.c743 struct ecore_ilt_client_cfg *p_src; in ecore_cxt_src_t2_alloc() local
753 p_src = &p_hwfn->p_cxt_mngr->clients[ILT_CLI_SRC]; in ecore_cxt_src_t2_alloc()
754 if (!p_src->active) in ecore_cxt_src_t2_alloc()
762 psz = ILT_PAGE_IN_BYTES(p_src->p_size.val); in ecore_cxt_src_t2_alloc()
/dpdk/drivers/dma/ioat/
H A Dioat_hw_defs.h271 uint64_t p_src; member
/dpdk/drivers/raw/ioat/
H A Dioat_spec.h250 uint64_t p_src; member
/dpdk/drivers/crypto/ipsec_mb/
H A Dpmd_aesni_mb.c938 uint8_t *p_src, *p_dst; in auth_start_offset() local
949 p_src = rte_pktmbuf_mtod(m_src, uint8_t *); in auth_start_offset()
951 u_src = (uintptr_t)p_src; in auth_start_offset()
960 p_src + auth_offset, in auth_start_offset()
971 memcpy(p_dst + cipher_end, p_src + cipher_end, in auth_start_offset()
/dpdk/drivers/crypto/openssl/
H A Drte_openssl_pmd.c2042 uint8_t *p_src, *p_dst; in copy_plaintext() local
2044 p_src = rte_pktmbuf_mtod(m_src, uint8_t *); in copy_plaintext()
2053 p_src + op->sym->auth.data.offset, in copy_plaintext()