summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/mac_impl.h
diff options
context:
space:
mode:
authorCathy Zhou <Cathy.Zhou@Sun.COM>2009-03-17 20:14:50 -0700
committerCathy Zhou <Cathy.Zhou@Sun.COM>2009-03-17 20:14:50 -0700
commit5d460eafffba936e81c4dd5ebe0f59b238f09121 (patch)
treeec942dd0b37946b807039b9f42e69a8f54c30b7d /usr/src/uts/common/sys/mac_impl.h
parentf91909144addd198e09d1842e5354bfa62d96691 (diff)
downloadillumos-joyent-5d460eafffba936e81c4dd5ebe0f59b238f09121.tar.gz
PSARC/2008/242 Data Fast-Path for Softmac
6649224 fast-path needed to improve legacy network interface performance after UV 6649898 the smac_lock and smac_mutex fields in softmac_t should be given a more descriptive name 6799767 DLD capability is not correctly updated if it is renegotiated
Diffstat (limited to 'usr/src/uts/common/sys/mac_impl.h')
-rw-r--r--usr/src/uts/common/sys/mac_impl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/mac_impl.h b/usr/src/uts/common/sys/mac_impl.h
index ee5557b113..9a02c07b54 100644
--- a/usr/src/uts/common/sys/mac_impl.h
+++ b/usr/src/uts/common/sys/mac_impl.h
@@ -457,9 +457,10 @@ struct mac_impl_s {
mac_resource_props_t mi_resource_props; /* SL */
minor_t mi_minor; /* WO */
- dev_t mi_phy_dev; /* WO */
uint32_t mi_oref; /* SL */
- uint32_t mi_unsup_note; /* WO */
+ mac_capab_legacy_t mi_capab_legacy; /* WO */
+ dev_t mi_phy_dev; /* WO */
+
/*
* List of margin value requests added by mac clients. This list is
* sorted: the first one has the greatest value.