Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_dcb.c56 struct bnxt_ieee_ets *ets, in bnxt_hwrm_queue_pri2cos_cfg()
85 bnxt_hwrm_queue_pri2cos_qcfg(struct bnxt_softc *softc, struct bnxt_ieee_ets *ets) in bnxt_hwrm_queue_pri2cos_qcfg()
113 bnxt_hwrm_queue_cos2bw_cfg(struct bnxt_softc *softc, struct bnxt_ieee_ets *ets, in bnxt_hwrm_queue_cos2bw_cfg()
159 bnxt_hwrm_queue_cos2bw_qcfg(struct bnxt_softc *softc, struct bnxt_ieee_ets *ets) in bnxt_hwrm_queue_cos2bw_qcfg()
247 struct bnxt_ieee_ets *my_ets = softc->ieee_ets; in bnxt_hwrm_queue_pfc_cfg()
556 bnxt_ets_validate(struct bnxt_softc *softc, struct bnxt_ieee_ets *ets, uint8_t *tc) in bnxt_ets_validate()
603 bnxt_dcb_ieee_getets(struct bnxt_softc *softc, struct bnxt_ieee_ets *ets) in bnxt_dcb_ieee_getets()
605 struct bnxt_ieee_ets *my_ets = softc->ieee_ets; in bnxt_dcb_ieee_getets()
632 bnxt_dcb_ieee_setets(struct bnxt_softc *softc, struct bnxt_ieee_ets *ets) in bnxt_dcb_ieee_setets()
829 struct bnxt_ieee_ets ets = {0}; in bnxt_dcb_init()
[all …]
H A Dbnxt_mgmt.h145 struct bnxt_ieee_ets ets;
H A Dbnxt_dcb.h71 struct bnxt_ieee_ets { struct
H A Dbnxt.h1041 struct bnxt_ieee_ets *ieee_ets;
1306 int bnxt_dcb_ieee_getets(struct bnxt_softc *softc, struct bnxt_ieee_ets *ets);
1307 int bnxt_dcb_ieee_setets(struct bnxt_softc *softc, struct bnxt_ieee_ets *ets);
H A Dbnxt_sysctl.c2060 struct bnxt_ieee_ets ets = {0}; in bnxt_dcb_ets()