Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dan.c141 static int an_write_bap(struct an_softc *, int, int, void *, int);
830 if (an_write_bap(sc, fid, 0, &frmhdr, sizeof(frmhdr)) != 0) in an_start()
833 an_write_bap(sc, fid, -1, &frmhdr, AN_TXGAP_802_11); in an_start()
1727 an_write_bap(struct an_softc *sc, int id, int off, void *buf, int buflen) in an_write_bap() function
1843 error = an_write_bap(sc, rid, 0, &len, sizeof(len)); in an_write_rid()
1846 error = an_write_bap(sc, rid, sizeof(len), buf, buflen); in an_write_rid()