diff options
author | gnn <gnn@FreeBSD.org> | 2011-05-03 15:58:24 +0000 |
---|---|---|
committer | gnn <gnn@FreeBSD.org> | 2011-05-03 15:58:24 +0000 |
commit | 2f3429a5d8c5c865da9d6a9c98b99d6c894e9a08 (patch) | |
tree | d27b8d52adb056dc5cc1bee48ae554ef6c64123b /sys/dev/vxge/vxge.h | |
parent | 7cd753f7a2cfc88cec471ab8109db1039a7193d3 (diff) | |
download | FreeBSD-src-2f3429a5d8c5c865da9d6a9c98b99d6c894e9a08.zip FreeBSD-src-2f3429a5d8c5c865da9d6a9c98b99d6c894e9a08.tar.gz |
Add in support for multicast.
Submitted by: Sriram Rapuru at @ Wipro for Exar Inc.
MFC after: 2 weeks
Diffstat (limited to 'sys/dev/vxge/vxge.h')
-rw-r--r-- | sys/dev/vxge/vxge.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/vxge/vxge.h b/sys/dev/vxge/vxge.h index 630bbef..439c1ce 100644 --- a/sys/dev/vxge/vxge.h +++ b/sys/dev/vxge/vxge.h @@ -406,7 +406,6 @@ struct vxge_dev_t { int no_of_vpath; u64 active_port; u32 no_of_func; - u32 all_multi_flag; u32 hw_fw_version; u32 max_supported_vpath; int rx_mbuf_sz; |