Searched refs:lcq (Results 1 – 2 of 2) sorted by relevance
805 tgt->lcq = dma_zalloc_coherent(&hba->pcidev->dev, tgt->lcq_mem_size, in bnx2fc_alloc_session_resc()808 if (!tgt->lcq) { in bnx2fc_alloc_session_resc()842 if (tgt->lcq) { in bnx2fc_free_session_resc()844 tgt->lcq, tgt->lcq_dma); in bnx2fc_free_session_resc()845 tgt->lcq = NULL; in bnx2fc_free_session_resc()
359 struct fcoe_sqe *lcq; member