Searched refs:otx2_aura_freeptr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_txrx.c | 202 otx2_aura_freeptr(pfvf, qidx, *seg_addr & ~0x07ULL); in otx2_free_rcv_seg() 351 otx2_aura_freeptr(pfvf, cq->cq_idx, bufptr + OTX2_HEAD_ROOM); in otx2_rx_napi_handler()
|
H A D | otx2_common.c | 916 otx2_aura_freeptr(pfvf, qidx, bufptr + OTX2_HEAD_ROOM); in otx2_pool_refill_task() 1264 otx2_aura_freeptr(pfvf, pool_id, bufptr); in otx2_sq_aura_pool_init() 1315 otx2_aura_freeptr(pfvf, pool_id, in otx2_rq_aura_pool_init()
|
H A D | otx2_common.h | 452 static inline void otx2_aura_freeptr(struct otx2_nic *pfvf, in otx2_aura_freeptr() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | cn10k.c | 15 .aura_freeptr = otx2_aura_freeptr,
|
H A D | otx2_common.h | 780 static inline void otx2_aura_freeptr(void *dev, int aura, u64 buf) in otx2_aura_freeptr() function
|
H A D | otx2_txrx.c | 440 otx2_aura_freeptr(pfvf, cq->cq_idx, bufptr + OTX2_HEAD_ROOM); in otx2_refill_pool_ptrs()
|
Completed in 15 milliseconds