Lines Matching refs:bw_pct
1377 u8 *pgid, u8 *bw_pct, u8 *up_map) in qed_dcbnl_getpgtccfgtx() argument
1383 *prio_type = *pgid = *bw_pct = *up_map = 0; in qed_dcbnl_getpgtccfgtx()
1397 static void qed_dcbnl_getpgbwgcfgtx(struct qed_dev *cdev, int pgid, u8 *bw_pct) in qed_dcbnl_getpgbwgcfgtx() argument
1402 *bw_pct = 0; in qed_dcbnl_getpgbwgcfgtx()
1413 *bw_pct = dcbx_info->operational.params.ets_tc_bw_tbl[pgid]; in qed_dcbnl_getpgbwgcfgtx()
1414 DP_VERBOSE(hwfn, QED_MSG_DCB, "bw_pct = %d\n", *bw_pct); in qed_dcbnl_getpgbwgcfgtx()
1419 u8 *bwg_id, u8 *bw_pct, u8 *up_map) in qed_dcbnl_getpgtccfgrx() argument
1422 *prio = *bwg_id = *bw_pct = *up_map = 0; in qed_dcbnl_getpgtccfgrx()
1426 int bwg_id, u8 *bw_pct) in qed_dcbnl_getpgbwgcfgrx() argument
1429 *bw_pct = 0; in qed_dcbnl_getpgbwgcfgrx()
1591 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qed_dcbnl_setpgtccfgtx() argument
1600 tc, pri_type, pgid, bw_pct, up_map); in qed_dcbnl_setpgtccfgtx()
1625 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qed_dcbnl_setpgtccfgrx() argument
1630 static void qed_dcbnl_setpgbwgcfgtx(struct qed_dev *cdev, int pgid, u8 bw_pct) in qed_dcbnl_setpgbwgcfgtx() argument
1637 DP_VERBOSE(hwfn, QED_MSG_DCB, "pgid = %d bw_pct = %d\n", pgid, bw_pct); in qed_dcbnl_setpgbwgcfgtx()
1649 dcbx_set.config.params.ets_tc_bw_tbl[pgid] = bw_pct; in qed_dcbnl_setpgbwgcfgtx()
1660 static void qed_dcbnl_setpgbwgcfgrx(struct qed_dev *cdev, int pgid, u8 bw_pct) in qed_dcbnl_setpgbwgcfgrx() argument