Searched refs:p_src (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_sp_commands.c | 124 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 D | ecore_vf.c | 690 struct ecore_tunn_update_type *p_src, in __ecore_vf_prep_tunn_req_tlv() argument 693 if (p_src->b_update_mode) { in __ecore_vf_prep_tunn_req_tlv() 696 if (p_src->b_mode_enabled) in __ecore_vf_prep_tunn_req_tlv() 700 *p_cls = p_src->tun_cls; in __ecore_vf_prep_tunn_req_tlv() 706 struct ecore_tunn_update_type *p_src, in ecore_vf_prep_tunn_req_tlv() argument 787 struct ecore_tunnel_info *p_src) in ecore_vf_pf_tunnel_param_update() argument 798 if (p_src->b_update_rx_cls && p_src->b_update_tx_cls) in ecore_vf_pf_tunnel_param_update() 802 &p_req->vxlan_clss, &p_src->vxlan_port, in ecore_vf_pf_tunnel_param_update() 807 &p_req->l2geneve_clss, &p_src->geneve_port, in ecore_vf_pf_tunnel_param_update() 813 __ecore_vf_prep_tunn_req_tlv(p_req, &p_src->l2_gre, in ecore_vf_pf_tunnel_param_update() [all …]
|
| H A D | ecore_dcbx.h | 53 void ecore_dcbx_set_pf_update_params(struct ecore_dcbx_results *p_src,
|
| H A D | ecore_dcbx.c | 948 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 D | ecore_cxt.c | 743 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()
|
| /f-stack/dpdk/drivers/raw/ioat/ |
| H A D | ioat_spec.h | 250 uint64_t p_src; member
|
| /f-stack/dpdk/drivers/crypto/aesni_mb/ |
| H A D | rte_aesni_mb_pmd.c | 1063 uint8_t *p_src, *p_dst; in auth_start_offset() local 1074 p_src = rte_pktmbuf_mtod(m_src, uint8_t *); in auth_start_offset() 1076 u_src = (uintptr_t)p_src; in auth_start_offset() 1085 p_src + op->sym->auth.data.offset, in auth_start_offset() 1096 memcpy(p_dst + cipher_end, p_src + cipher_end, in auth_start_offset()
|
| /f-stack/dpdk/drivers/crypto/openssl/ |
| H A D | rte_openssl_pmd.c | 2044 uint8_t *p_src, *p_dst; in copy_plaintext() local 2046 p_src = rte_pktmbuf_mtod(m_src, uint8_t *); in copy_plaintext() 2055 p_src + op->sym->auth.data.offset, in copy_plaintext()
|