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

/freebsd-current/stand/uboot/
H A Dnet.c79 uint8_t *sc_txbufp; member in struct:uboot_softc
252 bzero(sc->sc_txbufp, sendlen);
256 memcpy(sc->sc_txbufp, pkt, len);
258 rv = ub_dev_send(sc->sc_handle, sc->sc_txbufp, sendlen);
346 sc->sc_txbufp = sc->sc_txbuf;
347 if ((unsigned long)sc->sc_txbufp % PKTALIGN)
348 sc->sc_txbufp += PKTALIGN -
349 (unsigned long)sc->sc_txbufp % PKTALIGN;

Completed in 82 milliseconds