Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_tgt.c752 tgt->confq = dma_zalloc_coherent(&hba->pcidev->dev, in bnx2fc_alloc_session_resc()
755 if (!tgt->confq) { in bnx2fc_alloc_session_resc()
859 if (tgt->confq) { in bnx2fc_free_session_resc()
861 tgt->confq, tgt->confq_dma); in bnx2fc_free_session_resc()
862 tgt->confq = NULL; in bnx2fc_free_session_resc()
Dbnx2fc.h347 struct fcoe_confqe *confq; member
/Linux-v4.19/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c973 struct qman_fq *confq = NULL; in dpaa_fq_init() local
1051 confq = priv->conf_fqs[queue_id]; in dpaa_fq_init()
1052 if (confq) { in dpaa_fq_init()