Home
last modified time | relevance | path

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

/freebsd/sys/dev/pst/
H A Dpst-iop.c53 u_int32_t mfa; member
62 int mfa, timeout = 10000; in iop_init() local
64 while ((mfa = sc->reg->iqueue) == 0xffffffff && --timeout) in iop_init()
67 printf("pstiop: no free mfa\n"); in iop_init()
70 iop_free_mfa(sc, mfa); in iop_init()
170 u_int32_t mfa; in iop_intr() local
175 if ((mfa = sc->reg->oqueue) == 0xffffffff) in iop_intr()
176 if ((mfa = sc->reg->oqueue) == 0xffffffff) in iop_intr()
179 reply = (struct i2o_single_reply *)(sc->obase + (mfa - sc->phys_obase)); in iop_intr()
191 /* if reply is a failurenotice we need to free the original mfa */ in iop_intr()
206 int mfa, timeout = 5000; iop_reset() local
239 int i, mfa, timeout = 5000; iop_init_outqueue() local
296 int mfa; iop_get_lct() local
341 int mfa; iop_get_util_params() local
387 u_int32_t mfa; iop_get_mfa() local
400 iop_free_mfa(struct iop_softc * sc,int mfa) iop_free_mfa() argument
415 iop_done(struct iop_softc * sc,u_int32_t mfa,struct i2o_single_reply * reply) iop_done() argument
426 iop_queue_wait_msg(struct iop_softc * sc,int mfa,struct i2o_basic_message * msg) iop_queue_wait_msg() argument
[all...]
H A Dpst-raid.c68 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()
251 pst_done(struct iop_softc * sc,u_int32_t mfa,struct i2o_single_reply * reply) pst_done() argument
[all...]
/freebsd/sys/dev/tws/
H A Dtws_hdm.c63 u_int16_t tws_poll4_response(struct tws_softc *sc, u_int64_t *mfa);
65 u_int64_t *mfa);
146 u_int64_t mfa; in tws_init_connect() local
195 reqid = tws_poll4_response(sc, &mfa); in tws_init_connect()
276 u_int64_t mfa=0; in tws_submit_command() local
292 mfa = regh; in tws_submit_command()
293 mfa = mfa << 32; in tws_submit_command()
296 mfa = mfa | regl; in tws_submit_command()
299 mfa = regh; in tws_submit_command()
300 mfa = mfa << 32; in tws_submit_command()
[all …]
H A Dtws_cam.c66 static void tws_err_complete(struct tws_softc *sc, u_int64_t mfa);
91 u_int16_t *req_id, u_int64_t *mfa);
99 tws_find_sense_from_mfa(struct tws_softc *sc, u_int64_t mfa);
119 extern u_int16_t tws_poll4_response(struct tws_softc *sc, u_int64_t *mfa);
442 tws_err_complete(struct tws_softc *sc, u_int64_t mfa) in tws_err_complete() argument
450 if ( !mfa ) { in tws_err_complete()
451 TWS_TRACE_DEBUG(sc, "null mfa", 0, mfa); in tws_err_complete()
455 sen = tws_find_sense_from_mfa(sc, mfa); in tws_err_complete()
457 TWS_TRACE_DEBUG(sc, "found null req", 0, mfa); in tws_err_complete()
484 reg = (u_int32_t)( mfa>>32); in tws_err_complete()
[all …]
H A Dtws_services.c52 struct tws_sense *tws_find_sense_from_mfa(struct tws_softc *sc, u_int64_t mfa);
357 tws_find_sense_from_mfa(struct tws_softc *sc, u_int64_t mfa) in tws_find_sense_from_mfa() argument
361 TWS_TRACE_DEBUG(sc, "entry",sc,mfa); in tws_find_sense_from_mfa()
363 i = (mfa - sc->dma_mem_phys) / sizeof(struct tws_command_packet); in tws_find_sense_from_mfa()
366 if ( mfa == s->hdr_pkt_phy ) in tws_find_sense_from_mfa()
370 TWS_TRACE_DEBUG(sc, "return null",0,mfa); in tws_find_sense_from_mfa()
/freebsd/contrib/tcpdump/
H A DCHANGES1376 (plonka@mfa.com)