Home
last modified time | relevance | path

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

/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c758 tgt->confq_pbl_size = in bnx2fc_alloc_session_resc()
760 tgt->confq_pbl_size = in bnx2fc_alloc_session_resc()
761 (tgt->confq_pbl_size + (CNIC_PAGE_SIZE - 1)) & CNIC_PAGE_MASK; in bnx2fc_alloc_session_resc()
764 tgt->confq_pbl_size, in bnx2fc_alloc_session_resc()
768 tgt->confq_pbl_size); in bnx2fc_alloc_session_resc()
851 dma_free_coherent(&hba->pcidev->dev, tgt->confq_pbl_size, in bnx2fc_free_session_resc()
H A Dbnx2fc.h351 u32 confq_pbl_size; member