Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c766 tgt->confq_pbl = dma_zalloc_coherent(&hba->pcidev->dev, in bnx2fc_alloc_session_resc()
769 if (!tgt->confq_pbl) { in bnx2fc_alloc_session_resc()
777 pbl = (u32 *)tgt->confq_pbl; in bnx2fc_alloc_session_resc()
854 if (tgt->confq_pbl) { in bnx2fc_free_session_resc()
856 tgt->confq_pbl, tgt->confq_pbl_dma); in bnx2fc_free_session_resc()
857 tgt->confq_pbl = NULL; in bnx2fc_free_session_resc()
Dbnx2fc.h351 void *confq_pbl; member