Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c100 struct bnxt_cos2bw_cfg cos2bw; in bnxt_hwrm_queue_cos2bw_cfg() local
114 memset(&cos2bw, 0, sizeof(cos2bw)); in bnxt_hwrm_queue_cos2bw_cfg()
115 cos2bw.queue_id = bp->q_info[qidx].queue_id; in bnxt_hwrm_queue_cos2bw_cfg()
117 cos2bw.tsa = in bnxt_hwrm_queue_cos2bw_cfg()
119 cos2bw.pri_lvl = i; in bnxt_hwrm_queue_cos2bw_cfg()
121 cos2bw.tsa = in bnxt_hwrm_queue_cos2bw_cfg()
123 cos2bw.bw_weight = ets->tc_tx_bw[i]; in bnxt_hwrm_queue_cos2bw_cfg()
127 cos2bw.min_bw = in bnxt_hwrm_queue_cos2bw_cfg()
132 req->queue_id0 = cos2bw.queue_id; in bnxt_hwrm_queue_cos2bw_cfg()
133 req->queue_id0_min_bw = cos2bw.min_bw; in bnxt_hwrm_queue_cos2bw_cfg()
[all …]