Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxpvar.h199 int maxsegsize; /* maximum size of a TX segment */ member
H A Dif_fxp.c657 sc->maxsegsize = MCLBYTES; in fxp_attach()
660 sc->maxsegsize = FXP_TSO_SEGSIZE; in fxp_attach()
664 sc->maxsegsize * sc->maxtxseg + sizeof(struct ether_vlan_header), in fxp_attach()
665 sc->maxtxseg, sc->maxsegsize, 0, NULL, NULL, &sc->fxp_txmtag); in fxp_attach()