Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h835 extern struct ixgbe_info ixgbe_82598_info;
836 extern struct ixgbe_info ixgbe_82599_info;
837 extern struct ixgbe_info ixgbe_X540_info;
838 extern struct ixgbe_info ixgbe_X550_info;
839 extern struct ixgbe_info ixgbe_X550EM_x_info;
Dixgbe_x550.c1516 struct ixgbe_info ixgbe_X550_info = {
1525 struct ixgbe_info ixgbe_X550EM_x_info = {
Dixgbe_x540.c856 struct ixgbe_info ixgbe_X540_info = {
Dixgbe_82598.c1231 struct ixgbe_info ixgbe_82598_info = {
Dixgbe_82599.c2374 struct ixgbe_info ixgbe_82599_info = {
Dixgbe_type.h3230 struct ixgbe_info { struct
Dixgbe_main.c84 static const struct ixgbe_info *ixgbe_info_tbl[] = {
8345 const struct ixgbe_info *ii = ixgbe_info_tbl[ent->driver_data]; in ixgbe_probe()