Searched refs:confq_pbl (Results 1 – 2 of 2) sorted by relevance
776 tgt->confq_pbl = dma_alloc_coherent(&hba->pcidev->dev, in bnx2fc_alloc_session_resc()779 if (!tgt->confq_pbl) { in bnx2fc_alloc_session_resc()785 memset(tgt->confq_pbl, 0, tgt->confq_pbl_size); in bnx2fc_alloc_session_resc()788 pbl = (u32 *)tgt->confq_pbl; in bnx2fc_alloc_session_resc()867 if (tgt->confq_pbl) { in bnx2fc_free_session_resc()869 tgt->confq_pbl, tgt->confq_pbl_dma); in bnx2fc_free_session_resc()870 tgt->confq_pbl = NULL; in bnx2fc_free_session_resc()
349 void *confq_pbl; member