Searched defs:bw_pct (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c163 u8 prio, u8 bwg_id, u8 bw_pct,
172 if (bw_pct != DCB_ATTR_VALUE_UNDEFINED)
174 bw_pct;
195 u8 bw_pct)
199 adapter->temp_dcb_cfg.bw_percentage[0][bwg_id] = bw_pct;
207 u8 prio, u8 bwg_id, u8 bw_pct,
216 if (bw_pct != DCB_ATTR_VALUE_UNDEFINED)
218 bw_pct;
239 u8 bw_pct)
243 adapter->temp_dcb_cfg.bw_percentage[1][bwg_id] = bw_pct;
162 ixgbe_dcbnl_set_pg_tc_cfg_tx(struct net_device *netdev, int tc, u8 prio, u8 bwg_id, u8 bw_pct, u8 up_map) argument
194 ixgbe_dcbnl_set_pg_bwg_cfg_tx(struct net_device *netdev, int bwg_id, u8 bw_pct) argument
206 ixgbe_dcbnl_set_pg_tc_cfg_rx(struct net_device *netdev, int tc, u8 prio, u8 bwg_id, u8 bw_pct, u8 up_map) argument
238 ixgbe_dcbnl_set_pg_bwg_cfg_rx(struct net_device *netdev, int bwg_id, u8 bw_pct) argument
250 ixgbe_dcbnl_get_pg_tc_cfg_tx(struct net_device *netdev, int tc, u8 *prio, u8 *bwg_id, u8 *bw_pct, u8 *up_map) argument
262 ixgbe_dcbnl_get_pg_bwg_cfg_tx(struct net_device *netdev, int bwg_id, u8 *bw_pct) argument
270 ixgbe_dcbnl_get_pg_tc_cfg_rx(struct net_device *netdev, int tc, u8 *prio, u8 *bwg_id, u8 *bw_pct, u8 *up_map) argument
282 ixgbe_dcbnl_get_pg_bwg_cfg_rx(struct net_device *netdev, int bwg_id, u8 *bw_pct) argument
[all...]
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c1934 u8 prio_type, u8 pgid, u8 bw_pct,
1944 * bw_pct ingnored - band-width percentage devision between user
1961 int pgid, u8 bw_pct)
1964 DP(NETIF_MSG_LINK, "pgid[%d] = %d\n", pgid, bw_pct);
1969 bp->dcbx_config_params.admin_configuration_bw_precentage[pgid] = bw_pct;
1974 u8 prio_type, u8 pgid, u8 bw_pct,
1982 int pgid, u8 bw_pct)
1989 u8 *prio_type, u8 *pgid, u8 *bw_pct,
1996 * bw_pct ingnored - band-width percentage devision between user
2007 *up_map = *bw_pct
1933 bnx2x_dcbnl_set_pg_tccfg_tx(struct net_device *netdev, int prio, u8 prio_type, u8 pgid, u8 bw_pct, u8 up_map) argument
1960 bnx2x_dcbnl_set_pg_bwgcfg_tx(struct net_device *netdev, int pgid, u8 bw_pct) argument
1973 bnx2x_dcbnl_set_pg_tccfg_rx(struct net_device *netdev, int prio, u8 prio_type, u8 pgid, u8 bw_pct, u8 up_map) argument
1981 bnx2x_dcbnl_set_pg_bwgcfg_rx(struct net_device *netdev, int pgid, u8 bw_pct) argument
1988 bnx2x_dcbnl_get_pg_tccfg_tx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) argument
2015 bnx2x_dcbnl_get_pg_bwgcfg_tx(struct net_device *netdev, int pgid, u8 *bw_pct) argument
2029 bnx2x_dcbnl_get_pg_tccfg_rx(struct net_device *netdev, int prio, u8 *prio_type, u8 *pgid, u8 *bw_pct, u8 *up_map) argument
2039 bnx2x_dcbnl_get_pg_bwgcfg_rx(struct net_device *netdev, int pgid, u8 *bw_pct) argument
[all...]

Completed in 36 milliseconds