Searched refs:rbsize (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_txrx.h | 137 u16 rbsize; member
|
| H A D | otx2_common.c | 545 sz = SKB_DATA_ALIGN(pool->rbsize); in otx2_alloc_pool_buf() 567 buf = napi_alloc_frag_align(pool->rbsize, OTX2_ALIGN); in __otx2_alloc_rbuf() 571 *dma = dma_map_single_attrs(pfvf->dev, buf, pool->rbsize, in __otx2_alloc_rbuf() 910 aq->rq.lpb_sizem1 = (DMA_BUFFER_LEN(pfvf->rbsize) / 8) - 1; in otx2_rq_init() 1332 size = pfvf->rbsize; in otx2_free_aura_ptr() 1468 pool->rbsize = buf_size; in otx2_pool_init() 1637 num_ptrs, pfvf->rbsize, AURA_NIX_RQ); in otx2_rq_aura_pool_init()
|
| H A D | otx2_txrx.c | 212 len - off, pfvf->rbsize); in otx2_skb_add_frag() 1306 otx2_free_bufs(pfvf, pool, iova, pfvf->rbsize); in otx2_cleanup_rx_cqes() 1517 xdp_init_buff(&xdp, pfvf->rbsize, &cq->xdp_rxq); in otx2_xdp_rcv_pkt_handler() 1555 otx2_dma_unmap_page(pfvf, iova, pfvf->rbsize, in otx2_xdp_rcv_pkt_handler() 1574 otx2_dma_unmap_page(pfvf, iova, pfvf->rbsize, in otx2_xdp_rcv_pkt_handler()
|
| H A D | otx2_xsk.c | 109 otx2_free_bufs(pfvf, pool, iova, pfvf->rbsize); in otx2_clean_up_rq()
|
| H A D | rep.c | 597 priv->rbsize = ALIGN(priv->hw.rbuf_len, OTX2_ALIGN) + OTX2_HEAD_ROOM; in rvu_rep_rsrc_init()
|
| H A D | otx2_common.h | 442 u16 rbsize; /* Receive buffer size */ member
|
| H A D | otx2_pf.c | 1544 pf->rbsize = otx2_get_rbuf_size(pf, pf->netdev->mtu); in otx2_init_hw_resources()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/pcie/ |
| H A D | rx.c | 365 unsigned int rbsize = iwl_trans_get_rb_size(trans_pcie->rx_buf_size); in iwl_pcie_rx_alloc_page() local 379 trans_pcie->alloc_page_used += rbsize; in iwl_pcie_rx_alloc_page() 406 if (2 * rbsize <= allocsize) { in iwl_pcie_rx_alloc_page() 411 trans_pcie->alloc_page_used = rbsize; in iwl_pcie_rx_alloc_page()
|