Home
last modified time | relevance | path

Searched refs:shm_name (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/raw/ifpga/base/
H A Dopae_hw_api.c334 shm_name); in opae_shm_open()
338 shm_name); in opae_shm_open()
352 shm_name); in opae_shm_open()
363 char shm_name[32]; in opae_adapter_mutex_open() local
391 shm_name); in opae_adapter_mutex_open()
400 char shm_name[32]; in opae_adapter_mutex_close() local
479 char shm_name[32]; in opae_adapter_shm_alloc() local
488 snprintf(shm_name, sizeof(shm_name), "/IFPGA:%s", adapter->name); in opae_adapter_shm_alloc()
512 shm_name); in opae_adapter_shm_alloc()
531 snprintf(shm_name, sizeof(shm_name), "/IFPGA:%s", adapter->name); in opae_adapter_shm_free()
[all …]
/dpdk/drivers/net/memif/
H A Drte_eth_memif.c933 char shm_name[ETH_MEMIF_SHM_NAME_SIZE]; in memif_region_init_shm() local
961 memset(shm_name, 0, sizeof(char) * ETH_MEMIF_SHM_NAME_SIZE); in memif_region_init_shm()
962 snprintf(shm_name, ETH_MEMIF_SHM_NAME_SIZE, "memif_region_%d", in memif_region_init_shm()
965 r->fd = memfd_create(shm_name, MFD_ALLOW_SEALING); in memif_region_init_shm()