/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_82598.c | 21 u8 *prio_type) in ixgbe_dcb_config_rx_arbiter_82598() argument 48 if (prio_type[i] == prio_link) in ixgbe_dcb_config_rx_arbiter_82598() 82 u8 *prio_type) in ixgbe_dcb_config_tx_desc_arbiter_82598() argument 105 if (prio_type[i] == prio_group) in ixgbe_dcb_config_tx_desc_arbiter_82598() 108 if (prio_type[i] == prio_link) in ixgbe_dcb_config_tx_desc_arbiter_82598() 131 u8 *prio_type) in ixgbe_dcb_config_tx_data_arbiter_82598() argument 150 if (prio_type[i] == prio_group) in ixgbe_dcb_config_tx_data_arbiter_82598() 153 if (prio_type[i] == prio_link) in ixgbe_dcb_config_tx_data_arbiter_82598() 264 u16 *max, u8 *bwg_id, u8 *prio_type) in ixgbe_dcb_hw_config_82598() argument 266 ixgbe_dcb_config_rx_arbiter_82598(hw, refill, max, prio_type); in ixgbe_dcb_hw_config_82598() [all …]
|
D | ixgbe_dcb_82599.c | 24 u8 *prio_type, in ixgbe_dcb_config_rx_arbiter_82599() argument 53 if (prio_type[i] == prio_link) in ixgbe_dcb_config_rx_arbiter_82599() 83 u8 *prio_type) in ixgbe_dcb_config_tx_desc_arbiter_82599() argument 101 if (prio_type[i] == prio_group) in ixgbe_dcb_config_tx_desc_arbiter_82599() 104 if (prio_type[i] == prio_link) in ixgbe_dcb_config_tx_desc_arbiter_82599() 135 u8 *prio_type, in ixgbe_dcb_config_tx_data_arbiter_82599() argument 162 if (prio_type[i] == prio_group) in ixgbe_dcb_config_tx_data_arbiter_82599() 165 if (prio_type[i] == prio_link) in ixgbe_dcb_config_tx_data_arbiter_82599() 334 u16 *max, u8 *bwg_id, u8 *prio_type, u8 *prio_tc) in ixgbe_dcb_hw_config_82599() argument 337 prio_type, prio_tc); in ixgbe_dcb_hw_config_82599() [all …]
|
D | ixgbe_dcb.c | 209 ptype[tc] = tc_config[tc].path[direction].prio_type; in ixgbe_dcb_unpack_prio() 306 __u8 prio_type[IEEE_8021QAZ_MAX_TCS]; in ixgbe_dcb_hw_ets() local 316 prio_type[i] = 2; in ixgbe_dcb_hw_ets() 319 prio_type[i] = 0; in ixgbe_dcb_hw_ets() 333 bwg_id, prio_type, ets->prio_tc); in ixgbe_dcb_hw_ets() 338 u8 *prio_type, u8 *prio_tc) in ixgbe_dcb_hw_ets_config() argument 343 prio_type); in ixgbe_dcb_hw_ets_config() 345 bwg_id, prio_type); in ixgbe_dcb_hw_ets_config() 347 bwg_id, prio_type); in ixgbe_dcb_hw_ets_config() 355 bwg_id, prio_type, prio_tc); in ixgbe_dcb_hw_ets_config() [all …]
|
D | ixgbe_dcb_82598.h | 55 u8 *prio_type); 61 u8 *prio_type); 67 u8 *prio_type); 70 u16 *max, u8 *bwg_id, u8 *prio_type);
|
D | ixgbe_dcb_82599.h | 80 u8 *prio_type, 87 u8 *prio_type); 93 u8 *prio_type, 97 u16 *max, u8 *bwg_id, u8 *prio_type,
|
D | ixgbe_dcb_nl.c | 48 if (dst->path[tx].prio_type != src->path[tx].prio_type) { in ixgbe_copy_dcb_cfg() 49 dst->path[tx].prio_type = src->path[tx].prio_type; in ixgbe_copy_dcb_cfg() 70 if (dst->path[rx].prio_type != src->path[rx].prio_type) { in ixgbe_copy_dcb_cfg() 71 dst->path[rx].prio_type = src->path[rx].prio_type; in ixgbe_copy_dcb_cfg() 174 adapter->temp_dcb_cfg.tc_config[tc].path[0].prio_type = prio; in ixgbe_dcbnl_set_pg_tc_cfg_tx() 200 adapter->temp_dcb_cfg.tc_config[tc].path[1].prio_type = prio; in ixgbe_dcbnl_set_pg_tc_cfg_rx() 225 *prio = adapter->dcb_cfg.tc_config[tc].path[0].prio_type; in ixgbe_dcbnl_get_pg_tc_cfg_tx() 245 *prio = adapter->dcb_cfg.tc_config[tc].path[1].prio_type; in ixgbe_dcbnl_get_pg_tc_cfg_rx() 316 u8 bwg_id[MAX_TRAFFIC_CLASS], prio_type[MAX_TRAFFIC_CLASS]; in ixgbe_dcbnl_set_all() local 334 ixgbe_dcb_unpack_prio(dcb_cfg, DCB_TX_CONFIG, prio_type); in ixgbe_dcbnl_set_all() [all …]
|
D | ixgbe_dcb.h | 82 enum strict_prio_type prio_type; /* Link or Group Strict Priority */ member 133 u8 *bwg_id, u8 *prio_type, u8 *tc_prio);
|
/Linux-v5.4/drivers/net/ethernet/qlogic/qede/ |
D | qede_dcbnl.c | 33 u8 *prio_type, u8 *pgid, u8 *bw_pct, in qede_dcbnl_getpgtccfgtx() argument 38 edev->ops->dcb->getpgtccfgtx(edev->cdev, prio, prio_type, in qede_dcbnl_getpgtccfgtx() 51 u8 *prio_type, u8 *pgid, u8 *bw_pct, in qede_dcbnl_getpgtccfgrx() argument 56 edev->ops->dcb->getpgtccfgrx(edev->cdev, prio, prio_type, pgid, bw_pct, in qede_dcbnl_getpgtccfgrx()
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.c | 439 u8 *prio_type, u8 *pgid, u8 *bw_per, in cxgb4_getpgtccfg() argument 447 *prio_type = *pgid = *bw_per = *up_tc_map = 0; in cxgb4_getpgtccfg() 479 *prio_type = 0x2; in cxgb4_getpgtccfg() 483 u8 *prio_type, u8 *pgid, u8 *bw_per, in cxgb4_getpgtccfg_tx() argument 487 return cxgb4_getpgtccfg(dev, (7 - tc), prio_type, pgid, bw_per, in cxgb4_getpgtccfg_tx() 493 u8 *prio_type, u8 *pgid, u8 *bw_per, in cxgb4_getpgtccfg_rx() argument 497 return cxgb4_getpgtccfg(dev, (7 - tc), prio_type, pgid, bw_per, in cxgb4_getpgtccfg_rx() 502 u8 prio_type, u8 pgid, u8 bw_per, in cxgb4_setpgtccfg_tx() argument
|
/Linux-v5.4/include/linux/qed/ |
D | qed_eth_if.h | 243 void (*getpgtccfgtx)(struct qed_dev *cdev, int prio, u8 *prio_type, 246 void (*getpgtccfgrx)(struct qed_dev *cdev, int prio, u8 *prio_type,
|
/Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.c | 141 enum qlcnic_dcb_prio_type prio_type; /* always prio_link */ member 682 tc_cfg->prio_type = QLC_PRIO_LINK; in qlcnic_dcb_fill_cee_tc_params() 816 *prio = tc_cfg->prio_type; in qlcnic_dcb_get_pg_tc_cfg_tx() 1003 qlcnic_dcb_get_pg_tc_cfg_rx(struct net_device *netdev, int prio, u8 *prio_type, in qlcnic_dcb_get_pg_tc_cfg_rx() argument 1006 *prio_type = *pgid = *bw_pct = *up_map = 0; in qlcnic_dcb_get_pg_tc_cfg_rx()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_dcbnl.c | 687 int priority, u8 prio_type, in mlx5e_dcbnl_setpgtccfgtx() argument 724 int priority, u8 *prio_type, in mlx5e_dcbnl_getpgtccfgtx() argument 741 *prio_type = 0; in mlx5e_dcbnl_getpgtccfgtx()
|
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 1980 u8 prio_type, u8 pgid, u8 bw_pct, in bnx2x_dcbnl_set_pg_tccfg_tx() argument 2020 u8 prio_type, u8 pgid, u8 bw_pct, in bnx2x_dcbnl_set_pg_tccfg_rx() argument 2035 u8 *prio_type, u8 *pgid, u8 *bw_pct, in bnx2x_dcbnl_get_pg_tccfg_tx() argument 2053 *up_map = *bw_pct = *prio_type = *pgid = 0; in bnx2x_dcbnl_get_pg_tccfg_tx() 2076 u8 *prio_type, u8 *pgid, u8 *bw_pct, in bnx2x_dcbnl_get_pg_tccfg_rx() argument 2082 *prio_type = *pgid = *bw_pct = *up_map = 0; in bnx2x_dcbnl_get_pg_tccfg_rx()
|
/Linux-v5.4/tools/power/x86/intel-speed-select/ |
D | isst-config.c | 1139 int enable, ret, prio_type; in get_clos_info_for_cpu() local 1141 ret = isst_clos_get_clos_information(cpu, &enable, &prio_type); in get_clos_info_for_cpu() 1145 isst_clos_display_clos_information(cpu, outf, enable, prio_type); in get_clos_info_for_cpu()
|
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_dcbx.c | 1376 static void qed_dcbnl_getpgtccfgtx(struct qed_dev *cdev, int tc, u8 *prio_type, in qed_dcbnl_getpgtccfgtx() argument 1383 *prio_type = *pgid = *bw_pct = *up_map = 0; in qed_dcbnl_getpgtccfgtx()
|