Searched refs:up_map (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 194 u8 up_map) in ixgbe_dcbnl_set_pg_tc_cfg_tx() argument 205 if (up_map != DCB_ATTR_VALUE_UNDEFINED) in ixgbe_dcbnl_set_pg_tc_cfg_tx() 207 up_map; in ixgbe_dcbnl_set_pg_tc_cfg_tx() 220 u8 up_map) in ixgbe_dcbnl_set_pg_tc_cfg_rx() argument 231 if (up_map != DCB_ATTR_VALUE_UNDEFINED) in ixgbe_dcbnl_set_pg_tc_cfg_rx() 233 up_map; in ixgbe_dcbnl_set_pg_tc_cfg_rx() 246 u8 *up_map) in ixgbe_dcbnl_get_pg_tc_cfg_tx() argument 253 *up_map = adapter->dcb_cfg.tc_config[tc].path[0].up_to_tc_bitmap; in ixgbe_dcbnl_get_pg_tc_cfg_tx() 266 u8 *up_map) in ixgbe_dcbnl_get_pg_tc_cfg_rx() argument 273 *up_map = adapter->dcb_cfg.tc_config[tc].path[1].up_to_tc_bitmap; in ixgbe_dcbnl_get_pg_tc_cfg_rx()
|
/linux-4.1.27/net/dcb/ |
D | dcbnl.c | 569 u8 prio, pgid, tc_pct, up_map; in __dcbnl_pg_getcfg() local 615 up_map = DCB_ATTR_VALUE_UNDEFINED; in __dcbnl_pg_getcfg() 621 &pgid, &tc_pct, &up_map); in __dcbnl_pg_getcfg() 626 &pgid, &tc_pct, &up_map); in __dcbnl_pg_getcfg() 639 DCB_TC_ATTR_PARAM_UP_MAPPING, up_map); in __dcbnl_pg_getcfg() 784 u8 up_map; in __dcbnl_pg_setcfg() local 814 up_map = DCB_ATTR_VALUE_UNDEFINED; in __dcbnl_pg_setcfg() 827 up_map = in __dcbnl_pg_setcfg() 835 prio, pgid, tc_pct, up_map); in __dcbnl_pg_setcfg() 840 prio, pgid, tc_pct, up_map); in __dcbnl_pg_setcfg() [all …]
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 1948 u8 up_map) in bnx2x_dcbnl_set_pg_tccfg_tx() argument 1988 u8 up_map) in bnx2x_dcbnl_set_pg_tccfg_rx() argument 2003 u8 *up_map) in bnx2x_dcbnl_get_pg_tccfg_tx() argument 2020 *up_map = *bw_pct = *prio_type = *pgid = 0; in bnx2x_dcbnl_get_pg_tccfg_tx() 2044 u8 *up_map) in bnx2x_dcbnl_get_pg_tccfg_rx() argument 2049 *prio_type = *pgid = *bw_pct = *up_map = 0; in bnx2x_dcbnl_get_pg_tccfg_rx()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.c | 1004 u8 *pgid, u8 *bw_pct, u8 *up_map) 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()
|