Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_82598.c44 u8 *prio_type) in ixgbe_dcb_config_rx_arbiter_82598() argument
71 if (prio_type[i] == prio_link) in ixgbe_dcb_config_rx_arbiter_82598()
102 u8 *prio_type) in ixgbe_dcb_config_tx_desc_arbiter_82598() argument
125 if (prio_type[i] == prio_group) in ixgbe_dcb_config_tx_desc_arbiter_82598()
128 if (prio_type[i] == prio_link) in ixgbe_dcb_config_tx_desc_arbiter_82598()
148 u8 *prio_type) in ixgbe_dcb_config_tx_data_arbiter_82598() argument
167 if (prio_type[i] == prio_group) in ixgbe_dcb_config_tx_data_arbiter_82598()
170 if (prio_type[i] == prio_link) in ixgbe_dcb_config_tx_data_arbiter_82598()
277 u16 *max, u8 *bwg_id, u8 *prio_type) in ixgbe_dcb_hw_config_82598() argument
279 ixgbe_dcb_config_rx_arbiter_82598(hw, refill, max, prio_type); in ixgbe_dcb_hw_config_82598()
[all …]
Dixgbe_dcb_82599.c48 u8 *prio_type, in ixgbe_dcb_config_rx_arbiter_82599() argument
77 if (prio_type[i] == prio_link) in ixgbe_dcb_config_rx_arbiter_82599()
107 u8 *prio_type) in ixgbe_dcb_config_tx_desc_arbiter_82599() argument
125 if (prio_type[i] == prio_group) in ixgbe_dcb_config_tx_desc_arbiter_82599()
128 if (prio_type[i] == prio_link) in ixgbe_dcb_config_tx_desc_arbiter_82599()
158 u8 *prio_type, in ixgbe_dcb_config_tx_data_arbiter_82599() argument
185 if (prio_type[i] == prio_group) in ixgbe_dcb_config_tx_data_arbiter_82599()
188 if (prio_type[i] == prio_link) in ixgbe_dcb_config_tx_data_arbiter_82599()
356 u16 *max, u8 *bwg_id, u8 *prio_type, u8 *prio_tc) in ixgbe_dcb_hw_config_82599() argument
359 prio_type, prio_tc); in ixgbe_dcb_hw_config_82599()
[all …]
Dixgbe_dcb.c224 ptype[tc] = tc_config[tc].path[direction].prio_type; in ixgbe_dcb_unpack_prio()
319 __u8 prio_type[IEEE_8021QAZ_MAX_TCS]; in ixgbe_dcb_hw_ets() local
329 prio_type[i] = 2; in ixgbe_dcb_hw_ets()
332 prio_type[i] = 0; in ixgbe_dcb_hw_ets()
346 bwg_id, prio_type, ets->prio_tc); in ixgbe_dcb_hw_ets()
351 u8 *prio_type, u8 *prio_tc) in ixgbe_dcb_hw_ets_config() argument
356 prio_type); in ixgbe_dcb_hw_ets_config()
358 bwg_id, prio_type); in ixgbe_dcb_hw_ets_config()
360 bwg_id, prio_type); in ixgbe_dcb_hw_ets_config()
367 bwg_id, prio_type, prio_tc); in ixgbe_dcb_hw_ets_config()
[all …]
Dixgbe_dcb_82598.h80 u8 *prio_type);
86 u8 *prio_type);
92 u8 *prio_type);
95 u16 *max, u8 *bwg_id, u8 *prio_type);
Dixgbe_dcb_82599.h105 u8 *prio_type,
112 u8 *prio_type);
118 u8 *prio_type,
122 u16 *max, u8 *bwg_id, u8 *prio_type,
Dixgbe_dcb_nl.c73 if (dst->path[tx].prio_type != src->path[tx].prio_type) { in ixgbe_copy_dcb_cfg()
74 dst->path[tx].prio_type = src->path[tx].prio_type; in ixgbe_copy_dcb_cfg()
95 if (dst->path[rx].prio_type != src->path[rx].prio_type) { in ixgbe_copy_dcb_cfg()
96 dst->path[rx].prio_type = src->path[rx].prio_type; in ixgbe_copy_dcb_cfg()
199 adapter->temp_dcb_cfg.tc_config[tc].path[0].prio_type = prio; in ixgbe_dcbnl_set_pg_tc_cfg_tx()
225 adapter->temp_dcb_cfg.tc_config[tc].path[1].prio_type = prio; in ixgbe_dcbnl_set_pg_tc_cfg_rx()
250 *prio = adapter->dcb_cfg.tc_config[tc].path[0].prio_type; in ixgbe_dcbnl_get_pg_tc_cfg_tx()
270 *prio = adapter->dcb_cfg.tc_config[tc].path[1].prio_type; in ixgbe_dcbnl_get_pg_tc_cfg_rx()
341 u8 bwg_id[MAX_TRAFFIC_CLASS], prio_type[MAX_TRAFFIC_CLASS]; in ixgbe_dcbnl_set_all() local
359 ixgbe_dcb_unpack_prio(dcb_cfg, DCB_TX_CONFIG, prio_type); in ixgbe_dcbnl_set_all()
[all …]
Dixgbe_dcb.h107 enum strict_prio_type prio_type; /* Link or Group Strict Priority */ member
158 u8 *bwg_id, u8 *prio_type, u8 *tc_prio);
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_dcb.c417 u8 *prio_type, u8 *pgid, u8 *bw_per, in cxgb4_getpgtccfg() argument
425 *prio_type = *pgid = *bw_per = *up_tc_map = 0; in cxgb4_getpgtccfg()
457 *prio_type = 0x2; in cxgb4_getpgtccfg()
461 u8 *prio_type, u8 *pgid, u8 *bw_per, in cxgb4_getpgtccfg_tx() argument
465 return cxgb4_getpgtccfg(dev, (7 - tc), prio_type, pgid, bw_per, in cxgb4_getpgtccfg_tx()
471 u8 *prio_type, u8 *pgid, u8 *bw_per, in cxgb4_getpgtccfg_rx() argument
475 return cxgb4_getpgtccfg(dev, (7 - tc), prio_type, pgid, bw_per, in cxgb4_getpgtccfg_rx()
480 u8 prio_type, u8 pgid, u8 bw_per, in cxgb4_setpgtccfg_tx() argument
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_dcb.c141 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-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c1951 u8 prio_type, u8 pgid, u8 bw_pct, in bnx2x_dcbnl_set_pg_tccfg_tx() argument
1991 u8 prio_type, u8 pgid, u8 bw_pct, in bnx2x_dcbnl_set_pg_tccfg_rx() argument
2006 u8 *prio_type, u8 *pgid, u8 *bw_pct, in bnx2x_dcbnl_get_pg_tccfg_tx() argument
2024 *up_map = *bw_pct = *prio_type = *pgid = 0; in bnx2x_dcbnl_get_pg_tccfg_tx()
2047 u8 *prio_type, u8 *pgid, u8 *bw_pct, in bnx2x_dcbnl_get_pg_tccfg_rx() argument
2053 *prio_type = *pgid = *bw_pct = *up_map = 0; in bnx2x_dcbnl_get_pg_tccfg_rx()