Home
last modified time | relevance | path

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

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