Searched refs:lso_flags (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddld.h404 uint_t lso_flags; /* capability flags */ member in struct:dld_capab_lso_s
H A Dmac_provider.h133 t_uscalar_t lso_flags; member in struct:mac_capab_lso_s
/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.c1075 uint32_t lso_flags; local
1085 mac_lso_get(mp, &lso_mss, &lso_flags);
1086 lso_required = (lso_flags & HW_LSO);
1460 cap_lso->lso_flags = LSO_TX_BASIC_TCP_IPV4;
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_grp.c2541 grp->lg_cap_lso.lso_flags = (t_uscalar_t)-1;
2558 grp->lg_cap_lso.lso_flags &= cap_lso.lso_flags;
2600 if ((grp->lg_cap_lso.lso_flags & cap_lso.lso_flags) !=
2601 grp->lg_cap_lso.lso_flags)
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c1484 lso->lso_flags = 0;
1486 if ((mac_lso.lso_flags & LSO_TX_BASIC_TCP_IPV4) != 0)
1487 lso->lso_flags |= DLD_LSO_BASIC_TCP_IPV4;
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_main.c584 cap_lso->lso_flags = LSO_TX_BASIC_TCP_IPV4;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_gld.c333 mcap_lso->lso_flags = LSO_TX_BASIC_TCP_IPV4;
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_gld.c251 cap_lso->lso_flags = LSO_TX_BASIC_TCP_IPV4;
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c474 d->lso_flags = LSO_TX_BASIC_TCP_IPV4;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_gld.c937 cap_lso->lso_flags = LSO_TX_BASIC_TCP_IPV4;
H A Dqlge.c5401 uint32_t lso_flags = 0; local
5402 mac_lso_get(mp, &mss, &lso_flags);
5403 use_lso = (lso_flags == HW_LSO);
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_gld_v3.c472 lsop->lso_flags = LSO_TX_BASIC_TCP_IPV4;
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c919 cap_lso->lso_flags = LSO_TX_BASIC_TCP_IPV4;
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_main.c1042 lso->lso_flags = LSO_TX_BASIC_TCP_IPV4;
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c1792 pCapLSO->lso_flags = LSO_TX_BASIC_TCP_IPV4;
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c2456 cap_lso->lso_flags = LSO_TX_BASIC_TCP_IPV4;
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c5230 cap_lso->lso_flags = LSO_TX_BASIC_TCP_IPV4;
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c4402 cap_lso->lso_flags = LSO_TX_BASIC_TCP_IPV4;
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c3156 cap_lso->lso_flags = LSO_TX_BASIC_TCP_IPV4;
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c4547 cap_lso->lso_flags = LSO_TX_BASIC_TCP_IPV4;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c2099 ill->ill_lso_capab->ill_lso_flags = lso.lso_flags;

Completed in 247 milliseconds