Searched defs:total_bw (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c958 const u16 total_bw,
965 const u32 cos_bw_nig = ((bw ? bw : 1) * min_w_val_nig) / total_bw;
966 const u32 cos_bw_pbf = ((bw ? bw : 1) * min_w_val_pbf) / total_bw;
1029 u16 *total_bw)
1035 *total_bw = 0 ;
1049 *total_bw +=
1055 if ((is_bw_cos_exist == 1) && (*total_bw != 100)) {
1056 if (*total_bw == 0) {
1269 u16 total_bw = 0; local
1296 &total_bw);
954 elink_ets_e3b0_set_cos_bw(struct elink_dev *cb, const u8 cos_entry, const u32 min_w_val_nig, const u32 min_w_val_pbf, const u16 total_bw, const u8 bw, const u8 port) argument
1026 elink_ets_e3b0_get_total_bw( const struct elink_params *params, struct elink_ets_params *ets_params, u16 *total_bw) argument
1413 const u32 total_bw = cos0_bw + cos1_bw; local
[all...]

Completed in 94 milliseconds