Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c549 buf = napi_alloc_frag_align(pool->rbsize, OTX2_ALIGN); in __otx2_alloc_rbuf()
/openbmc/linux/include/linux/
H A Dskbuff.h3291 static inline void *napi_alloc_frag_align(unsigned int fragsz, in napi_alloc_frag_align() function
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c875 sgt_buf = napi_alloc_frag_align(sgt_buf_size, DPAA2_ETH_TX_BUF_ALIGN); in dpaa2_eth_sgt_get()