Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c762 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()
Dbnx2fc.h345 struct fcoe_confqe *confq; member