Home
last modified time | relevance | path

Searched refs:lg_cap_lso (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/aggr/
H A Daggr_grp.c2158 *cap_lso = grp->lg_cap_lso; in aggr_m_capab_get()
2541 grp->lg_cap_lso.lso_flags = (t_uscalar_t)-1; in aggr_grp_capab_set()
2542 grp->lg_cap_lso.lso_basic_tcp_ipv4.lso_max = (t_uscalar_t)-1; in aggr_grp_capab_set()
2558 grp->lg_cap_lso.lso_flags &= cap_lso.lso_flags; in aggr_grp_capab_set()
2559 if (grp->lg_cap_lso.lso_basic_tcp_ipv4.lso_max > in aggr_grp_capab_set()
2561 grp->lg_cap_lso.lso_basic_tcp_ipv4.lso_max = in aggr_grp_capab_set()
2600 if ((grp->lg_cap_lso.lso_flags & cap_lso.lso_flags) != in aggr_grp_capab_check()
2601 grp->lg_cap_lso.lso_flags) in aggr_grp_capab_check()
2603 if (grp->lg_cap_lso.lso_basic_tcp_ipv4.lso_max > in aggr_grp_capab_check()
/titanic_41/usr/src/uts/common/sys/
H A Daggr_impl.h199 mac_capab_lso_t lg_cap_lso; member