Home
last modified time | relevance | path

Searched refs:prot (Results 1 – 14 of 14) sorted by relevance

/dpdk/lib/eal/unix/
H A Deal_unix_memory.c27 mem_map(void *requested_addr, size_t size, int prot, int flags, in mem_map() argument
30 void *virt = mmap(requested_addr, size, prot, flags, fd, offset); in mem_map()
34 requested_addr, size, prot, flags, fd, offset, in mem_map()
94 mem_rte_to_sys_prot(int prot) in mem_rte_to_sys_prot() argument
98 if (prot & RTE_PROT_READ) in mem_rte_to_sys_prot()
100 if (prot & RTE_PROT_WRITE) in mem_rte_to_sys_prot()
102 if (prot & RTE_PROT_EXECUTE) in mem_rte_to_sys_prot()
109 rte_mem_map(void *requested_addr, size_t size, int prot, int flags, in rte_mem_map() argument
115 sys_prot = mem_rte_to_sys_prot(prot); in rte_mem_map()
/dpdk/drivers/net/dpaa2/base/
H A Ddpaa2_hw_dpni.c229 kg_cfg->extracts[i].extract.from_hdr.prot = in dpaa2_distset_to_dpkg_profile_cfg()
243 kg_cfg->extracts[i].extract.from_hdr.prot = in dpaa2_distset_to_dpkg_profile_cfg()
259 kg_cfg->extracts[i].extract.from_hdr.prot = in dpaa2_distset_to_dpkg_profile_cfg()
275 kg_cfg->extracts[i].extract.from_hdr.prot = in dpaa2_distset_to_dpkg_profile_cfg()
292 kg_cfg->extracts[i].extract.from_hdr.prot = in dpaa2_distset_to_dpkg_profile_cfg()
309 kg_cfg->extracts[i].extract.from_hdr.prot = in dpaa2_distset_to_dpkg_profile_cfg()
319 kg_cfg->extracts[i].extract.from_hdr.prot = in dpaa2_distset_to_dpkg_profile_cfg()
329 kg_cfg->extracts[i].extract.from_hdr.prot = in dpaa2_distset_to_dpkg_profile_cfg()
352 kg_cfg->extracts[i].extract.from_hdr.prot = in dpaa2_distset_to_dpkg_profile_cfg()
362 kg_cfg->extracts[i].extract.from_hdr.prot = in dpaa2_distset_to_dpkg_profile_cfg()
[all …]
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_flow.c362 enum net_prot prot, in dpaa2_flow_extract_add() argument
412 dpkg->extracts[index].extract.from_hdr.prot = prot; in dpaa2_flow_extract_add()
571 if (dpkg->extracts[i].extract.from_hdr.prot == prot && in dpaa2_flow_extract_search()
623 enum net_prot prot; in dpaa2_flow_proto_discrimination_rule() local
644 prot, field); in dpaa2_flow_proto_discrimination_rule()
647 prot, field); in dpaa2_flow_proto_discrimination_rule()
670 prot, field); in dpaa2_flow_proto_discrimination_rule()
673 prot, field); in dpaa2_flow_proto_discrimination_rule()
706 prot, field); in dpaa2_flow_rule_data_set()
710 prot, field); in dpaa2_flow_rule_data_set()
[all …]
H A Ddpaa2_mux.c107 kg_cfg.extracts[0].extract.from_hdr.prot = NET_PROT_IP; in rte_pmd_dpaa2_mux_flow_create()
126 kg_cfg.extracts[0].extract.from_hdr.prot = NET_PROT_UDP; in rte_pmd_dpaa2_mux_flow_create()
146 kg_cfg.extracts[0].extract.from_hdr.prot = NET_PROT_ETH; in rte_pmd_dpaa2_mux_flow_create()
/dpdk/lib/eal/windows/
H A Deal_memory.c514 rte_mem_map(void *requested_addr, size_t size, int prot, int flags, in rte_mem_map() argument
527 if (prot & RTE_PROT_EXECUTE) { in rte_mem_map()
528 if (prot & RTE_PROT_READ) { in rte_mem_map()
532 if (prot & RTE_PROT_WRITE) { in rte_mem_map()
537 if (prot & RTE_PROT_READ) { in rte_mem_map()
541 if (prot & RTE_PROT_WRITE) { in rte_mem_map()
/dpdk/drivers/net/dpaa2/mc/
H A Dfsl_dpkg.h110 enum net_prot prot; member
157 uint8_t prot; member
H A Ddpkg.c38 extr->prot = cfg->extracts[i].extract.from_hdr.prot; in dpkg_prepare_key_cfg()
/dpdk/lib/eal/include/
H A Drte_eal_paging.h63 rte_mem_map(void *requested_addr, size_t size, int prot, int flags,
/dpdk/kernel/freebsd/contigmem/
H A Dcontigmem.c236 contigmem_cdev_pager_ctor(void *handle, vm_ooffset_t size, vm_prot_t prot, in contigmem_cdev_pager_ctor() argument
273 contigmem_cdev_pager_fault(vm_object_t object, vm_ooffset_t offset, int prot, in contigmem_cdev_pager_fault() argument
/dpdk/drivers/crypto/ccp/
H A Dccp_dev.h95 #define CCP_CMD_PROT(p) (CCP_CMD_DW0(p).prot)
386 uint32_t prot:1; member
/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.h29 u8 *prot, u16 *off);
H A Dice_switch.c2255 u8 i, prof, idx, prot = 0; in ice_get_recp_frm_fw() local
2300 rg_entry->fv_idx[i], &prot, &off); in ice_get_recp_frm_fw()
2301 lkup_exts->fv_words[fv_word_idx].prot_id = prot; in ice_get_recp_frm_fw()
2305 if (prot == ICE_META_DATA_ID_HW && in ice_get_recp_frm_fw()
H A Dice_flex_pipe.c2568 u8 *prot, u16 *off) in ice_find_prot_off() argument
2580 *prot = fv_ext[fv_idx].prot_id; in ice_find_prot_off()
/dpdk/kernel/freebsd/nic_uio/
H A Dnic_uio.c88 int prot, vm_memattr_t *memattr) in nic_uio_mmap() argument