Lines Matching refs:mfa
68 u_int32_t mfa; /* frame addreess */ member
184 int mfa; in pst_shutdown_post_sync() local
191 mfa = iop_get_mfa(psc->iop); in pst_shutdown_post_sync()
192 msg = (struct i2o_bsa_cache_flush_message *)(psc->iop->ibase + mfa); in pst_shutdown_post_sync()
201 if (iop_queue_wait_msg(psc->iop, mfa, (struct i2o_basic_message *)msg)) in pst_shutdown_post_sync()
221 u_int32_t mfa; in pst_start() local
226 if ((mfa = iop_get_mfa(psc->iop)) != 0xffffffff) { in pst_start()
232 iop_free_mfa(psc->iop, mfa); in pst_start()
238 request->mfa = mfa; in pst_start()
242 iop_free_mfa(request->psc->iop, request->mfa); in pst_start()
251 pst_done(struct iop_softc *sc, u_int32_t mfa, struct i2o_single_reply *reply) in pst_done() argument
261 psc->iop->reg->oqueue = mfa; in pst_done()
273 (request->psc->iop->ibase + request->mfa); in pst_rw()
307 request->psc->iop->reg->iqueue = request->mfa; in pst_rw()
322 request->mfa, request->bp->bio_cmd); in pst_timeout()
324 iop_free_mfa(request->psc->iop, request->mfa); in pst_timeout()
325 if ((request->mfa = iop_get_mfa(request->psc->iop)) == 0xffffffff) { in pst_timeout()
332 iop_free_mfa(request->psc->iop, request->mfa); in pst_timeout()