Searched refs:dscp2pri (Results 1 – 1 of 1) sorted by relevance
406 struct bnxt_dscp2pri_entry *dscp2pri; in bnxt_hwrm_queue_dscp2pri_cfg() local414 dscp2pri = dma_alloc_coherent(&bp->pdev->dev, sizeof(*dscp2pri), in bnxt_hwrm_queue_dscp2pri_cfg()416 if (!dscp2pri) in bnxt_hwrm_queue_dscp2pri_cfg()420 dscp2pri->dscp = app->protocol; in bnxt_hwrm_queue_dscp2pri_cfg()422 dscp2pri->mask = 0x3f; in bnxt_hwrm_queue_dscp2pri_cfg()424 dscp2pri->mask = 0; in bnxt_hwrm_queue_dscp2pri_cfg()425 dscp2pri->pri = app->priority; in bnxt_hwrm_queue_dscp2pri_cfg()428 dma_free_coherent(&bp->pdev->dev, sizeof(*dscp2pri), dscp2pri, in bnxt_hwrm_queue_dscp2pri_cfg()