Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c765 tgt->confq_pbl_size = in bnx2fc_alloc_session_resc()
767 tgt->confq_pbl_size = in bnx2fc_alloc_session_resc()
768 (tgt->confq_pbl_size + (CNIC_PAGE_SIZE - 1)) & CNIC_PAGE_MASK; in bnx2fc_alloc_session_resc()
771 tgt->confq_pbl_size, in bnx2fc_alloc_session_resc()
775 tgt->confq_pbl_size); in bnx2fc_alloc_session_resc()
779 memset(tgt->confq_pbl, 0, tgt->confq_pbl_size); in bnx2fc_alloc_session_resc()
862 dma_free_coherent(&hba->pcidev->dev, tgt->confq_pbl_size, in bnx2fc_free_session_resc()
Dbnx2fc.h350 u32 confq_pbl_size; member