/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_dcb_nl.c | 193 u8 prio, u8 bwg_id, u8 bw_pct, ixgbe_dcbnl_set_pg_tc_cfg_tx() 202 if (bw_pct != DCB_ATTR_VALUE_UNDEFINED) ixgbe_dcbnl_set_pg_tc_cfg_tx() 204 bw_pct; ixgbe_dcbnl_set_pg_tc_cfg_tx() 211 u8 bw_pct) ixgbe_dcbnl_set_pg_bwg_cfg_tx() 215 adapter->temp_dcb_cfg.bw_percentage[0][bwg_id] = bw_pct; ixgbe_dcbnl_set_pg_bwg_cfg_tx() 219 u8 prio, u8 bwg_id, u8 bw_pct, ixgbe_dcbnl_set_pg_tc_cfg_rx() 228 if (bw_pct != DCB_ATTR_VALUE_UNDEFINED) ixgbe_dcbnl_set_pg_tc_cfg_rx() 230 bw_pct; ixgbe_dcbnl_set_pg_tc_cfg_rx() 237 u8 bw_pct) ixgbe_dcbnl_set_pg_bwg_cfg_rx() 241 adapter->temp_dcb_cfg.bw_percentage[1][bwg_id] = bw_pct; ixgbe_dcbnl_set_pg_bwg_cfg_rx() 245 u8 *prio, u8 *bwg_id, u8 *bw_pct, ixgbe_dcbnl_get_pg_tc_cfg_tx() 252 *bw_pct = adapter->dcb_cfg.tc_config[tc].path[0].bwg_percent; ixgbe_dcbnl_get_pg_tc_cfg_tx() 257 u8 *bw_pct) ixgbe_dcbnl_get_pg_bwg_cfg_tx() 261 *bw_pct = adapter->dcb_cfg.bw_percentage[0][bwg_id]; ixgbe_dcbnl_get_pg_bwg_cfg_tx() 265 u8 *prio, u8 *bwg_id, u8 *bw_pct, ixgbe_dcbnl_get_pg_tc_cfg_rx() 272 *bw_pct = adapter->dcb_cfg.tc_config[tc].path[1].bwg_percent; ixgbe_dcbnl_get_pg_tc_cfg_rx() 277 u8 *bw_pct) ixgbe_dcbnl_get_pg_bwg_cfg_rx() 281 *bw_pct = adapter->dcb_cfg.bw_percentage[1][bwg_id]; ixgbe_dcbnl_get_pg_bwg_cfg_rx() 192 ixgbe_dcbnl_set_pg_tc_cfg_tx(struct net_device *netdev, int tc, u8 prio, u8 bwg_id, u8 bw_pct, u8 up_map) ixgbe_dcbnl_set_pg_tc_cfg_tx() argument 210 ixgbe_dcbnl_set_pg_bwg_cfg_tx(struct net_device *netdev, int bwg_id, u8 bw_pct) ixgbe_dcbnl_set_pg_bwg_cfg_tx() argument 218 ixgbe_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, int tc, u8 prio, u8 bwg_id, u8 bw_pct, u8 up_map) ixgbe_dcbnl_set_pg_tc_cfg_rx() argument 236 ixgbe_dcbnl_set_pg_bwg_cfg_rx(struct net_device *netdev, int bwg_id, u8 bw_pct) ixgbe_dcbnl_set_pg_bwg_cfg_rx() argument 244 ixgbe_dcbnl_get_pg_tc_cfg_tx(struct net_device *netdev, int tc, u8 *prio, u8 *bwg_id, u8 *bw_pct, u8 *up_map) ixgbe_dcbnl_get_pg_tc_cfg_tx() argument 256 ixgbe_dcbnl_get_pg_bwg_cfg_tx(struct net_device *netdev, int bwg_id, u8 *bw_pct) ixgbe_dcbnl_get_pg_bwg_cfg_tx() argument 264 ixgbe_dcbnl_get_pg_tc_cfg_rx(struct net_device *netdev, int tc, u8 *prio, u8 *bwg_id, u8 *bw_pct, u8 *up_map) ixgbe_dcbnl_get_pg_tc_cfg_rx() argument 276 ixgbe_dcbnl_get_pg_bwg_cfg_rx(struct net_device *netdev, int bwg_id, u8 *bw_pct) ixgbe_dcbnl_get_pg_bwg_cfg_rx() argument
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_dcb.c | 831 u8 *bw_pct) qlcnic_dcb_get_pg_bwg_cfg_tx() 837 *bw_pct = 0; qlcnic_dcb_get_pg_bwg_cfg_tx() 851 *bw_pct = pgcfg->total_bw_percent; qlcnic_dcb_get_pg_bwg_cfg_tx() 1004 u8 *pgid, u8 *bw_pct, u8 *up_map) qlcnic_dcb_get_pg_tc_cfg_rx() 1006 *prio_type = *pgid = *bw_pct = *up_map = 0; qlcnic_dcb_get_pg_tc_cfg_rx() 1010 qlcnic_dcb_get_pg_bwg_cfg_rx(struct net_device *netdev, int pgid, u8 *bw_pct) qlcnic_dcb_get_pg_bwg_cfg_rx() argument 1012 *bw_pct = 0; qlcnic_dcb_get_pg_bwg_cfg_rx() 830 qlcnic_dcb_get_pg_bwg_cfg_tx(struct net_device *netdev, int pgid, u8 *bw_pct) qlcnic_dcb_get_pg_bwg_cfg_tx() argument 1003 qlcnic_dcb_get_pg_tc_cfg_rx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) qlcnic_dcb_get_pg_tc_cfg_rx() argument
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_dcb.c | 1947 u8 prio_type, u8 pgid, u8 bw_pct, bnx2x_dcbnl_set_pg_tccfg_tx() 1957 * bw_pct ignored - band-width percentage devision between user bnx2x_dcbnl_set_pg_tccfg_tx() 1974 int pgid, u8 bw_pct) bnx2x_dcbnl_set_pg_bwgcfg_tx() 1977 DP(BNX2X_MSG_DCB, "pgid[%d] = %d\n", pgid, bw_pct); bnx2x_dcbnl_set_pg_bwgcfg_tx() 1982 bp->dcbx_config_params.admin_configuration_bw_precentage[pgid] = bw_pct; bnx2x_dcbnl_set_pg_bwgcfg_tx() 1987 u8 prio_type, u8 pgid, u8 bw_pct, bnx2x_dcbnl_set_pg_tccfg_rx() 1995 int pgid, u8 bw_pct) bnx2x_dcbnl_set_pg_bwgcfg_rx() 2002 u8 *prio_type, u8 *pgid, u8 *bw_pct, bnx2x_dcbnl_get_pg_tccfg_tx() 2009 * bw_pct ignored - band-width percentage devision between user bnx2x_dcbnl_get_pg_tccfg_tx() 2020 *up_map = *bw_pct = *prio_type = *pgid = 0; bnx2x_dcbnl_get_pg_tccfg_tx() 2029 int pgid, u8 *bw_pct) bnx2x_dcbnl_get_pg_bwgcfg_tx() 2034 *bw_pct = 0; bnx2x_dcbnl_get_pg_bwgcfg_tx() 2039 *bw_pct = DCBX_PG_BW_GET(bp->dcbx_local_feat.ets.pg_bw_tbl, pgid); bnx2x_dcbnl_get_pg_bwgcfg_tx() 2043 u8 *prio_type, u8 *pgid, u8 *bw_pct, bnx2x_dcbnl_get_pg_tccfg_rx() 2049 *prio_type = *pgid = *bw_pct = *up_map = 0; bnx2x_dcbnl_get_pg_tccfg_rx() 2053 int pgid, u8 *bw_pct) bnx2x_dcbnl_get_pg_bwgcfg_rx() 2058 *bw_pct = 0; bnx2x_dcbnl_get_pg_bwgcfg_rx() 1946 bnx2x_dcbnl_set_pg_tccfg_tx(struct net_device *netdev, int prio, u8 prio_type, u8 pgid, u8 bw_pct, u8 up_map) bnx2x_dcbnl_set_pg_tccfg_tx() argument 1973 bnx2x_dcbnl_set_pg_bwgcfg_tx(struct net_device *netdev, int pgid, u8 bw_pct) bnx2x_dcbnl_set_pg_bwgcfg_tx() argument 1986 bnx2x_dcbnl_set_pg_tccfg_rx(struct net_device *netdev, int prio, u8 prio_type, u8 pgid, u8 bw_pct, u8 up_map) bnx2x_dcbnl_set_pg_tccfg_rx() argument 1994 bnx2x_dcbnl_set_pg_bwgcfg_rx(struct net_device *netdev, int pgid, u8 bw_pct) bnx2x_dcbnl_set_pg_bwgcfg_rx() argument 2001 bnx2x_dcbnl_get_pg_tccfg_tx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) bnx2x_dcbnl_get_pg_tccfg_tx() argument 2028 bnx2x_dcbnl_get_pg_bwgcfg_tx(struct net_device *netdev, int pgid, u8 *bw_pct) bnx2x_dcbnl_get_pg_bwgcfg_tx() argument 2042 bnx2x_dcbnl_get_pg_tccfg_rx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) bnx2x_dcbnl_get_pg_tccfg_rx() argument 2052 bnx2x_dcbnl_get_pg_bwgcfg_rx(struct net_device *netdev, int pgid, u8 *bw_pct) bnx2x_dcbnl_get_pg_bwgcfg_rx() argument
|