~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/net/ixgbe/ixgbe_dcb_82598.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*******************************************************************************
2
2
 
3
3
  Intel 10 Gigabit PCI Express Linux driver
4
 
  Copyright(c) 1999 - 2010 Intel Corporation.
 
4
  Copyright(c) 1999 - 2011 Intel Corporation.
5
5
 
6
6
  This program is free software; you can redistribute it and/or modify it
7
7
  under the terms and conditions of the GNU General Public License,
71
71
/* DCB hardware-specific driver APIs */
72
72
 
73
73
/* DCB PFC functions */
74
 
s32 ixgbe_dcb_config_pfc_82598(struct ixgbe_hw *, struct ixgbe_dcb_config *);
 
74
s32 ixgbe_dcb_config_pfc_82598(struct ixgbe_hw *, u8 pfc_en);
75
75
 
76
76
/* DCB hw initialization */
77
 
s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *, struct ixgbe_dcb_config *);
 
77
s32 ixgbe_dcb_config_rx_arbiter_82598(struct ixgbe_hw *hw,
 
78
                                        u16 *refill,
 
79
                                        u16 *max,
 
80
                                        u8 *prio_type);
 
81
 
 
82
s32 ixgbe_dcb_config_tx_desc_arbiter_82598(struct ixgbe_hw *hw,
 
83
                                                u16 *refill,
 
84
                                                u16 *max,
 
85
                                                u8 *bwg_id,
 
86
                                                u8 *prio_type);
 
87
 
 
88
s32 ixgbe_dcb_config_tx_data_arbiter_82598(struct ixgbe_hw *hw,
 
89
                                                u16 *refill,
 
90
                                                u16 *max,
 
91
                                                u8 *bwg_id,
 
92
                                                u8 *prio_type);
 
93
 
 
94
s32 ixgbe_dcb_hw_config_82598(struct ixgbe_hw *hw,
 
95
                              u8 rx_pba, u8 pfc_en, u16 *refill,
 
96
                              u16 *max, u8 *bwg_id, u8 *prio_type);
78
97
 
79
98
#endif /* _DCB_82598_CONFIG_H */