Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_dcb.c414 struct bnxt_dscp2pri_entry *dscp2pri; in bnxt_hwrm_queue_dscp2pri_cfg() local
422 dscp2pri = dma_alloc_coherent(&bp->pdev->dev, sizeof(*dscp2pri), in bnxt_hwrm_queue_dscp2pri_cfg()
424 if (!dscp2pri) in bnxt_hwrm_queue_dscp2pri_cfg()
428 dscp2pri->dscp = app->protocol; in bnxt_hwrm_queue_dscp2pri_cfg()
430 dscp2pri->mask = 0x3f; in bnxt_hwrm_queue_dscp2pri_cfg()
432 dscp2pri->mask = 0; in bnxt_hwrm_queue_dscp2pri_cfg()
433 dscp2pri->pri = app->priority; in bnxt_hwrm_queue_dscp2pri_cfg()
438 dma_free_coherent(&bp->pdev->dev, sizeof(*dscp2pri), dscp2pri, in bnxt_hwrm_queue_dscp2pri_cfg()