Searched refs:pool_sz (Results 1 – 4 of 4) sorted by relevance
3623 u32 pool_sz; in rtw89_pci_alloc_tx_rings() local3635 pool_sz = ring_sz * ch_num; in rtw89_pci_alloc_tx_rings()3637 head = dma_alloc_coherent(&pdev->dev, pool_sz, &dma, GFP_KERNEL); in rtw89_pci_alloc_tx_rings()3643 bd_pool->size = pool_sz; in rtw89_pci_alloc_tx_rings()3756 u32 pool_sz; in rtw89_pci_alloc_rx_rings() local3764 pool_sz = ring_sz * RTW89_RXCH_NUM; in rtw89_pci_alloc_rx_rings()3766 head = dma_alloc_coherent(&pdev->dev, pool_sz, &dma, GFP_KERNEL); in rtw89_pci_alloc_rx_rings()3772 bd_pool->size = pool_sz; in rtw89_pci_alloc_rx_rings()
663 int pool_sz; member
4228 rc = __atomic_add_ifless(&o->credit, cnt, o->pool_sz + 1); in bnx2x_credit_pool_put()4290 if (offset >= o->pool_sz) in bnx2x_credit_pool_put_entry()4337 p->pool_sz = credit; in bnx2x_init_credit_pool()
5926 mpt3sas_check_same_4gb_region(dma_addr_t start_address, u32 pool_sz) in mpt3sas_check_same_4gb_region() argument5930 end_address = start_address + pool_sz - 1; in mpt3sas_check_same_4gb_region()