Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_dcb.c117 struct bnxt_cos2bw_cfg cos2bw; in bnxt_hwrm_queue_cos2bw_cfg() local
129 memset(&cos2bw, 0, sizeof(cos2bw)); in bnxt_hwrm_queue_cos2bw_cfg()
132 cos2bw.tsa = in bnxt_hwrm_queue_cos2bw_cfg()
134 cos2bw.pri_lvl = i; in bnxt_hwrm_queue_cos2bw_cfg()
136 cos2bw.tsa = in bnxt_hwrm_queue_cos2bw_cfg()
143 cos2bw.min_bw = in bnxt_hwrm_queue_cos2bw_cfg()
149 memcpy(data, &cos2bw.queue_id, sizeof(cos2bw) - 4); in bnxt_hwrm_queue_cos2bw_cfg()
151 req.queue_id0 = cos2bw.queue_id; in bnxt_hwrm_queue_cos2bw_cfg()
164 struct bnxt_cos2bw_cfg cos2bw; in bnxt_hwrm_queue_cos2bw_qcfg() local
179 memcpy(&cos2bw.cfg, data, sizeof(cos2bw.cfg)); in bnxt_hwrm_queue_cos2bw_qcfg()
[all …]