diff options
Diffstat (limited to 'usr/src/uts/common/sys/mac_client_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/mac_client_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/mac_client_impl.h b/usr/src/uts/common/sys/mac_client_impl.h index 5bd36ad779..bcdeb1da46 100644 --- a/usr/src/uts/common/sys/mac_client_impl.h +++ b/usr/src/uts/common/sys/mac_client_impl.h @@ -292,6 +292,7 @@ extern int mac_tx_percpu_cnt; #define MCIS_USE_DATALINK_NAME 0x0400 #define MCIS_UNICAST_HW 0x0800 #define MCIS_REQ_HWRINGS 0x1000 +#define MCIS_RX_BYPASS_DISABLE 0x2000 /* in mac_client.c */ extern void mac_promisc_client_dispatch(mac_client_impl_t *, mblk_t *); |