ixgbe.h (681ae1adc42387dae71bc6aa8126215bddc55607) ixgbe.h (1210982bb6ccc39f4252100b00073b7ee3f2e5ce)
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.

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

672 union ixgbe_atr_input *mask);
673extern void ixgbe_set_rx_mode(struct net_device *netdev);
674#ifdef CONFIG_IXGBE_DCB
675extern void ixgbe_set_rx_drop_en(struct ixgbe_adapter *adapter);
676extern int ixgbe_setup_tc(struct net_device *dev, u8 tc);
677#endif
678extern void ixgbe_tx_ctxtdesc(struct ixgbe_ring *, u32, u32, u32, u32);
679extern void ixgbe_do_reset(struct net_device *netdev);
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.

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

672 union ixgbe_atr_input *mask);
673extern void ixgbe_set_rx_mode(struct net_device *netdev);
674#ifdef CONFIG_IXGBE_DCB
675extern void ixgbe_set_rx_drop_en(struct ixgbe_adapter *adapter);
676extern int ixgbe_setup_tc(struct net_device *dev, u8 tc);
677#endif
678extern void ixgbe_tx_ctxtdesc(struct ixgbe_ring *, u32, u32, u32, u32);
679extern void ixgbe_do_reset(struct net_device *netdev);
680#ifdef CONFIG_IXGBE_HWMON
680extern void ixgbe_sysfs_exit(struct ixgbe_adapter *adapter);
681extern int ixgbe_sysfs_init(struct ixgbe_adapter *adapter);
681extern void ixgbe_sysfs_exit(struct ixgbe_adapter *adapter);
682extern int ixgbe_sysfs_init(struct ixgbe_adapter *adapter);
683#endif /* CONFIG_IXGBE_HWMON */
682#ifdef IXGBE_FCOE
683extern void ixgbe_configure_fcoe(struct ixgbe_adapter *adapter);
684extern int ixgbe_fso(struct ixgbe_ring *tx_ring,
685 struct ixgbe_tx_buffer *first,
686 u8 *hdr_len);
687extern void ixgbe_cleanup_fcoe(struct ixgbe_adapter *adapter);
688extern int ixgbe_fcoe_ddp(struct ixgbe_adapter *adapter,
689 union ixgbe_adv_rx_desc *rx_desc,

--- 37 unchanged lines hidden ---
684#ifdef IXGBE_FCOE
685extern void ixgbe_configure_fcoe(struct ixgbe_adapter *adapter);
686extern int ixgbe_fso(struct ixgbe_ring *tx_ring,
687 struct ixgbe_tx_buffer *first,
688 u8 *hdr_len);
689extern void ixgbe_cleanup_fcoe(struct ixgbe_adapter *adapter);
690extern int ixgbe_fcoe_ddp(struct ixgbe_adapter *adapter,
691 union ixgbe_adv_rx_desc *rx_desc,

--- 37 unchanged lines hidden ---