Searched refs:confq (Results 1 – 2 of 2) sorted by relevance
756 tgt->confq = dma_alloc_coherent(&hba->pcidev->dev, tgt->confq_mem_size, in bnx2fc_alloc_session_resc()758 if (!tgt->confq) { in bnx2fc_alloc_session_resc()763 memset(tgt->confq, 0, tgt->confq_mem_size); in bnx2fc_alloc_session_resc()866 if (tgt->confq) { in bnx2fc_free_session_resc()868 tgt->confq, tgt->confq_dma); in bnx2fc_free_session_resc()869 tgt->confq = NULL; in bnx2fc_free_session_resc()
344 struct fcoe_confqe *confq; member