Home
last modified time | relevance | path

Searched refs:EFX_P2ALIGN (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/common/sfc_efx/base/
H A Def10_rx.c887 wptr = EFX_P2ALIGN(unsigned int, added, EF10_RX_WPTR_ALIGN); in ef10_rx_qpush()
H A Defx_nic.c1388 trgt_base = EFX_P2ALIGN(efsys_dma_addr_t, trgt_addr, in efx_nic_dma_config_regioned_add_region()
H A Defx.h37 #define EFX_P2ALIGN(_type, _value, _align) \ macro
/dpdk/drivers/net/sfc/
H A Dsfc_rx.c1081 buf_size = EFX_P2ALIGN(uint32_t, buf_size, nic_align_end); in sfc_rx_mb_pool_buf_size()