diff options
Diffstat (limited to 'usr/src/uts/common/sys/dld_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/dld_impl.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/dld_impl.h b/usr/src/uts/common/sys/dld_impl.h index c3274aea0b..bd61db8dc4 100644 --- a/usr/src/uts/common/sys/dld_impl.h +++ b/usr/src/uts/common/sys/dld_impl.h @@ -170,6 +170,12 @@ struct dld_str { boolean_t ds_soft_ring; /* + * LSO is enabled if ds_lso is set. + */ + boolean_t ds_lso; + uint64_t ds_lso_max; + + /* * State of DLPI user: may be active (regular network layer), * passive (snoop-like monitoring), or unknown (not yet * determined). |