Home
last modified time | relevance | path

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

/dpdk/drivers/common/sfc_efx/base/
H A Defx_nic.c1424 __out_opt size_t *map_lenp) in efx_nic_dma_config_regioned_add() argument
1453 if (map_lenp != NULL) in efx_nic_dma_config_regioned_add()
1454 *map_lenp = 1ULL << region->endr_window_log2; in efx_nic_dma_config_regioned_add()
1477 __out_opt size_t *map_lenp) in efx_nic_dma_config_add() argument
1489 if (map_lenp != NULL) in efx_nic_dma_config_add()
1490 *map_lenp = 0; in efx_nic_dma_config_add()
1494 nic_basep, trgt_basep, map_lenp); in efx_nic_dma_config_add()
H A Defx.h5009 __out_opt size_t *map_lenp);