Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dsmc91cxx.c185 static uint8_t smc91cxx_copy_tx_frame(struct smc91cxx_softc *, struct mbuf *);
727 oddbyte = smc91cxx_copy_tx_frame(sc, m); in smc91cxx_start()
782 smc91cxx_copy_tx_frame(struct smc91cxx_softc *sc, struct mbuf *m0) in smc91cxx_copy_tx_frame() function