Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c718 tgt->rq_pbl_size = (tgt->rq_mem_size / CNIC_PAGE_SIZE) * sizeof(void *); in bnx2fc_alloc_session_resc()
719 tgt->rq_pbl_size = (tgt->rq_pbl_size + (CNIC_PAGE_SIZE - 1)) & in bnx2fc_alloc_session_resc()
722 tgt->rq_pbl = dma_alloc_coherent(&hba->pcidev->dev, tgt->rq_pbl_size, in bnx2fc_alloc_session_resc()
726 tgt->rq_pbl_size); in bnx2fc_alloc_session_resc()
730 memset(tgt->rq_pbl, 0, tgt->rq_pbl_size); in bnx2fc_alloc_session_resc()
885 dma_free_coherent(&hba->pcidev->dev, tgt->rq_pbl_size, in bnx2fc_free_session_resc()
Dbnx2fc.h339 u32 rq_pbl_size; member