Home
last modified time | relevance | path

Searched refs:tso (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c1087 int desc, dtype, ntype, iovcnt, tcp, tso, paylen, seg, tiovcnt, pv; in e82545_transmit() local
1096 tso = 0; in e82545_transmit()
1183 tso = 1; in e82545_transmit()
1188 E1000_TXD_POPTS_IXSM || tso) { in e82545_transmit()
1200 E1000_TXD_POPTS_TXSM || tso) { in e82545_transmit()
1229 if (!tso) { in e82545_transmit()
1386 if (!tso) { in e82545_transmit()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME.new314 - sysctl net.inet.tcp.tso=0 (or 1 to enable it)
318 - ifconfig emX -tso
324 - ifconfig emX tso
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c413 so_strinit(struct sonode *so, struct sonode *tso) in so_strinit() argument
426 if (tso == NULL) { in so_strinit()
431 tsti = SOTOTPI(tso); in so_strinit()
440 so->so_mode = tso->so_mode & ~SM_ACCEPTOR_ID; in so_strinit()
H A Dsocktpi.c362 sotpi_init(struct sonode *so, struct sonode *tso, struct cred *cr, int flags) in sotpi_init() argument
400 ASSERT(so->so_type != SOCK_DGRAM || tso == NULL); in sotpi_init()
401 if (so->so_type == SOCK_STREAM && tso != NULL) { in sotpi_init()
402 if (SOTOTPI(tso)->sti_direct) { in sotpi_init()
525 error = so_strinit(so, tso); in sotpi_init()