Home
last modified time | relevance | path

Searched refs:ixgbe_get_bus_info_generic (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h20 int ixgbe_get_bus_info_generic(struct ixgbe_hw *hw);
H A Dixgbe_x540.c843 .get_bus_info = &ixgbe_get_bus_info_generic,
H A Dixgbe_82598.c1125 .get_bus_info = &ixgbe_get_bus_info_generic,
H A Dixgbe_82599.c2180 .get_bus_info = &ixgbe_get_bus_info_generic,
H A Dixgbe_e610.c2627 .get_bus_info = ixgbe_get_bus_info_generic,
H A Dixgbe_x550.c3857 .get_bus_info = &ixgbe_get_bus_info_generic,
H A Dixgbe_common.c664 int ixgbe_get_bus_info_generic(struct ixgbe_hw *hw) in ixgbe_get_bus_info_generic() function