Home
last modified time | relevance | path

Searched refs:rq_pbl_size (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c708 tgt->rq_pbl_size = (tgt->rq_mem_size / CNIC_PAGE_SIZE) * sizeof(void *); in bnx2fc_alloc_session_resc()
709 tgt->rq_pbl_size = (tgt->rq_pbl_size + (CNIC_PAGE_SIZE - 1)) & in bnx2fc_alloc_session_resc()
712 tgt->rq_pbl = dma_alloc_coherent(&hba->pcidev->dev, tgt->rq_pbl_size, in bnx2fc_alloc_session_resc()
716 tgt->rq_pbl_size); in bnx2fc_alloc_session_resc()
871 dma_free_coherent(&hba->pcidev->dev, tgt->rq_pbl_size, in bnx2fc_free_session_resc()
Dbnx2fc.h339 u32 rq_pbl_size; member