summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/mac_client.h
diff options
context:
space:
mode:
authorRyan Zezeski <rpz@joyent.com>2018-09-21 08:48:14 -0600
committerRyan Zezeski <rpz@joyent.com>2018-09-21 13:41:23 -0600
commit6e965f095af82dd97c746e5670ab4c1620145bea (patch)
tree42b61d39dabafd73cd14710f809850226b75ac30 /usr/src/uts/common/sys/mac_client.h
parent198b273b500c16488856bc36cabe112849dd6d3b (diff)
downloadillumos-joyent-rpz-lso.tar.gz
OS-2340 vnics should support LSOrpz-lso
OS-6778 MAC loopback traffic should avoid cksum work OS-6794 want LSO support in viona
Diffstat (limited to 'usr/src/uts/common/sys/mac_client.h')
-rw-r--r--usr/src/uts/common/sys/mac_client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/mac_client.h b/usr/src/uts/common/sys/mac_client.h
index b6040ad679..3290db92e6 100644
--- a/usr/src/uts/common/sys/mac_client.h
+++ b/usr/src/uts/common/sys/mac_client.h
@@ -200,6 +200,8 @@ extern int mac_set_mtu(mac_handle_t, uint_t, uint_t *);
extern void mac_client_set_rings(mac_client_handle_t, int, int);
+extern void mac_hw_emul(mblk_t **, mblk_t **, uint_t *, mac_emul_t);
+
#endif /* _KERNEL */
#ifdef __cplusplus