Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Ddm-ps-historical-service-time.c178 unsigned int base_weight = HST_FIXED_95; in hst_create() local
196 if (argc && (sscanf(argv[0], "%u%c", &base_weight, &dummy) != 1 || in hst_create()
197 base_weight >= HST_FIXED_1)) { in hst_create()
212 hst_set_weights(ps, base_weight); in hst_create()
/Linux-v6.6/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.c692 u32 base_weight = 0; in bnx2x_ets_e3b0_pbf_disabled() local
727 base_weight = PBF_REG_COS0_WEIGHT_P0; in bnx2x_ets_e3b0_pbf_disabled()
730 base_weight = PBF_REG_COS0_WEIGHT_P1; in bnx2x_ets_e3b0_pbf_disabled()
735 REG_WR(bp, base_weight + (0x4 * i), 0); in bnx2x_ets_e3b0_pbf_disabled()