HomeSort by: relevance | last modified time | path
    Searched refs:get_rtrup2tc (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_api.c 75 if (hw->mac.ops.get_rtrup2tc)
76 hw->mac.ops.get_rtrup2tc(hw, map);
ixgbe_82598.c 183 mac->ops.get_rtrup2tc = NULL;
ixgbe_x540.c 163 mac->ops.get_rtrup2tc = ixgbe_dcb_get_rtrup2tc_generic;
ixgbe_82599.c 411 mac->ops.get_rtrup2tc = ixgbe_dcb_get_rtrup2tc_generic;
ixgbe_x550.c 81 mac->ops.get_rtrup2tc = ixgbe_dcb_get_rtrup2tc_generic;
ixgbe_type.h 4110 void (*get_rtrup2tc)(struct ixgbe_hw *hw, u8 *map); member in struct:ixgbe_mac_operations

Completed in 32 milliseconds