Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_dcb.c95 struct bnxt_cos2bw_cfg cos2bw; in bnxt_hwrm_queue_cos2bw_cfg() local
107 memset(&cos2bw, 0, sizeof(cos2bw)); in bnxt_hwrm_queue_cos2bw_cfg()
108 cos2bw.queue_id = bp->q_info[qidx].queue_id; in bnxt_hwrm_queue_cos2bw_cfg()
110 cos2bw.tsa = in bnxt_hwrm_queue_cos2bw_cfg()
112 cos2bw.pri_lvl = i; in bnxt_hwrm_queue_cos2bw_cfg()
114 cos2bw.tsa = in bnxt_hwrm_queue_cos2bw_cfg()
116 cos2bw.bw_weight = ets->tc_tx_bw[i]; in bnxt_hwrm_queue_cos2bw_cfg()
120 cos2bw.min_bw = in bnxt_hwrm_queue_cos2bw_cfg()
124 data = &req.unused_0 + qidx * (sizeof(cos2bw) - 4); in bnxt_hwrm_queue_cos2bw_cfg()
125 memcpy(data, &cos2bw.queue_id, sizeof(cos2bw) - 4); in bnxt_hwrm_queue_cos2bw_cfg()
[all …]