Home
last modified time | relevance | path

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

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