Searched refs:up_map (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/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.4.14/net/dcb/ |
D | dcbnl.c | 566 u8 prio, pgid, tc_pct, up_map; in __dcbnl_pg_getcfg() local 612 up_map = DCB_ATTR_VALUE_UNDEFINED; in __dcbnl_pg_getcfg() 618 &pgid, &tc_pct, &up_map); in __dcbnl_pg_getcfg() 623 &pgid, &tc_pct, &up_map); in __dcbnl_pg_getcfg() 636 DCB_TC_ATTR_PARAM_UP_MAPPING, up_map); in __dcbnl_pg_getcfg() 781 u8 up_map; in __dcbnl_pg_setcfg() local 811 up_map = DCB_ATTR_VALUE_UNDEFINED; in __dcbnl_pg_setcfg() 824 up_map = in __dcbnl_pg_setcfg() 832 prio, pgid, tc_pct, up_map); in __dcbnl_pg_setcfg() 837 prio, pgid, tc_pct, up_map); in __dcbnl_pg_setcfg() [all …]
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 1952 u8 up_map) in bnx2x_dcbnl_set_pg_tccfg_tx() argument 1992 u8 up_map) in bnx2x_dcbnl_set_pg_tccfg_rx() argument 2007 u8 *up_map) in bnx2x_dcbnl_get_pg_tccfg_tx() argument 2024 *up_map = *bw_pct = *prio_type = *pgid = 0; in bnx2x_dcbnl_get_pg_tccfg_tx() 2048 u8 *up_map) in bnx2x_dcbnl_get_pg_tccfg_rx() argument 2053 *prio_type = *pgid = *bw_pct = *up_map = 0; in bnx2x_dcbnl_get_pg_tccfg_rx()
|
/linux-4.4.14/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()
|