Home
last modified time | relevance | path

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

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