Home
last modified time | relevance | path

Searched refs:IFPGA_ALIGN (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/raw/ifpga/base/
H A Difpga_compat.h20 #define IFPGA_ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
H A Difpga_fme_pr.c245 size = IFPGA_ALIGN(size, fme->pr_bandwidth); in fme_pr()
H A Dopae_spi_transaction.c117 *aligned_len = IFPGA_ALIGN(phy_buf_len, 4); in phy_tx_pad()