Searched refs:maxtxseg (Results 1 – 2 of 2) sorted by relevance
198 int maxtxseg; /* maximum # of TX segments */ member
651 sc->maxtxseg = FXP_NTXSEG; in fxp_attach()654 sc->maxtxseg--; in fxp_attach()659 sc->maxsegsize * sc->maxtxseg + sizeof(struct ether_vlan_header), in fxp_attach()660 sc->maxtxseg, sc->maxsegsize, 0, NULL, NULL, &sc->fxp_txmtag); in fxp_attach()1557 m = m_collapse(*m_head, M_NOWAIT, sc->maxtxseg); in fxp_encap()1579 KASSERT(nseg <= sc->maxtxseg, ("too many DMA segments")); in fxp_encap()