Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c805 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()
Dbnx2fc.h359 struct fcoe_sqe *lcq; member