Searched refs:tc_tx_bw (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-dcb.c | 128 memcpy(ets->tc_tx_bw, pdata->ets->tc_tx_bw, 129 sizeof(ets->tc_tx_bw)); 150 ets->tc_tx_bw[i], ets->tc_rx_bw[i], 156 if ((ets->tc_tx_bw[i] || ets->tc_tsa[i])) 164 tc_ets_weight += ets->tc_tx_bw[i];
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_dcb.c | 138 cos2bw.bw_weight = ets->tc_tx_bw[i]; in bnxt_hwrm_queue_cos2bw_cfg() 144 htole32((ets->tc_tx_bw[i] * 100) | in bnxt_hwrm_queue_cos2bw_cfg() 191 ets->tc_tx_bw[tc] = cos2bw.bw_weight; in bnxt_hwrm_queue_cos2bw_qcfg() 572 if ((ets->tc_tx_bw[i] || ets->tc_tsa[i]) && i > softc->max_tc) in bnxt_ets_validate() 579 total_ets_bw += ets->tc_tx_bw[i]; in bnxt_ets_validate() 580 zero = zero || !ets->tc_tx_bw[i]; in bnxt_ets_validate() 621 memcpy(ets->tc_tx_bw, my_ets->tc_tx_bw, sizeof(ets->tc_tx_bw)); in bnxt_dcb_ieee_getets()
|
H A D | bnxt_dcb.h | 75 uint8_t tc_tx_bw[BNXT_IEEE_8021QAZ_MAX_TCS]; member
|
H A D | bnxt_sysctl.c | 1846 return softc->ieee_ets->tc_tx_bw[tc]; in bnxt_ets_get_val() 2081 &ets.tc_tx_bw[0], &ets.tc_tx_bw[1], &ets.tc_tx_bw[2], &ets.tc_tx_bw[3], in bnxt_dcb_ets() 2082 &ets.tc_tx_bw[4], &ets.tc_tx_bw[5], &ets.tc_tx_bw[6], &ets.tc_tx_bw[7]); in bnxt_dcb_ets()
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | fw_qos.h | 84 int mlx4_SET_PORT_SCHEDULER(struct mlx4_dev *dev, u8 port, u8 *tc_tx_bw,
|
H A D | mlx4_fw_qos.c | 111 int mlx4_SET_PORT_SCHEDULER(struct mlx4_dev *dev, u8 port, u8 *tc_tx_bw, in mlx4_SET_PORT_SCHEDULER() argument 147 tc->bw_precentage = htons(tc_tx_bw[i]); in mlx4_SET_PORT_SCHEDULER()
|