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))) { 1721 wi_read_bap(sc, fid, sizeof(frmhdr), 1790 if (wi_read_bap(sc, fid, 0, &frmhdr, sizeof(frmhdr)) != 0) { 1971 if (wi_read_bap(sc, fid, offsetof(struct wi_frame, wi_tx_swsup2), 2025 wi_read_bap(sc, fid, 0, ltbuf, sizeof(ltbuf)); 2030 wi_read_bap(sc, fid, sizeof(ltbuf), &stat, sizeof(stat)); 2074 wi_read_bap(sc, fid, off, &stat, sizeof(stat)); 2968 wi_read_bap(struct wi_softc *sc, int id, int off, void *buf, int buflen) function in typeref:typename:STATIC int 3095 error = wi_read_bap(sc, rid, 0, ltbuf, sizeof(ltbuf)) [all...] |