| /freebsd-13.1/sys/cam/scsi/ |
| H A D | scsi_targ_bh.c | 244 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 D | scsi_cd.c | 488 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 D | scsi_ch.c | 893 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 D | scsi_pt.c | 224 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in ptstrategy() 468 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in ptstart()
|
| H A D | scsi_target.c | 279 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 D | scsi_enc.c | 603 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 D | scsi_sg.c | 554 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 D | scsi_enc_ses.c | 985 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 D | scsi_da.c | 1816 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 D | scsi_sa.c | 1070 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 D | scsi_xpt.c | 3034 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 D | scsi_pass.c | 887 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in passstart()
|
| /freebsd-13.1/sys/cam/ |
| H A D | cam_periph.c | 754 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 D | cam_xpt.h | 159 xpt_setup_ccb(&cpi->ccb_h, path, CAM_PRIORITY_NORMAL); in xpt_path_inq()
|
| H A D | cam.h | 92 #define CAM_PRIORITY_NORMAL ((CAM_RL_NORMAL << 8) + 0x80) macro
|
| H A D | cam_xpt.c | 1241 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 D | cam_iosched.c | 1636 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cam_iosched_schedule()
|
| /freebsd-13.1/sys/cam/nvme/ |
| H A D | nvme_da.c | 338 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 D | nvme_xpt.c | 797 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NORMAL); in nvme_announce_periph()
|
| /freebsd-13.1/sys/cam/ata/ |
| H A D | ata_da.c | 1003 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 D | ata_xpt.c | 2099 xpt_setup_ccb(&cts->ccb_h, path, CAM_PRIORITY_NORMAL); in _ata_announce_periph()
|
| /freebsd-13.1/sys/cam/ctl/ |
| H A D | scsi_ctl.c | 912 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 D | mmc_da.c | 514 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 D | mmc_xpt.c | 391 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NORMAL); in mmc_announce_periph()
|
| /freebsd-13.1/sys/dev/mps/ |
| H A D | mps_sas.c | 3202 xpt_setup_ccb(&cdai.ccb_h, path, CAM_PRIORITY_NORMAL); in mpssas_async()
|