Searched refs:rq_pbl_size (Results 1 – 2 of 2) sorted by relevance
712 tgt->rq_pbl_size = (tgt->rq_mem_size / CNIC_PAGE_SIZE) * sizeof(void *); in bnx2fc_alloc_session_resc()713 tgt->rq_pbl_size = (tgt->rq_pbl_size + (CNIC_PAGE_SIZE - 1)) & in bnx2fc_alloc_session_resc()716 tgt->rq_pbl = dma_alloc_coherent(&hba->pcidev->dev, tgt->rq_pbl_size, in bnx2fc_alloc_session_resc()720 tgt->rq_pbl_size); in bnx2fc_alloc_session_resc()724 memset(tgt->rq_pbl, 0, tgt->rq_pbl_size); in bnx2fc_alloc_session_resc()879 dma_free_coherent(&hba->pcidev->dev, tgt->rq_pbl_size, in bnx2fc_free_session_resc()
338 u32 rq_pbl_size; member