Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qede/
A Dqede_dcbnl.c34 u8 *prio_type, u8 *pgid, u8 *bw_pct, in qede_dcbnl_getpgtccfgtx() argument
40 pgid, bw_pct, up_map); in qede_dcbnl_getpgtccfgtx()
44 int pgid, u8 *bw_pct) in qede_dcbnl_getpgbwgcfgtx() argument
52 u8 *prio_type, u8 *pgid, u8 *bw_pct, in qede_dcbnl_getpgtccfgrx() argument
62 int pgid, u8 *bw_pct) in qede_dcbnl_getpgbwgcfgrx() argument
121 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qede_dcbnl_setpgtccfgtx() argument
126 bw_pct, up_map); in qede_dcbnl_setpgtccfgtx()
130 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qede_dcbnl_setpgtccfgrx() argument
135 bw_pct, up_map); in qede_dcbnl_setpgtccfgrx()
139 u8 bw_pct) in qede_dcbnl_setpgbwgcfgtx() argument
[all …]
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_dcb_nl.c168 u8 prio, u8 bwg_id, u8 bw_pct, in ixgbe_dcbnl_set_pg_tc_cfg_tx() argument
177 if (bw_pct != DCB_ATTR_VALUE_UNDEFINED) in ixgbe_dcbnl_set_pg_tc_cfg_tx()
179 bw_pct; in ixgbe_dcbnl_set_pg_tc_cfg_tx()
186 u8 bw_pct) in ixgbe_dcbnl_set_pg_bwg_cfg_tx() argument
194 u8 prio, u8 bwg_id, u8 bw_pct, in ixgbe_dcbnl_set_pg_tc_cfg_rx() argument
205 bw_pct; in ixgbe_dcbnl_set_pg_tc_cfg_rx()
212 u8 bw_pct) in ixgbe_dcbnl_set_pg_bwg_cfg_rx() argument
220 u8 *prio, u8 *bwg_id, u8 *bw_pct, in ixgbe_dcbnl_get_pg_tc_cfg_tx() argument
232 u8 *bw_pct) in ixgbe_dcbnl_get_pg_bwg_cfg_tx() argument
240 u8 *prio, u8 *bwg_id, u8 *bw_pct, in ixgbe_dcbnl_get_pg_tc_cfg_rx() argument
[all …]
/linux/include/linux/qed/
A Dqed_eth_if.h207 u8 *pgid, u8 *bw_pct, u8 *up_map);
208 void (*getpgbwgcfgtx)(struct qed_dev *cdev, int pgid, u8 *bw_pct);
210 u8 *pgid, u8 *bw_pct, u8 *up_map);
211 void (*getpgbwgcfgrx)(struct qed_dev *cdev, int pgid, u8 *bw_pct);
223 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map);
225 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map);
226 void (*setpgbwgcfgtx)(struct qed_dev *cdev, int pgid, u8 bw_pct);
227 void (*setpgbwgcfgrx)(struct qed_dev *cdev, int pgid, u8 bw_pct);
/linux/drivers/net/ethernet/intel/i40e/
A Di40e_dcb_nl.c367 u8 prio_type, u8 bwg_id, u8 bw_pct, in i40e_dcbnl_set_pg_tc_cfg_tx() argument
391 tc, bwg_id, prio_type, bw_pct, up_map); in i40e_dcbnl_set_pg_tc_cfg_tx()
403 u8 bw_pct) in i40e_dcbnl_set_pg_bwg_cfg_tx() argument
417 pgid, bw_pct); in i40e_dcbnl_set_pg_bwg_cfg_tx()
436 u8 __always_unused bw_pct, in i40e_dcbnl_set_pg_tc_cfg_rx() argument
454 u8 bw_pct) in i40e_dcbnl_set_pg_bwg_cfg_rx() argument
475 u8 __always_unused *bw_pct, in i40e_dcbnl_get_pg_tc_cfg_tx() argument
501 u8 *bw_pct) in i40e_dcbnl_get_pg_bwg_cfg_tx() argument
514 pgid, *bw_pct); in i40e_dcbnl_get_pg_bwg_cfg_tx()
557 u8 *bw_pct) in i40e_dcbnl_get_pg_bwg_cfg_rx() argument
[all …]
/linux/drivers/net/ethernet/intel/ice/
A Dice_dcb_nl.c410 u8 __always_unused *bw_pct, in ice_dcbnl_get_pg_tc_cfg_tx() argument
441 u8 __always_unused bw_pct, u8 up_map) in ice_dcbnl_set_pg_tc_cfg_tx() argument
484 *bw_pct = pi->qos_cfg.local_dcbx_cfg.etscfg.tcbwtable[pgid]; in ice_dcbnl_get_pg_bwg_cfg_tx()
486 pgid, *bw_pct); in ice_dcbnl_get_pg_bwg_cfg_tx()
496 ice_dcbnl_set_pg_bwg_cfg_tx(struct net_device *netdev, int pgid, u8 bw_pct) in ice_dcbnl_set_pg_bwg_cfg_tx() argument
510 new_cfg->etscfg.tcbwtable[pgid] = bw_pct; in ice_dcbnl_set_pg_bwg_cfg_tx()
525 u8 __always_unused *bw_pct, in ice_dcbnl_get_pg_tc_cfg_rx() argument
557 u8 __always_unused bw_pct, in ice_dcbnl_set_pg_tc_cfg_rx() argument
573 u8 *bw_pct) in ice_dcbnl_get_pg_bwg_cfg_rx() argument
581 *bw_pct = 0; in ice_dcbnl_get_pg_bwg_cfg_rx()
[all …]
/linux/drivers/net/ethernet/qlogic/qed/
A Dqed_dcbx.c1350 u8 *pgid, u8 *bw_pct, u8 *up_map) in qed_dcbnl_getpgtccfgtx() argument
1356 *prio_type = *pgid = *bw_pct = *up_map = 0; in qed_dcbnl_getpgtccfgtx()
1375 *bw_pct = 0; in qed_dcbnl_getpgbwgcfgtx()
1392 u8 *bwg_id, u8 *bw_pct, u8 *up_map) in qed_dcbnl_getpgtccfgrx() argument
1395 *prio = *bwg_id = *bw_pct = *up_map = 0; in qed_dcbnl_getpgtccfgrx()
1399 int bwg_id, u8 *bw_pct) in qed_dcbnl_getpgbwgcfgrx() argument
1402 *bw_pct = 0; in qed_dcbnl_getpgbwgcfgrx()
1564 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qed_dcbnl_setpgtccfgtx() argument
1573 tc, pri_type, pgid, bw_pct, up_map); in qed_dcbnl_setpgtccfgtx()
1598 u8 pri_type, u8 pgid, u8 bw_pct, u8 up_map) in qed_dcbnl_setpgtccfgrx() argument
[all …]
/linux/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_dcb.c1979 u8 prio_type, u8 pgid, u8 bw_pct, in bnx2x_dcbnl_set_pg_tccfg_tx() argument
2006 int pgid, u8 bw_pct) in bnx2x_dcbnl_set_pg_bwgcfg_tx() argument
2019 u8 prio_type, u8 pgid, u8 bw_pct, in bnx2x_dcbnl_set_pg_tccfg_rx() argument
2027 int pgid, u8 bw_pct) in bnx2x_dcbnl_set_pg_bwgcfg_rx() argument
2034 u8 *prio_type, u8 *pgid, u8 *bw_pct, in bnx2x_dcbnl_get_pg_tccfg_tx() argument
2052 *up_map = *bw_pct = *prio_type = *pgid = 0; in bnx2x_dcbnl_get_pg_tccfg_tx()
2061 int pgid, u8 *bw_pct) in bnx2x_dcbnl_get_pg_bwgcfg_tx() argument
2066 *bw_pct = 0; in bnx2x_dcbnl_get_pg_bwgcfg_tx()
2075 u8 *prio_type, u8 *pgid, u8 *bw_pct, in bnx2x_dcbnl_get_pg_tccfg_rx() argument
2085 int pgid, u8 *bw_pct) in bnx2x_dcbnl_get_pg_bwgcfg_rx() argument
[all …]
/linux/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_dcb.c830 u8 *bw_pct) in qlcnic_dcb_get_pg_bwg_cfg_tx() argument
836 *bw_pct = 0; in qlcnic_dcb_get_pg_bwg_cfg_tx()
850 *bw_pct = pgcfg->total_bw_percent; in qlcnic_dcb_get_pg_bwg_cfg_tx()
1003 u8 *pgid, u8 *bw_pct, u8 *up_map) in qlcnic_dcb_get_pg_tc_cfg_rx() argument
1005 *prio_type = *pgid = *bw_pct = *up_map = 0; in qlcnic_dcb_get_pg_tc_cfg_rx()
1009 qlcnic_dcb_get_pg_bwg_cfg_rx(struct net_device *netdev, int pgid, u8 *bw_pct) in qlcnic_dcb_get_pg_bwg_cfg_rx() argument
1011 *bw_pct = 0; in qlcnic_dcb_get_pg_bwg_cfg_rx()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den_dcbnl.c696 u8 pgid, u8 bw_pct, u8 up_map) in mlx5e_dcbnl_setpgtccfgtx() argument
717 int pgid, u8 bw_pct) in mlx5e_dcbnl_setpgbwgcfgtx() argument
728 cee_cfg->pg_bw_pct[pgid] = bw_pct; in mlx5e_dcbnl_setpgbwgcfgtx()
733 u8 *pgid, u8 *bw_pct, u8 *up_map) in mlx5e_dcbnl_getpgtccfgtx() argument
750 *bw_pct = 0; in mlx5e_dcbnl_getpgtccfgtx()
758 int pgid, u8 *bw_pct) in mlx5e_dcbnl_getpgbwgcfgtx() argument
769 *bw_pct = ets.tc_tx_bw[pgid]; in mlx5e_dcbnl_getpgbwgcfgtx()
A Dport.c794 u8 tc, u8 *bw_pct) in mlx5_query_port_tc_bw_alloc() argument
807 *bw_pct = MLX5_GET(ets_tcn_config_reg, ets_tcn_conf, in mlx5_query_port_tc_bw_alloc()
/linux/include/linux/mlx5/
A Dport.h196 u8 tc, u8 *bw_pct);

Completed in 31 milliseconds