Searched defs:up_map (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_nl.c164 u8 up_map)
175 if (up_map != DCB_ATTR_VALUE_UNDEFINED)
177 up_map;
208 u8 up_map)
219 if (up_map != DCB_ATTR_VALUE_UNDEFINED)
221 up_map;
252 u8 *up_map)
259 *up_map = adapter->dcb_cfg.tc_config[tc].path[0].up_to_tc_bitmap;
272 u8 *up_map)
279 *up_map
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
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
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
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
[all...]
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c1935 u8 up_map)
1953 * up_map ignored
1975 u8 up_map)
1990 u8 *up_map)
2005 * up_map ignored
2007 *up_map = *bw_pct = *prio_type = *pgid = 0;
2031 u8 *up_map)
2036 *prio_type = *pgid = *bw_pct = *up_map = 0;
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
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
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
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
/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h1177 u8 up_map; member in struct:fw_port_cmd::fw_port::fw_port_dcb

Completed in 86 milliseconds