Searched refs:sc_bap_off (Results 1 – 2 of 2) sorted by relevance
700 off = sc->sc_bap_off; in an_read_bap()701 if (id != sc->sc_bap_id || off != sc->sc_bap_off) { in an_read_bap()710 sc->sc_bap_off += cnt * 2; in an_read_bap()723 off = sc->sc_bap_off; in an_write_bap()724 if (id != sc->sc_bap_id || off != sc->sc_bap_off) { in an_write_bap()731 sc->sc_bap_off += cnt * 2; in an_write_bap()750 sc->sc_bap_off = AN_OFF_ERR; /* invalidate */ in an_seek_bap()758 sc->sc_bap_off = AN_OFF_ERR; /* invalidate */ in an_seek_bap()762 sc->sc_bap_off = off; in an_seek_bap()772 off = sc->sc_bap_off; in an_mwrite_bap()[all …]
120 int sc_bap_off; member