diff options
author | J. Bruce Fields <bfields@redhat.com> | 2010-09-20 05:48:00 +0200 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2010-09-20 05:48:32 +0200 |
commit | c88739b373e4930ed082a607cb78bf82616fd076 (patch) | |
tree | 251d969aa816dab5a62e6b36208b189b37de6534 /drivers/net/benet/be_hw.h | |
parent | svcrpc: cache deferral cleanup (diff) | |
parent | SUNRPC: Fix the NFSv4 and RPCSEC_GSS Kconfig dependencies (diff) | |
download | linux-c88739b373e4930ed082a607cb78bf82616fd076.tar.xz linux-c88739b373e4930ed082a607cb78bf82616fd076.zip |
Merge remote branch 'trond/bugfixes' into for-2.6.37
Without some client-side fixes, server testing is currently difficult.
Diffstat (limited to 'drivers/net/benet/be_hw.h')
-rw-r--r-- | drivers/net/benet/be_hw.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/net/benet/be_hw.h b/drivers/net/benet/be_hw.h index 5d38046402b2..a2ec5df0d733 100644 --- a/drivers/net/benet/be_hw.h +++ b/drivers/net/benet/be_hw.h @@ -167,8 +167,11 @@ #define FLASH_FCoE_BIOS_START_g3 (13631488) #define FLASH_REDBOOT_START_g3 (262144) - - +/************* Rx Packet Type Encoding **************/ +#define BE_UNICAST_PACKET 0 +#define BE_MULTICAST_PACKET 1 +#define BE_BROADCAST_PACKET 2 +#define BE_RSVD_PACKET 3 /* * BE descriptors: host memory data structures whose formats |