Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h851 extern struct ixgbe_info ixgbe_82598_info;
852 extern struct ixgbe_info ixgbe_82599_info;
853 extern struct ixgbe_info ixgbe_X540_info;
854 extern struct ixgbe_info ixgbe_X550_info;
855 extern struct ixgbe_info ixgbe_X550EM_x_info;
Dixgbe_x540.c896 struct ixgbe_info ixgbe_X540_info = {
Dixgbe_82598.c1231 struct ixgbe_info ixgbe_82598_info = {
Dixgbe_x550.c2465 struct ixgbe_info ixgbe_X550_info = {
2475 struct ixgbe_info ixgbe_X550EM_x_info = {
Dixgbe_82599.c2261 struct ixgbe_info ixgbe_82599_info = {
Dixgbe_type.h3462 struct ixgbe_info { struct
Dixgbe_main.c89 static const struct ixgbe_info *ixgbe_info_tbl[] = {
8598 const struct ixgbe_info *ii = ixgbe_info_tbl[ent->driver_data]; in ixgbe_probe()