Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c94 struct bnxt_cos2bw_cfg cos2bw; in bnxt_hwrm_queue_cos2bw_cfg() local
106 memset(&cos2bw, 0, sizeof(cos2bw)); in bnxt_hwrm_queue_cos2bw_cfg()
107 cos2bw.queue_id = bp->q_info[qidx].queue_id; in bnxt_hwrm_queue_cos2bw_cfg()
109 cos2bw.tsa = in bnxt_hwrm_queue_cos2bw_cfg()
111 cos2bw.pri_lvl = i; in bnxt_hwrm_queue_cos2bw_cfg()
113 cos2bw.tsa = in bnxt_hwrm_queue_cos2bw_cfg()
115 cos2bw.bw_weight = ets->tc_tx_bw[i]; in bnxt_hwrm_queue_cos2bw_cfg()
119 cos2bw.min_bw = in bnxt_hwrm_queue_cos2bw_cfg()
123 data = &req.unused_0 + qidx * (sizeof(cos2bw) - 4); in bnxt_hwrm_queue_cos2bw_cfg()
124 memcpy(data, &cos2bw.queue_id, sizeof(cos2bw) - 4); in bnxt_hwrm_queue_cos2bw_cfg()
[all …]