Searched refs:wi_read_bap (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | wi.c | 203 STATIC int wi_read_bap(struct wi_softc *, int, int, void *, int); 1664 if (wi_read_bap(sc, fid, 0, &frmhdr, sizeof(frmhdr))) { in wi_rx_intr() 1721 wi_read_bap(sc, fid, sizeof(frmhdr), in wi_rx_intr() 1790 if (wi_read_bap(sc, fid, 0, &frmhdr, sizeof(frmhdr)) != 0) { in wi_tx_ex_intr() 1971 if (wi_read_bap(sc, fid, offsetof(struct wi_frame, wi_tx_swsup2), in wi_tx_intr() 2025 wi_read_bap(sc, fid, 0, ltbuf, sizeof(ltbuf)); in wi_info_intr() 2030 wi_read_bap(sc, fid, sizeof(ltbuf), &stat, sizeof(stat)); in wi_info_intr() 2074 wi_read_bap(sc, fid, off, &stat, sizeof(stat)); in wi_info_intr() 2968 wi_read_bap(struct wi_softc *sc, int id, int off, void *buf, int buflen) in wi_read_bap() function 3095 error = wi_read_bap(sc, rid, 0, ltbuf, sizeof(ltbuf)); in wi_read_rid() [all …]
|