Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pst/
H A Dpst-iop.c54 u_int32_t mfa; member
71 iop_free_mfa(sc, mfa); in iop_init()
171 u_int32_t mfa; in iop_intr() local
210 mfa = iop_get_mfa(sc); in iop_reset()
279 iop_free_mfa(sc, mfa); in iop_init_outqueue()
297 int mfa; in iop_get_lct() local
342 int mfa; in iop_get_util_params() local
388 u_int32_t mfa; in iop_get_mfa() local
397 return mfa; in iop_get_mfa()
422 request->mfa = mfa; in iop_done()
[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()
221 u_int32_t mfa; in pst_start() local
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()
261 psc->iop->reg->oqueue = mfa; in pst_done()
273 (request->psc->iop->ibase + request->mfa); in pst_rw()
322 request->mfa, request->bp->bio_cmd); in pst_timeout()
[all …]
/freebsd-14.2/sys/dev/tws/
H A Dtws_hdm.c146 u_int64_t mfa; in tws_init_connect() local
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()
302 mfa = mfa | regl; in tws_submit_command()
307 if ( mfa == TWS_FIFO_EMPTY ) { in tws_submit_command()
319 for (int i=mfa; i<(sizeof(struct tws_command_packet)+ mfa - in tws_submit_command()
[all …]
H A Dtws_cam.c450 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()
484 reg = (u_int32_t)( mfa>>32); in tws_err_complete()
486 reg = (u_int32_t)(mfa); in tws_err_complete()
631 u_int64_t mfa; in tws_drain_response_queue() local
632 while ( tws_get_response(sc, &req_id, &mfa) ); in tws_drain_response_queue()
827 u_int64_t mfa; in tws_get_param() local
862 reqid = tws_poll4_response(sc, &mfa); in tws_get_param()
1092 u_int64_t mfa; in tws_intr_resp() local
[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-14.2/contrib/tcpdump/
H A DCHANGES1376 (plonka@mfa.com)