Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dxgbe-dcb.c121 struct ieee_ets *ets)
140 struct ieee_ets *ets)
190 pdata->ets = (struct ieee_ets *)malloc(sizeof(struct ieee_ets),
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_dcb.c227 if (softc->ieee_ets) { in bnxt_queue_remap()
228 rc = bnxt_hwrm_queue_cos2bw_cfg(softc, softc->ieee_ets, softc->max_tc); in bnxt_queue_remap()
233 rc = bnxt_hwrm_queue_pri2cos_cfg(softc, softc->ieee_ets, in bnxt_queue_remap()
247 struct bnxt_ieee_ets *my_ets = softc->ieee_ets; in bnxt_hwrm_queue_pfc_cfg()
605 struct bnxt_ieee_ets *my_ets = softc->ieee_ets; in bnxt_dcb_ieee_getets()
666 memcpy(softc->ieee_ets, ets, sizeof(*ets)); in bnxt_dcb_ieee_setets()
837 softc->ieee_ets = malloc(sizeof(struct bnxt_ieee_ets), M_DEVBUF, M_NOWAIT | M_ZERO); in bnxt_dcb_init()
838 if (!softc->ieee_ets) in bnxt_dcb_init()
860 free(softc->ieee_ets, M_DEVBUF); in bnxt_dcb_free()
861 softc->ieee_ets = NULL; in bnxt_dcb_free()
H A Dbnxt_sysctl.c1808 switch (softc->ieee_ets->tc_tsa[tc]) { in bnxt_ets_tsa_to_str()
1837 if (softc->ieee_ets) in bnxt_ets_get_val()
1838 return softc->ieee_ets->tc_tsa[tc]; in bnxt_ets_get_val()
1841 if (softc->ieee_ets) in bnxt_ets_get_val()
1842 return softc->ieee_ets->prio_tc[tc]; in bnxt_ets_get_val()
1845 if (softc->ieee_ets) in bnxt_ets_get_val()
1846 return softc->ieee_ets->tc_tx_bw[tc]; in bnxt_ets_get_val()
1920 if (!softc->ieee_ets) in bnxt_ets_get_string()
H A Dbnxt.h1115 struct bnxt_ieee_ets *ieee_ets; member
/freebsd/sys/dev/mlx4/mlx4_en/
H A Den.h636 struct ieee_ets ets;