diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-05-30 04:49:34 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-05-30 04:49:34 +0000 |
commit | ec46b36cdea1dfadee269ad45051b83ac4162577 (patch) | |
tree | 2033e5980e649a6123ba8b46fac9daae7b9a43c5 /sys/dev/pci/if_txpreg.h | |
parent | 765efe587c0c84a1e56caed1646a2e729b50a73b (diff) |
expand txp_command2 to handle extension desciptors for long commands
Diffstat (limited to 'sys/dev/pci/if_txpreg.h')
-rw-r--r-- | sys/dev/pci/if_txpreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_txpreg.h b/sys/dev/pci/if_txpreg.h index ecc6bd78e9d..c927e86aa2c 100644 --- a/sys/dev/pci/if_txpreg.h +++ b/sys/dev/pci/if_txpreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_txpreg.h,v 1.26 2001/05/30 04:26:55 jason Exp $ */ +/* $OpenBSD: if_txpreg.h,v 1.27 2001/05/30 04:49:33 jason Exp $ */ /* * Copyright (c) 2001 Aaron Campbell <aaron@monkey.org>. @@ -515,6 +515,7 @@ struct txp_hostvar { #define OFFLOAD_VLAN 0x00000080 /* vlan enable */ #define OFFLOAD_FILTER 0x00000100 /* filter enable */ #define OFFLOAD_TCPSEG 0x00000200 /* tcp segmentation */ +#define OFFLOAD_MASK 0xfffffffe /* mask off low bit */ /* * Macros for converting array indices to offsets within the descriptor |