Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c518 buf = napi_alloc_frag_align(pool->rbsize, OTX2_ALIGN); in __otx2_alloc_rbuf()
/Linux-v5.15/include/linux/
Dskbuff.h2922 static inline void *napi_alloc_frag_align(unsigned int fragsz, in napi_alloc_frag_align() function
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c806 sgt_buf = napi_alloc_frag_align(sgt_buf_size, DPAA2_ETH_TX_BUF_ALIGN); in dpaa2_eth_build_sg_fd()