Searched refs:ieee_ets (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/dev/axgbe/ |
| H A D | xgbe-dcb.c | 121 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 D | bnxt_dcb.c | 227 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() 608 struct bnxt_ieee_ets *my_ets = softc->ieee_ets; in bnxt_dcb_ieee_getets() 669 memcpy(softc->ieee_ets, ets, sizeof(*ets)); in bnxt_dcb_ieee_setets() 840 softc->ieee_ets = malloc(sizeof(struct bnxt_ieee_ets), M_DEVBUF, M_NOWAIT | M_ZERO); in bnxt_dcb_init() 841 if (!softc->ieee_ets) in bnxt_dcb_init() 863 free(softc->ieee_ets, M_DEVBUF); in bnxt_dcb_free() 864 softc->ieee_ets = NULL; in bnxt_dcb_free()
|
| H A D | bnxt_sysctl.c | 1809 switch (softc->ieee_ets->tc_tsa[tc]) { in bnxt_ets_tsa_to_str() 1838 if (softc->ieee_ets) in bnxt_ets_get_val() 1839 return softc->ieee_ets->tc_tsa[tc]; in bnxt_ets_get_val() 1842 if (softc->ieee_ets) in bnxt_ets_get_val() 1843 return softc->ieee_ets->prio_tc[tc]; in bnxt_ets_get_val() 1846 if (softc->ieee_ets) in bnxt_ets_get_val() 1847 return softc->ieee_ets->tc_tx_bw[tc]; in bnxt_ets_get_val() 1921 if (!softc->ieee_ets) in bnxt_ets_get_string()
|
| H A D | bnxt.h | 1119 struct bnxt_ieee_ets *ieee_ets; member
|
| /freebsd/sys/dev/mlx4/mlx4_en/ |
| H A D | en.h | 636 struct ieee_ets ets;
|