Home
last modified time | relevance | path

Searched refs:get_rtrup2tc (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/ixgbe/
Dixgbe_api.c70 if (hw->mac.ops.get_rtrup2tc) in ixgbe_dcb_get_rtrup2tc()
71 hw->mac.ops.get_rtrup2tc(hw, map); in ixgbe_dcb_get_rtrup2tc()
Dixgbe_x540.c158 mac->ops.get_rtrup2tc = ixgbe_dcb_get_rtrup2tc_generic; in ixgbe_init_ops_X540()
Dixgbe_82598.c178 mac->ops.get_rtrup2tc = NULL; in ixgbe_init_ops_82598()
Dixgbe_82599.c408 mac->ops.get_rtrup2tc = ixgbe_dcb_get_rtrup2tc_generic; in ixgbe_init_ops_82599()
Dixgbe_type.h4042 void (*get_rtrup2tc)(struct ixgbe_hw *hw, u8 *map); member
Dixgbe_x550.c72 mac->ops.get_rtrup2tc = ixgbe_dcb_get_rtrup2tc_generic; in ixgbe_init_ops_X550()