Home
last modified time | relevance | path

Searched refs:ixgbe_dcb_get_tc_from_up (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb.h149 u8 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *, int, u8);
Dixgbe_dcb.c227 u8 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *cfg, int direction, u8 up) in ixgbe_dcb_get_tc_from_up() function
255 map[up] = ixgbe_dcb_get_tc_from_up(cfg, direction, up); in ixgbe_dcb_unpack_map()
Dixgbe_main.c7675 tc = ixgbe_dcb_get_tc_from_up(dcb_cfg, 0, prio); in ixgbe_set_prio_tc_map()