Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c751 tgt->confq = dma_alloc_coherent(&hba->pcidev->dev, in bnx2fc_alloc_session_resc()
754 if (!tgt->confq) { in bnx2fc_alloc_session_resc()
857 if (tgt->confq) { in bnx2fc_free_session_resc()
859 tgt->confq, tgt->confq_dma); in bnx2fc_free_session_resc()
860 tgt->confq = NULL; in bnx2fc_free_session_resc()
H A Dbnx2fc.h345 struct fcoe_confqe *confq; member
/openbmc/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c1025 struct qman_fq *confq = NULL; in dpaa_fq_init() local
1103 confq = priv->conf_fqs[queue_id]; in dpaa_fq_init()
1104 if (confq) { in dpaa_fq_init()