Home
last modified time | relevance | path

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

12

/freebsd-13.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()
522 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in targbhstart()
639 priority = CAM_PRIORITY_NORMAL; in targbhdone()
H A Dscsi_cd.c488 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cdasync()
900 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cdstrategy()
994 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cdstart()
1060 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cdstart()
1276 CAM_PRIORITY_NORMAL); in cddone()
1452 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cddone()
1520 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cddone()
1628 CAM_PRIORITY_NORMAL); in cddone()
1657 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cddone()
1695 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cddone()
[all …]
H A Dscsi_ch.c893 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chmove()
952 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chexchange()
1002 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chposition()
1224 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chgetelemstatus()
1422 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chielem()
1506 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chsetvoltag()
1544 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chgetparams()
1714 CAM_PRIORITY_NORMAL); in chscsiversion()
H A Dscsi_pt.c224 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in ptstrategy()
468 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in ptstart()
H A Dscsi_target.c279 xpt_setup_ccb(&cdbg.ccb_h, softc->path, CAM_PRIORITY_NORMAL); in targioctl()
365 xpt_setup_ccb(&en_ccb.ccb_h, path, CAM_PRIORITY_NORMAL); in targendislun()
1035 xpt_setup_ccb(&cab.ccb_h, softc->path, CAM_PRIORITY_NORMAL); in abort_all_pending()
H A Dscsi_enc.c603 ccb = cam_periph_getccb(enc->periph, CAM_PRIORITY_NORMAL); in enc_runcmd()
781 ccb = cam_periph_getccb(enc->periph, CAM_PRIORITY_NORMAL); in enc_fsm_step()
H A Dscsi_sg.c554 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in sgioctl()
761 xpt_setup_ccb(&ccb->ccb_h, periph->path, CAM_PRIORITY_NORMAL); in sgwrite()
H A Dscsi_enc_ses.c985 xpt_setup_ccb(&cgd.ccb_h, path, CAM_PRIORITY_NORMAL); in ses_paths_iter()
1046 xpt_setup_ccb(&cdai.ccb_h, path, CAM_PRIORITY_NORMAL); in ses_setphyspath_callback()
1057 xpt_setup_ccb(&cdai.ccb_h, path, CAM_PRIORITY_NORMAL); in ses_setphyspath_callback()
1106 xpt_setup_ccb(&cdai.ccb_h, enc->periph->path, CAM_PRIORITY_NORMAL); in ses_set_physpath()
1212 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in ses_set_timed_completion()
H A Dscsi_da.c1816 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in daclose()
1932 xpt_setup_ccb(&csio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in dadump()
1958 xpt_setup_ccb(&csio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in dadump()
4894 CAM_PRIORITY_NORMAL); in dadone_proberc()
6062 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in daprevent()
6138 xpt_setup_ccb(&ccg.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in dasetgeom()
6175 xpt_setup_ccb(&cdai.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in dasetgeom()
6266 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in dashutdown()
H A Dscsi_sa.c1070 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in sastrategy()
2557 xpt_setup_ccb(&cdai.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in saregister()
2952 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in sastart()
4735 CAM_PRIORITY_NORMAL); in saextget()
5130 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in sagetpos()
H A Dscsi_xpt.c3034 xpt_setup_ccb(&cts->ccb_h, path, CAM_PRIORITY_NORMAL); in _scsi_announce_periph()
3042 xpt_setup_ccb(&cpi.ccb_h, path, CAM_PRIORITY_NORMAL); in _scsi_announce_periph()
H A Dscsi_pass.c887 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in passstart()
/freebsd-13.1/sys/cam/
H A Dcam_periph.c754 xpt_setup_ccb(&ccb.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in camperiphfree()
1112 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cam_periph_ioctl()
1115 CAM_PRIORITY_NORMAL); in cam_periph_ioctl()
1339 xpt_setup_ccb(&crs.ccb_h, path, CAM_PRIORITY_NORMAL); in cam_release_devq()
1463 xpt_setup_ccb(&cgds.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in cam_periph_bus_settle()
1536 CAM_PRIORITY_NORMAL); in camperiphscsistatuserror()
1652 xpt_setup_ccb(&cgd.ccb_h, ccb->ccb_h.path, CAM_PRIORITY_NORMAL); in camperiphscsisenseerror()
2092 CAM_PRIORITY_NORMAL); in cam_periph_devctl_notify()
H A Dcam_xpt.h159 xpt_setup_ccb(&cpi->ccb_h, path, CAM_PRIORITY_NORMAL); in xpt_path_inq()
H A Dcam.h92 #define CAM_PRIORITY_NORMAL ((CAM_RL_NORMAL << 8) + 0x80) macro
H A Dcam_xpt.c1241 xpt_setup_ccb(&cdai.ccb_h, path, CAM_PRIORITY_NORMAL); in xpt_getattr()
2554 xpt_setup_ccb(&cgd.ccb_h, &path, CAM_PRIORITY_NORMAL); in xptsetasyncfunc()
5027 xpt_setup_ccb(&crs.ccb_h, path, CAM_PRIORITY_NORMAL); in xpt_start_tags()
5052 xpt_setup_ccb(&crs.ccb_h, path, CAM_PRIORITY_NORMAL); in xpt_stop_tags()
5209 xpt_setup_ccb(&csa.ccb_h, path, CAM_PRIORITY_NORMAL); in xpt_register_async()
H A Dcam_iosched.c1636 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cam_iosched_schedule()
/freebsd-13.1/sys/cam/nvme/
H A Dnvme_da.c338 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in ndaclose()
413 xpt_setup_ccb(&ccb->ccb_h, periph->path, CAM_PRIORITY_NORMAL); in ndaioctl()
526 xpt_setup_ccb(&nvmeio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in ndadump()
538 xpt_setup_ccb(&nvmeio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in ndadump()
1341 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in ndaflush()
H A Dnvme_xpt.c797 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NORMAL); in nvme_announce_periph()
/freebsd-13.1/sys/cam/ata/
H A Data_da.c1003 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in adaclose()
1119 xpt_setup_ccb(&ataio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in adadump()
1147 xpt_setup_ccb(&ataio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in adadump()
1330 xpt_setup_ccb(&cgd.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in adaasync()
1365 xpt_setup_ccb(&cgd.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in adaasync()
3548 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in adaflush()
3602 CAM_PRIORITY_NORMAL); in adaspindown()
3645 xpt_setup_ccb(&local_ccb.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in adaspindown()
H A Data_xpt.c2099 xpt_setup_ccb(&cts->ccb_h, path, CAM_PRIORITY_NORMAL); in _ata_announce_periph()
/freebsd-13.1/sys/cam/ctl/
H A Dscsi_ctl.c912 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in ctlfestart()
1242 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in ctlfedone()
1855 xpt_setup_ccb(&cgds.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in ctlfe_dump_queue()
1924 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in ctlfe_datamove()
1977 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in ctlfe_done()
/freebsd-13.1/sys/cam/mmc/
H A Dmmc_da.c514 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in sddaschedule()
696 xpt_setup_ccb(&cgd.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in sddaasync()
1961 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in sddadone()
1973 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in sddadone()
2036 xpt_setup_ccb(&mmcio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); /* XXX needed? */ in sddadump()
H A Dmmc_xpt.c391 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NORMAL); in mmc_announce_periph()
/freebsd-13.1/sys/dev/mps/
H A Dmps_sas.c3202 xpt_setup_ccb(&cdai.ccb_h, path, CAM_PRIORITY_NORMAL); in mpssas_async()

12