Home
last modified time | relevance | path

Searched refs:prio_type (Results 1 – 24 of 24) sorted by relevance

/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_dcb_82598.c19 u16 *max, u8 *prio_type) in ixgbe_dcb_config_rx_arbiter_82598() argument
46 if (prio_type[i] == prio_link) in ixgbe_dcb_config_rx_arbiter_82598()
77 u16 *max, u8 *bwg_id, u8 *prio_type) in ixgbe_dcb_config_tx_desc_arbiter_82598() argument
100 if (prio_type[i] == prio_group) in ixgbe_dcb_config_tx_desc_arbiter_82598()
103 if (prio_type[i] == prio_link) in ixgbe_dcb_config_tx_desc_arbiter_82598()
123 u16 *max, u8 *bwg_id, u8 *prio_type) in ixgbe_dcb_config_tx_data_arbiter_82598() argument
142 if (prio_type[i] == prio_group) in ixgbe_dcb_config_tx_data_arbiter_82598()
145 if (prio_type[i] == prio_link) in ixgbe_dcb_config_tx_data_arbiter_82598()
256 u16 *max, u8 *bwg_id, u8 *prio_type) in ixgbe_dcb_hw_config_82598() argument
260 bwg_id, prio_type); in ixgbe_dcb_hw_config_82598()
[all …]
A Dixgbe_dcb_82599.c24 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()
337 prio_type, prio_tc); in ixgbe_dcb_hw_config_82599()
339 bwg_id, prio_type); in ixgbe_dcb_hw_config_82599()
[all …]
A Dixgbe_dcb.c306 __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()
357 bwg_id, prio_type); in ixgbe_dcb_hw_ets_config()
[all …]
A Dixgbe_dcb_82598.h53 u16 *max, u8 *prio_type);
56 u16 *max, u8 *bwg_id, u8 *prio_type);
59 u16 *max, u8 *bwg_id, u8 *prio_type);
62 u16 *max, u8 *bwg_id, u8 *prio_type);
A Dixgbe_dcb_82599.h77 u16 *max, u8 *bwg_id, u8 *prio_type,
81 u16 *max, u8 *bwg_id, u8 *prio_type);
84 u16 *max, u8 *bwg_id, u8 *prio_type,
88 u16 *max, u8 *bwg_id, u8 *prio_type,
A Dixgbe_dcb_nl.c46 if (dst->path[tx].prio_type != src->path[tx].prio_type) { in ixgbe_copy_dcb_cfg()
47 dst->path[tx].prio_type = src->path[tx].prio_type; in ixgbe_copy_dcb_cfg()
68 if (dst->path[rx].prio_type != src->path[rx].prio_type) { in ixgbe_copy_dcb_cfg()
69 dst->path[rx].prio_type = src->path[rx].prio_type; in ixgbe_copy_dcb_cfg()
173 adapter->temp_dcb_cfg.tc_config[tc].path[0].prio_type = prio; in ixgbe_dcbnl_set_pg_tc_cfg_tx()
199 adapter->temp_dcb_cfg.tc_config[tc].path[1].prio_type = prio; in ixgbe_dcbnl_set_pg_tc_cfg_rx()
224 *prio = adapter->dcb_cfg.tc_config[tc].path[0].prio_type; in ixgbe_dcbnl_get_pg_tc_cfg_tx()
244 *prio = adapter->dcb_cfg.tc_config[tc].path[1].prio_type; in ixgbe_dcbnl_get_pg_tc_cfg_rx()
315 u8 bwg_id[MAX_TRAFFIC_CLASS], prio_type[MAX_TRAFFIC_CLASS]; in ixgbe_dcbnl_set_all() local
333 ixgbe_dcb_unpack_prio(dcb_cfg, DCB_TX_CONFIG, prio_type); in ixgbe_dcbnl_set_all()
[all …]
A Dixgbe_dcb.h82 enum strict_prio_type prio_type; /* Link or Group Strict Priority */ member
133 u8 *bwg_id, u8 *prio_type, u8 *tc_prio);
/drivers/infiniband/hw/irdma/
A Dws.c53 node->prio_type = IRDMA_PRIO_WEIGHTED_RR; in irdma_alloc_node()
56 node->prio_type = IRDMA_PRIO_WEIGHTED_RR; in irdma_alloc_node()
103 node_info.prio_type = node->prio_type; in irdma_ws_cqp_cmd()
A Dws.h31 u8 prio_type; member
A Dmain.c74 l2params->tc_info[i].prio_type = qos_info->tc_info[i].prio_type; in irdma_fill_qos_info()
A Dtype.h513 u8 prio_type; member
540 u8 prio_type; member
686 u8 prio_type; member
A Dctrl.c91 vsi->qos[i].prio_type = in irdma_set_qos_info()
92 l2p->tc_info[vsi->qos[i].traffic_class].prio_type; in irdma_set_qos_info()
2192 FIELD_PREP(IRDMA_CQPSQ_WS_PRIOTYPE, info->prio_type) | in irdma_sc_manage_ws_node()
/drivers/net/ethernet/qlogic/qede/
A Dqede_dcbnl.c34 u8 *prio_type, u8 *pgid, u8 *bw_pct, in qede_dcbnl_getpgtccfgtx() argument
39 edev->ops->dcb->getpgtccfgtx(edev->cdev, prio, prio_type, in qede_dcbnl_getpgtccfgtx()
52 u8 *prio_type, u8 *pgid, u8 *bw_pct, in qede_dcbnl_getpgtccfgrx() argument
57 edev->ops->dcb->getpgtccfgrx(edev->cdev, prio, prio_type, pgid, bw_pct, in qede_dcbnl_getpgtccfgrx()
/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_dcb.c439 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
/drivers/net/ethernet/intel/i40e/
A Di40e_dcb_nl.c366 u8 prio_type, u8 bwg_id, u8 bw_pct, in i40e_dcbnl_set_pg_tc_cfg_tx() argument
390 tc, bwg_id, prio_type, bw_pct, up_map); in i40e_dcbnl_set_pg_tc_cfg_tx()
433 u8 __always_unused prio_type, in i40e_dcbnl_set_pg_tc_cfg_rx() argument
472 u8 __always_unused *prio_type, in i40e_dcbnl_get_pg_tc_cfg_tx() argument
530 u8 *prio_type, u8 *pgid, u8 *bw_pct, in i40e_dcbnl_get_pg_tc_cfg_rx() argument
A Di40e_dcb.h257 u8 *mode, u8 *prio_type);
A Di40e_dcb.c1504 u8 *mode, u8 *prio_type) in i40e_dcb_hw_rx_ets_bw_config() argument
1519 prio_type[i]); in i40e_dcb_hw_rx_ets_bw_config()
A Di40e_main.c6921 u8 prio_type[I40E_MAX_TRAFFIC_CLASS] = {0}; in i40e_hw_dcb_config() local
6958 prio_type[i] = I40E_DCB_PRIO_TYPE_ETS; in i40e_hw_dcb_config()
6963 prio_type[i] = I40E_DCB_PRIO_TYPE_STRICT; in i40e_hw_dcb_config()
7019 prio_type); in i40e_hw_dcb_config()
/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_dcb.c140 enum qlcnic_dcb_prio_type prio_type; /* always prio_link */ member
681 tc_cfg->prio_type = QLC_PRIO_LINK; in qlcnic_dcb_fill_cee_tc_params()
815 *prio = tc_cfg->prio_type; in qlcnic_dcb_get_pg_tc_cfg_tx()
1002 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
1005 *prio_type = *pgid = *bw_pct = *up_map = 0; in qlcnic_dcb_get_pg_tc_cfg_rx()
/drivers/net/ethernet/intel/ice/
A Dice_dcb_nl.c434 u8 __always_unused *prio_type, u8 *pgid, in ice_dcbnl_get_pg_tc_cfg_tx() argument
464 u8 __always_unused prio_type, in ice_dcbnl_set_pg_tc_cfg_tx() argument
559 u8 __always_unused *prio_type, u8 *pgid, in ice_dcbnl_get_pg_tc_cfg_rx() argument
590 u8 __always_unused prio_type, in ice_dcbnl_set_pg_tc_cfg_rx() argument
/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
2019 u8 prio_type, u8 pgid, u8 bw_pct, in bnx2x_dcbnl_set_pg_tccfg_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()
2075 u8 *prio_type, u8 *pgid, u8 *bw_pct, in bnx2x_dcbnl_get_pg_tccfg_rx() argument
2081 *prio_type = *pgid = *bw_pct = *up_map = 0; in bnx2x_dcbnl_get_pg_tccfg_rx()
/drivers/net/ethernet/mellanox/mlx5/core/
A Den_dcbnl.c697 int priority, u8 prio_type, in mlx5e_dcbnl_setpgtccfgtx() argument
734 int priority, u8 *prio_type, in mlx5e_dcbnl_getpgtccfgtx() argument
751 *prio_type = 0; in mlx5e_dcbnl_getpgtccfgtx()
/drivers/infiniband/hw/mlx5/
A Dfs.c891 u32 prio_type; in get_opfc_prio() local
895 prio_type = MLX5_IB_OPCOUNTER_RDMA_TX_PACKETS; in get_opfc_prio()
898 prio_type = MLX5_IB_OPCOUNTER_RDMA_RX_PACKETS; in get_opfc_prio()
901 prio_type = MLX5_IB_OPCOUNTER_RDMA_TX_PACKETS_PER_QP; in get_opfc_prio()
904 prio_type = MLX5_IB_OPCOUNTER_RDMA_RX_PACKETS_PER_QP; in get_opfc_prio()
907 prio_type = type; in get_opfc_prio()
910 return &dev->flow_db->opfcs[prio_type]; in get_opfc_prio()
/drivers/net/ethernet/qlogic/qed/
A Dqed_dcbx.c1349 static void qed_dcbnl_getpgtccfgtx(struct qed_dev *cdev, int tc, u8 *prio_type, in qed_dcbnl_getpgtccfgtx() argument
1356 *prio_type = *pgid = *bw_pct = *up_map = 0; in qed_dcbnl_getpgtccfgtx()

Completed in 91 milliseconds