Home
last modified time | relevance | path

Searched refs:CAM_PRIORITY_NORMAL (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12.1/sys/cam/scsi/
H A Dscsi_targ_bh.c244 xpt_setup_ccb(&immed_ccb.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in targbhenlun()
284 xpt_setup_ccb(&atio->ccb_h, periph->path, CAM_PRIORITY_NORMAL); in targbhenlun()
319 xpt_setup_ccb(&inot->ccb_h, periph->path, CAM_PRIORITY_NORMAL); in targbhenlun()
360 xpt_setup_ccb(&ccb.cab.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in targbhdislun()
368 xpt_setup_ccb(&ccb.cab.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in targbhdislun()
377 xpt_setup_ccb(&ccb.cel.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in targbhdislun()
523 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in targbhstart()
640 priority = CAM_PRIORITY_NORMAL; in targbhdone()
H A Dscsi_cd.c463 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cdasync()
874 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cdstrategy()
962 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cdstart()
1118 CAM_PRIORITY_NORMAL); in cddone()
2207 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdprevent()
2387 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdsize()
2638 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cdmediapoll()
2662 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdreadtoc()
2709 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdreadsubchannel()
2761 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cdgetmode()
[all …]
H A Dscsi_ch.c902 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chmove()
961 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chexchange()
1011 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chposition()
1234 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chgetelemstatus()
1432 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chielem()
1516 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chsetvoltag()
1554 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chgetparams()
1724 CAM_PRIORITY_NORMAL); in chscsiversion()
H A Dscsi_pt.c225 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in ptstrategy()
469 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in ptstart()
H A Dscsi_target.c282 xpt_setup_ccb(&cdbg.ccb_h, softc->path, CAM_PRIORITY_NORMAL); in targioctl()
368 xpt_setup_ccb(&en_ccb.ccb_h, path, CAM_PRIORITY_NORMAL); in targendislun()
1039 xpt_setup_ccb(&cab.ccb_h, softc->path, CAM_PRIORITY_NORMAL); in abort_all_pending()
H A Dscsi_sg.c555 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in sgioctl()
762 xpt_setup_ccb(&ccb->ccb_h, periph->path, CAM_PRIORITY_NORMAL); in sgwrite()
H A Dscsi_enc.c607 ccb = cam_periph_getccb(enc->periph, CAM_PRIORITY_NORMAL); in enc_runcmd()
785 ccb = cam_periph_getccb(enc->periph, CAM_PRIORITY_NORMAL); in enc_fsm_step()
H A Dscsi_enc_ses.c976 xpt_setup_ccb(&cgd.ccb_h, path, CAM_PRIORITY_NORMAL); in ses_paths_iter()
1035 xpt_setup_ccb(&cdai.ccb_h, path, CAM_PRIORITY_NORMAL); in ses_setphyspath_callback()
1047 xpt_setup_ccb(&cdai.ccb_h, path, CAM_PRIORITY_NORMAL); in ses_setphyspath_callback()
1096 xpt_setup_ccb(&cdai.ccb_h, enc->periph->path, CAM_PRIORITY_NORMAL); in ses_set_physpath()
1202 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in ses_set_timed_completion()
H A Dscsi_da.c1775 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in daclose()
1891 xpt_setup_ccb(&csio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in dadump()
1918 xpt_setup_ccb(&csio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in dadump()
4766 CAM_PRIORITY_NORMAL); in dadone_proberc()
5935 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in daprevent()
6011 xpt_setup_ccb(&ccg.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in dasetgeom()
6048 xpt_setup_ccb(&cdai.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in dasetgeom()
6139 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in dashutdown()
H A Dscsi_sa.c1011 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in sastrategy()
2414 xpt_setup_ccb(&cdai.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in saregister()
2767 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in sastart()
4432 CAM_PRIORITY_NORMAL); in saextget()
4827 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in sagetpos()
H A Dscsi_xpt.c3045 xpt_setup_ccb(&cts->ccb_h, path, CAM_PRIORITY_NORMAL); in _scsi_announce_periph()
3053 xpt_setup_ccb(&cpi.ccb_h, path, CAM_PRIORITY_NORMAL); in _scsi_announce_periph()
H A Dscsi_pass.c876 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in passstart()
/freebsd-12.1/sys/cam/
H A Dcam_periph.c754 xpt_setup_ccb(&ccb.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in camperiphfree()
1137 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cam_periph_ioctl()
1140 CAM_PRIORITY_NORMAL); in cam_periph_ioctl()
1362 xpt_setup_ccb(&crs.ccb_h, path, CAM_PRIORITY_NORMAL); in cam_release_devq()
1477 xpt_setup_ccb(&cgds.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in cam_periph_bus_settle()
1550 CAM_PRIORITY_NORMAL); in camperiphscsistatuserror()
1666 xpt_setup_ccb(&cgd.ccb_h, ccb->ccb_h.path, CAM_PRIORITY_NORMAL); in camperiphscsisenseerror()
2106 CAM_PRIORITY_NORMAL); in cam_periph_devctl_notify()
H A Dcam.h92 #define CAM_PRIORITY_NORMAL ((CAM_RL_NORMAL << 8) + 0x80) macro
H A Dcam_xpt.h162 xpt_setup_ccb(&cpi->ccb_h, path, CAM_PRIORITY_NORMAL); in xpt_path_inq()
H A Dcam_xpt.c1262 xpt_setup_ccb(&cdai.ccb_h, path, CAM_PRIORITY_NORMAL); in xpt_getattr()
2613 xpt_setup_ccb(&cgd.ccb_h, &path, CAM_PRIORITY_NORMAL); in xptsetasyncfunc()
5125 xpt_setup_ccb(&crs.ccb_h, path, CAM_PRIORITY_NORMAL); in xpt_start_tags()
5150 xpt_setup_ccb(&crs.ccb_h, path, CAM_PRIORITY_NORMAL); in xpt_stop_tags()
5289 xpt_setup_ccb(&csa.ccb_h, path, CAM_PRIORITY_NORMAL); in xpt_register_async()
H A Dcam_iosched.c1463 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cam_iosched_schedule()
/freebsd-12.1/sys/cam/nvme/
H A Dnvme_da.c322 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in ndaclose()
426 xpt_setup_ccb(&nvmeio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in ndadump()
438 xpt_setup_ccb(&nvmeio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in ndadump()
1184 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in ndaflush()
H A Dnvme_xpt.c732 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NORMAL); in nvme_announce_periph()
/freebsd-12.1/sys/cam/ctl/
H A Dscsi_ctl.c913 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in ctlfestart()
1243 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in ctlfedone()
1856 xpt_setup_ccb(&cgds.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in ctlfe_dump_queue()
1925 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in ctlfe_datamove()
1978 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in ctlfe_done()
/freebsd-12.1/sys/cam/ata/
H A Data_da.c975 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in adaclose()
1091 xpt_setup_ccb(&ataio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in adadump()
1119 xpt_setup_ccb(&ataio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in adadump()
1303 xpt_setup_ccb(&cgd.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in adaasync()
1338 xpt_setup_ccb(&cgd.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in adaasync()
3456 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in adaflush()
3506 xpt_setup_ccb(&local_ccb.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in adaspindown()
/freebsd-12.1/sys/cam/mmc/
H A Dmmc_da.c485 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in sddaschedule()
670 xpt_setup_ccb(&cgd.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in sddaasync()
1857 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in sddadone()
1869 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in sddadone()
H A Dmmc_xpt.c397 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NORMAL); in mmc_announce_periph()
/freebsd-12.1/sys/dev/mps/
H A Dmpsvar.h858 #define CAM_PRIORITY_NORMAL CAM_PRIORITY_NONE macro
/freebsd-12.1/sys/dev/mpr/
H A Dmprvar.h936 #define CAM_PRIORITY_NORMAL CAM_PRIORITY_NONE macro

12