Home
last modified time | relevance | path

Searched refs:rbsize (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.h137 u16 rbsize; member
H A Dotx2_txrx.c212 len - off, pfvf->rbsize); in otx2_skb_add_frag()
1310 otx2_free_bufs(pfvf, pool, iova, pfvf->rbsize); in otx2_cleanup_rx_cqes()
1520 xdp_init_buff(&xdp, pfvf->rbsize, &cq->xdp_rxq); in otx2_xdp_rcv_pkt_handler()
1558 otx2_dma_unmap_page(pfvf, iova, pfvf->rbsize, in otx2_xdp_rcv_pkt_handler()
1577 otx2_dma_unmap_page(pfvf, iova, pfvf->rbsize, in otx2_xdp_rcv_pkt_handler()
H A Dotx2_common.c538 sz = SKB_DATA_ALIGN(pool->rbsize); in otx2_alloc_pool_buf()
560 buf = napi_alloc_frag_align(pool->rbsize, OTX2_ALIGN); in __otx2_alloc_rbuf()
564 *dma = dma_map_single_attrs(pfvf->dev, buf, pool->rbsize, in __otx2_alloc_rbuf()
904 aq->rq.lpb_sizem1 = (DMA_BUFFER_LEN(pfvf->rbsize) / 8) - 1; in otx2_rq_init()
1326 size = pfvf->rbsize; in otx2_free_aura_ptr()
1476 pool->rbsize = buf_size; in otx2_pool_aq_init()
1643 num_ptrs, pfvf->rbsize, AURA_NIX_RQ); in otx2_rq_aura_pool_init()
H A Dotx2_xsk.c110 otx2_free_bufs(pfvf, pool, iova, pfvf->rbsize); in otx2_clean_up_rq()
H A Drep.c608 priv->rbsize = ALIGN(priv->hw.rbuf_len, OTX2_ALIGN) + OTX2_HEAD_ROOM; in rvu_rep_rsrc_init()
H A Dotx2_common.h467 u16 rbsize; /* Receive buffer size */ member
H A Dotx2_pf.c1633 pf->rbsize = otx2_get_rbuf_size(pf, pf->netdev->mtu); in otx2_init_hw_resources()
/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Drx.c367 unsigned int rbsize = trans_pcie->rx_buf_bytes; in iwl_pcie_rx_alloc_page() local
380 trans_pcie->alloc_page_used += rbsize; in iwl_pcie_rx_alloc_page()
407 if (2 * rbsize <= allocsize) { in iwl_pcie_rx_alloc_page()
412 trans_pcie->alloc_page_used = rbsize; in iwl_pcie_rx_alloc_page()