Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ix/
HDixgbe_api.c69 if (hw->mac.ops.get_rtrup2tc) in ixgbe_dcb_get_rtrup2tc()
70 hw->mac.ops.get_rtrup2tc(hw, map); in ixgbe_dcb_get_rtrup2tc()
HDixgbe_x540.c157 mac->ops.get_rtrup2tc = ixgbe_dcb_get_rtrup2tc_generic; in ixgbe_init_ops_X540()
HDixgbe_82598.c177 mac->ops.get_rtrup2tc = NULL; in ixgbe_init_ops_82598()
HDixgbe_82599.c402 mac->ops.get_rtrup2tc = ixgbe_dcb_get_rtrup2tc_generic; in ixgbe_init_ops_82599()
HDixgbe_type.h3982 void (*get_rtrup2tc)(struct ixgbe_hw *hw, u8 *map); member
HDixgbe_x550.c72 mac->ops.get_rtrup2tc = ixgbe_dcb_get_rtrup2tc_generic; in ixgbe_init_ops_X550()