Searched refs:rbsize (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_txrx.h | 117 u16 rbsize; member
|
D | otx2_common.c | 476 buf = napi_alloc_frag(pool->rbsize); in __otx2_alloc_rbuf() 480 iova = dma_map_single_attrs(pfvf->dev, buf, pool->rbsize, in __otx2_alloc_rbuf() 717 aq->rq.lpb_sizem1 = (DMA_BUFFER_LEN(pfvf->rbsize) / 8) - 1; in otx2_rq_init() 1048 size = pfvf->rbsize; in otx2_free_aura_ptr() 1157 pool->rbsize = buf_size; in otx2_pool_init() 1282 num_ptrs, pfvf->rbsize); in otx2_rq_aura_pool_init()
|
D | otx2_txrx.c | 160 va - page_address(page) + off, len - off, pfvf->rbsize); in otx2_skb_add_frag() 163 pfvf->rbsize, DMA_FROM_DEVICE); in otx2_skb_add_frag() 924 otx2_dma_unmap_page(pfvf, iova, pfvf->rbsize, DMA_FROM_DEVICE); in otx2_cleanup_rx_cqes()
|
D | otx2_common.h | 234 u16 rbsize; /* Receive buffer size */ member
|
D | otx2_pf.c | 1295 pf->rbsize = RCV_FRAG_LEN(OTX2_HW_TIMESTAMP_LEN + pf->netdev->mtu + in otx2_init_hw_resources()
|
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | rx.c | 419 unsigned int rbsize = iwl_trans_get_rb_size(trans_pcie->rx_buf_size); in iwl_pcie_rx_alloc_page() local 433 trans_pcie->alloc_page_used += rbsize; in iwl_pcie_rx_alloc_page() 460 if (2 * rbsize <= allocsize) { in iwl_pcie_rx_alloc_page() 465 trans_pcie->alloc_page_used = rbsize; in iwl_pcie_rx_alloc_page()
|