Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Diflib.c1711 bus_size_t tsomaxsize; in iflib_txsd_alloc() local
1718 tsomaxsize = scctx->isc_tx_tso_size_max; in iflib_txsd_alloc()
1720 tsomaxsize += sizeof(struct ether_vlan_header); in iflib_txsd_alloc()
1726 MPASS(sctx->isc_tso_maxsize >= tsomaxsize); in iflib_txsd_alloc()
1757 tsomaxsize, /* maxsize */ in iflib_txsd_alloc()