Searched refs:an_write_data (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/dev/an/ |
| H A D | if_an.c | 160 static int an_write_data(struct an_softc *, int, int, caddr_t, int); 1687 an_write_data(struct an_softc *sc, int id, int off, caddr_t buf, int len) in an_write_data() function 2785 an_write_data(sc, id, 0x08, (caddr_t)&txcontrol, in an_start_locked() 2789 an_write_data(sc, id, 0x34, (caddr_t)&tx_frame_802_3, in an_start_locked() 2793 an_write_data(sc, id, 0x44, (caddr_t)&sc->an_txbuf, in an_start_locked()
|