Searched refs:confq (Results 1 – 2 of 2) sorted by relevance
762 tgt->confq = dma_alloc_coherent(&hba->pcidev->dev, tgt->confq_mem_size, in bnx2fc_alloc_session_resc()764 if (!tgt->confq) { in bnx2fc_alloc_session_resc()769 memset(tgt->confq, 0, tgt->confq_mem_size); in bnx2fc_alloc_session_resc()872 if (tgt->confq) { in bnx2fc_free_session_resc()874 tgt->confq, tgt->confq_dma); in bnx2fc_free_session_resc()875 tgt->confq = NULL; in bnx2fc_free_session_resc()
345 struct fcoe_confqe *confq; member