Searched refs:OTX2_HEAD_ROOM (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_txrx.h | 23 #define OTX2_HEAD_ROOM OTX2_ALIGN macro 34 ((OTX2_HEAD_ROOM + OTX2_DATA_ALIGN(x)) + \ 44 ((x) - OTX2_HEAD_ROOM - \
|
H A D | otx2_txrx.c | 162 otx2_dma_unmap_page(pfvf, iova - OTX2_HEAD_ROOM, in otx2_skb_add_frag() 351 otx2_aura_freeptr(pfvf, cq->cq_idx, bufptr + OTX2_HEAD_ROOM); in otx2_rx_napi_handler() 920 iova = cqe->sg.seg_addr - OTX2_HEAD_ROOM; in otx2_cleanup_rx_cqes()
|
H A D | otx2_common.c | 916 otx2_aura_freeptr(pfvf, qidx, bufptr + OTX2_HEAD_ROOM); in otx2_pool_refill_task() 1057 iova -= OTX2_HEAD_ROOM; in otx2_free_aura_ptr() 1316 bufptr + OTX2_HEAD_ROOM); in otx2_rq_aura_pool_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_txrx.h | 21 #define OTX2_HEAD_ROOM OTX2_ALIGN macro 35 ((OTX2_HEAD_ROOM + OTX2_DATA_ALIGN(x)) + \ 44 #define DMA_BUFFER_LEN(x) ((x) - OTX2_HEAD_ROOM)
|
H A D | otx2_txrx.c | 440 otx2_aura_freeptr(pfvf, cq->cq_idx, bufptr + OTX2_HEAD_ROOM); in otx2_refill_pool_ptrs() 1238 iova = cqe->sg.seg_addr - OTX2_HEAD_ROOM; in otx2_cleanup_rx_cqes() 1414 iova = cqe->sg.seg_addr - OTX2_HEAD_ROOM; in otx2_xdp_rcv_pkt_handler() 1421 xdp_prepare_buff(&xdp, hard_start, OTX2_HEAD_ROOM, in otx2_xdp_rcv_pkt_handler()
|
H A D | cn10k.c | 127 ptrs[num_ptrs] = (u64)bufptr + OTX2_HEAD_ROOM; in cn10k_refill_pool_ptrs()
|
H A D | otx2_common.c | 1254 iova -= OTX2_HEAD_ROOM; in otx2_free_aura_ptr() 1538 bufptr + OTX2_HEAD_ROOM); in otx2_rq_aura_pool_init()
|
H A D | otx2_pf.c | 1446 return ALIGN(pf->hw.rbuf_len, OTX2_ALIGN) + OTX2_HEAD_ROOM; in otx2_get_rbuf_size() 1461 total_size = frame_size + OTX2_HEAD_ROOM * 6; in otx2_get_rbuf_size()
|
Completed in 13 milliseconds