Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/an/
Dif_an.c157 static int an_write_data(struct an_softc *, int, int, caddr_t, int);
1713 an_write_data(struct an_softc *sc, int id, int off, caddr_t buf, int len) in an_write_data() function
2805 an_write_data(sc, id, 0x08, (caddr_t)&txcontrol, in an_start_locked()
2809 an_write_data(sc, id, 0x34, (caddr_t)&tx_frame_802_3, in an_start_locked()
2813 an_write_data(sc, id, 0x44, (caddr_t)&sc->an_txbuf, in an_start_locked()