Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe_elink.c1559 const uint16_t total_bw, in elink_ets_e3b0_set_cos_bw() argument
1566 const uint32_t cos_bw_nig = ((bw ? bw : 1) * min_w_val_nig) / total_bw; in elink_ets_e3b0_set_cos_bw()
1567 const uint32_t cos_bw_pbf = ((bw ? bw : 1) * min_w_val_pbf) / total_bw; in elink_ets_e3b0_set_cos_bw()
1630 uint16_t *total_bw) in elink_ets_e3b0_get_total_bw() argument
1636 *total_bw = 0 ; in elink_ets_e3b0_get_total_bw()
1650 *total_bw += in elink_ets_e3b0_get_total_bw()
1656 if ((is_bw_cos_exist == 1) && (*total_bw != 100)) { in elink_ets_e3b0_get_total_bw()
1657 if (*total_bw == 0) { in elink_ets_e3b0_get_total_bw()
1870 uint16_t total_bw = 0; in elink_ets_e3b0_config() local
1897 &total_bw); in elink_ets_e3b0_config()
[all …]