| /freebsd-14.2/sys/cam/scsi/ |
| H A D | scsi_targ_bh.c | 243 xpt_setup_ccb(&immed_ccb.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in targbhenlun() 283 xpt_setup_ccb(&atio->ccb_h, periph->path, CAM_PRIORITY_NORMAL); in targbhenlun() 318 xpt_setup_ccb(&inot->ccb_h, periph->path, CAM_PRIORITY_NORMAL); in targbhenlun() 361 xpt_setup_ccb(&ccb.cab.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in targbhdislun() 369 xpt_setup_ccb(&ccb.cab.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in targbhdislun() 378 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 D | scsi_cd.c | 481 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cdasync() 882 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cdstrategy() 976 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cdstart() 1042 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cdstart() 1259 CAM_PRIORITY_NORMAL); in cddone() 1444 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cddone() 1512 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cddone() 1620 CAM_PRIORITY_NORMAL); in cddone() 1649 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cddone() 1687 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cddone() [all …]
|
| H A D | scsi_ch.c | 890 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chmove() 949 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chexchange() 999 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chposition() 1221 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chgetelemstatus() 1419 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chielem() 1503 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chsetvoltag() 1541 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chgetparams() 1711 CAM_PRIORITY_NORMAL); in chscsiversion()
|
| H A D | scsi_pt.c | 221 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in ptstrategy() 465 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in ptstart()
|
| H A D | scsi_target.c | 277 xpt_setup_ccb(&cdbg.ccb_h, softc->path, CAM_PRIORITY_NORMAL); in targioctl() 364 xpt_setup_ccb(&en_ccb.ccb_h, path, CAM_PRIORITY_NORMAL); in targendislun() 1047 xpt_setup_ccb(&cab.ccb_h, softc->path, CAM_PRIORITY_NORMAL); in abort_all_pending()
|
| H A D | scsi_enc.c | 601 ccb = cam_periph_getccb(enc->periph, CAM_PRIORITY_NORMAL); in enc_runcmd() 779 ccb = cam_periph_getccb(enc->periph, CAM_PRIORITY_NORMAL); in enc_fsm_step()
|
| H A D | scsi_sg.c | 547 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in sgioctl() 754 xpt_setup_ccb(&ccb->ccb_h, periph->path, CAM_PRIORITY_NORMAL); in sgwrite()
|
| H A D | scsi_enc_ses.c | 984 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() 1107 xpt_setup_ccb(&cdai.ccb_h, enc->periph->path, CAM_PRIORITY_NORMAL); in ses_set_physpath() 1213 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in ses_set_timed_completion()
|
| H A D | scsi_da.c | 1834 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in daclose() 1950 xpt_setup_ccb(&csio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in dadump() 1976 xpt_setup_ccb(&csio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in dadump() 4913 CAM_PRIORITY_NORMAL); in dadone_proberc() 6083 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in daprevent() 6160 xpt_setup_ccb(&ccg.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in dasetgeom() 6198 xpt_setup_ccb(&cdai.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in dasetgeom() 6292 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in dashutdown()
|
| H A D | scsi_sa.c | 1067 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in sastrategy() 2559 xpt_setup_ccb(&cdai.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in saregister() 2954 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in sastart() 4738 CAM_PRIORITY_NORMAL); in saextget() 5133 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in sagetpos()
|
| H A D | scsi_xpt.c | 3043 xpt_setup_ccb(&cts->ccb_h, path, CAM_PRIORITY_NORMAL); in _scsi_announce_periph() 3052 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-14.2/sys/cam/ |
| H A D | cam_periph.c | 778 xpt_setup_ccb(&ccb.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in camperiphfree() 1141 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cam_periph_ioctl() 1144 CAM_PRIORITY_NORMAL); in cam_periph_ioctl() 1375 xpt_setup_ccb(&crs.ccb_h, path, CAM_PRIORITY_NORMAL); in cam_release_devq() 1509 xpt_setup_ccb(&cgds.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in cam_periph_bus_settle() 1583 CAM_PRIORITY_NORMAL); in camperiphscsistatuserror() 1701 xpt_setup_ccb(&cgd.ccb_h, ccb->ccb_h.path, CAM_PRIORITY_NORMAL); in camperiphscsisenseerror() 2151 CAM_PRIORITY_NORMAL); in cam_periph_devctl_notify()
|
| H A D | cam.h | 93 #define CAM_PRIORITY_NORMAL ((CAM_RL_NORMAL << 8) + 0x80) macro
|
| H A D | cam_xpt.h | 158 xpt_setup_ccb(&cpi->ccb_h, path, CAM_PRIORITY_NORMAL); in xpt_path_inq()
|
| H A D | cam_xpt.c | 1170 xpt_setup_ccb(&cdai.ccb_h, path, CAM_PRIORITY_NORMAL); in xpt_getattr() 2484 xpt_setup_ccb(&cgd.ccb_h, &path, CAM_PRIORITY_NORMAL); in xptsetasyncfunc() 4967 xpt_setup_ccb(&crs.ccb_h, path, CAM_PRIORITY_NORMAL); in xpt_start_tags() 4993 xpt_setup_ccb(&crs.ccb_h, path, CAM_PRIORITY_NORMAL); in xpt_stop_tags() 5151 xpt_setup_ccb(&csa.ccb_h, path, CAM_PRIORITY_NORMAL); in xpt_register_async()
|
| H A D | cam_iosched.c | 1733 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cam_iosched_schedule()
|
| /freebsd-14.2/sys/cam/nvme/ |
| H A D | nvme_da.c | 336 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in ndaclose() 411 xpt_setup_ccb(&ccb->ccb_h, periph->path, CAM_PRIORITY_NORMAL); in ndaioctl() 525 xpt_setup_ccb(&nvmeio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in ndadump() 537 xpt_setup_ccb(&nvmeio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in ndadump() 1334 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in ndaflush()
|
| H A D | nvme_xpt.c | 798 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NORMAL); in nvme_announce_periph_sbuf()
|
| /freebsd-14.2/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() 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-14.2/sys/cam/ata/ |
| H A D | ata_da.c | 1027 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in adaclose() 1143 xpt_setup_ccb(&ataio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in adadump() 1171 xpt_setup_ccb(&ataio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in adadump() 1364 xpt_setup_ccb(&cgd.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in adaasync() 3593 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in adaflush() 3647 CAM_PRIORITY_NORMAL); in adaspindown() 3690 xpt_setup_ccb(&local_ccb.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in adaspindown()
|
| H A D | ata_xpt.c | 2096 xpt_setup_ccb(&cts->ccb_h, path, CAM_PRIORITY_NORMAL); in _ata_announce_periph()
|
| /freebsd-14.2/sys/cam/mmc/ |
| H A D | mmc_da.c | 514 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in sddaschedule() 697 xpt_setup_ccb(&cgd.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in sddaasync() 1967 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in sddadone() 1979 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in sddadone() 2041 xpt_setup_ccb(&mmcio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); /* XXX needed? */ in sddadump()
|
| H A D | mmc_xpt.c | 390 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NORMAL); in mmc_announce_periph_sbuf()
|
| /freebsd-14.2/sys/dev/mps/ |
| H A D | mps_sas.c | 3201 xpt_setup_ccb(&cdai.ccb_h, path, CAM_PRIORITY_NORMAL); in mpssas_async()
|