ixgbe.h (18af30e259c25a64ad69bb749c661564bc886275) ixgbe.h (70e5576cb0af5c1351432704a39319af119584bb)
1/*******************************************************************************
2
3 Intel 10 Gigabit PCI Express Linux driver
4 Copyright(c) 1999 - 2012 Intel Corporation.
5
6 This program is free software; you can redistribute it and/or modify it
7 under the terms and conditions of the GNU General Public License,
8 version 2, as published by the Free Software Foundation.

--- 530 unchanged lines hidden (view full) ---

539
540struct ixgbe_fdir_filter {
541 struct hlist_node fdir_node;
542 union ixgbe_atr_input filter;
543 u16 sw_idx;
544 u16 action;
545};
546
1/*******************************************************************************
2
3 Intel 10 Gigabit PCI Express Linux driver
4 Copyright(c) 1999 - 2012 Intel Corporation.
5
6 This program is free software; you can redistribute it and/or modify it
7 under the terms and conditions of the GNU General Public License,
8 version 2, as published by the Free Software Foundation.

--- 530 unchanged lines hidden (view full) ---

539
540struct ixgbe_fdir_filter {
541 struct hlist_node fdir_node;
542 union ixgbe_atr_input filter;
543 u16 sw_idx;
544 u16 action;
545};
546
547enum ixbge_state_t {
547enum ixgbe_state_t {
548 __IXGBE_TESTING,
549 __IXGBE_RESETTING,
550 __IXGBE_DOWN,
551 __IXGBE_SERVICE_SCHED,
552 __IXGBE_IN_SFP_INIT,
553};
554
555struct ixgbe_cb {

--- 111 unchanged lines hidden ---
548 __IXGBE_TESTING,
549 __IXGBE_RESETTING,
550 __IXGBE_DOWN,
551 __IXGBE_SERVICE_SCHED,
552 __IXGBE_IN_SFP_INIT,
553};
554
555struct ixgbe_cb {

--- 111 unchanged lines hidden ---