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()
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()
127 cos2bw.min_bw = in bnxt_hwrm_queue_cos2bw_cfg()
132 req->queue_id0 = cos2bw.queue_id; in bnxt_hwrm_queue_cos2bw_cfg()
139 memcpy(&req->cfg[i - 1], &cos2bw.cfg, sizeof(cos2bw.cfg)); in bnxt_hwrm_queue_cos2bw_cfg()
149 struct bnxt_cos2bw_cfg cos2bw; in bnxt_hwrm_queue_cos2bw_qcfg() local
174 memcpy(&cos2bw.cfg, &resp->cfg[i - 1], sizeof(cos2bw.cfg)); in bnxt_hwrm_queue_cos2bw_qcfg()
[all …]