~ubuntu-branches/debian/wheezy/linux-2.6/wheezy

« back to all changes in this revision

Viewing changes to drivers/net/igb/e1000_mbx.h

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings, Ben Hutchings, Aurelien Jarno, Martin Michlmayr
  • Date: 2011-04-06 13:53:30 UTC
  • mfrom: (43.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110406135330-wjufxhd0tvn3zx4z
Tags: 2.6.38-3
[ Ben Hutchings ]
* [ppc64] Add to linux-tools package architectures (Closes: #620124)
* [amd64] Save cr4 to mmu_cr4_features at boot time (Closes: #620284)
* appletalk: Fix bugs introduced when removing use of BKL
* ALSA: Fix yet another race in disconnection
* cciss: Fix lost command issue
* ath9k: Fix kernel panic in AR2427
* ses: Avoid kernel panic when lun 0 is not mapped
* PCI/ACPI: Report ASPM support to BIOS if not disabled from command line

[ Aurelien Jarno ]
* rtlwifi: fix build when PCI is not enabled.

[ Martin Michlmayr ]
* rtlwifi: Eliminate udelay calls with too large values (Closes: #620204)

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
#define E1000_VT_MSGINFO_MASK     (0xFF << E1000_VT_MSGINFO_SHIFT)
59
59
 
60
60
#define E1000_VF_RESET            0x01 /* VF requests reset */
61
 
#define E1000_VF_SET_MAC_ADDR     0x02 /* VF requests PF to set MAC addr */
62
 
#define E1000_VF_SET_MULTICAST    0x03 /* VF requests PF to set MC addr */
63
 
#define E1000_VF_SET_VLAN         0x04 /* VF requests PF to set VLAN */
64
 
#define E1000_VF_SET_LPE          0x05 /* VF requests PF to set VMOLR.LPE */
 
61
#define E1000_VF_SET_MAC_ADDR     0x02 /* VF requests to set MAC addr */
 
62
#define E1000_VF_SET_MULTICAST    0x03 /* VF requests to set MC addr */
 
63
#define E1000_VF_SET_VLAN         0x04 /* VF requests to set VLAN */
 
64
#define E1000_VF_SET_LPE          0x05 /* VF requests to set VMOLR.LPE */
 
65
#define E1000_VF_SET_PROMISC      0x06 /*VF requests to clear VMOLR.ROPE/MPME*/
 
66
#define E1000_VF_SET_PROMISC_MULTICAST    (0x02 << E1000_VT_MSGINFO_SHIFT)
65
67
 
66
68
#define E1000_PF_CONTROL_MSG      0x0100 /* PF control message */
67
69