| /freebsd-13-stable/sys/cam/scsi/ |
| HD | 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()
|
| HD | scsi_cd.c | 485 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cdasync() 886 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cdstrategy() 980 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cdstart() 1046 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cdstart() 1263 CAM_PRIORITY_NORMAL); in cddone() 1448 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cddone() 1454 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cddone() 1516 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cddone() 1584 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cddone() 1624 CAM_PRIORITY_NORMAL); in cddone() [all …]
|
| HD | scsi_ch.c | 891 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chmove() 950 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chexchange() 1000 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chposition() 1222 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chgetelemstatus() 1420 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chielem() 1504 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chsetvoltag() 1542 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in chgetparams() 1712 CAM_PRIORITY_NORMAL); in chscsiversion()
|
| HD | scsi_pt.c | 222 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in ptstrategy() 466 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in ptstart()
|
| HD | 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() 1035 xpt_setup_ccb(&cab.ccb_h, softc->path, CAM_PRIORITY_NORMAL); in abort_all_pending()
|
| HD | scsi_sg.c | 550 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in sgioctl() 757 xpt_setup_ccb(&ccb->ccb_h, periph->path, CAM_PRIORITY_NORMAL); in sgwrite()
|
| HD | 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()
|
| HD | 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()
|
| HD | scsi_da.c | 1830 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in daclose() 1946 xpt_setup_ccb(&csio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in dadump() 1972 xpt_setup_ccb(&csio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in dadump() 4893 CAM_PRIORITY_NORMAL); in dadone_proberc() 6061 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in daprevent() 6138 xpt_setup_ccb(&ccg.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in dasetgeom() 6176 xpt_setup_ccb(&cdai.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in dasetgeom() 6270 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in dashutdown()
|
| HD | scsi_sa.c | 1068 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in sastrategy() 2556 xpt_setup_ccb(&cdai.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in saregister() 2951 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()
|
| HD | scsi_xpt.c | 3039 xpt_setup_ccb(&cts->ccb_h, path, CAM_PRIORITY_NORMAL); in _scsi_announce_periph() 3048 xpt_setup_ccb(&cpi.ccb_h, path, CAM_PRIORITY_NORMAL); in _scsi_announce_periph()
|
| HD | scsi_pass.c | 886 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in passstart()
|
| /freebsd-13-stable/sys/cam/ |
| HD | cam_periph.c | 767 xpt_setup_ccb(&ccb.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in camperiphfree() 1125 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in cam_periph_ioctl() 1128 CAM_PRIORITY_NORMAL); in cam_periph_ioctl() 1354 xpt_setup_ccb(&crs.ccb_h, path, CAM_PRIORITY_NORMAL); in cam_release_devq() 1479 xpt_setup_ccb(&cgds.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in cam_periph_bus_settle() 1553 CAM_PRIORITY_NORMAL); in camperiphscsistatuserror() 1670 xpt_setup_ccb(&cgd.ccb_h, ccb->ccb_h.path, CAM_PRIORITY_NORMAL); in camperiphscsisenseerror() 2110 CAM_PRIORITY_NORMAL); in cam_periph_devctl_notify()
|
| HD | cam_xpt.h | 157 xpt_setup_ccb(&cpi->ccb_h, path, CAM_PRIORITY_NORMAL); in xpt_path_inq()
|
| HD | cam.h | 90 #define CAM_PRIORITY_NORMAL ((CAM_RL_NORMAL << 8) + 0x80) macro
|
| HD | cam_xpt.c | 1242 xpt_setup_ccb(&cdai.ccb_h, path, CAM_PRIORITY_NORMAL); in xpt_getattr() 2556 xpt_setup_ccb(&cgd.ccb_h, &path, CAM_PRIORITY_NORMAL); in xptsetasyncfunc() 5030 xpt_setup_ccb(&crs.ccb_h, path, CAM_PRIORITY_NORMAL); in xpt_start_tags() 5056 xpt_setup_ccb(&crs.ccb_h, path, CAM_PRIORITY_NORMAL); in xpt_stop_tags() 5214 xpt_setup_ccb(&csa.ccb_h, path, CAM_PRIORITY_NORMAL); in xpt_register_async()
|
| HD | cam_iosched.c | 1632 xpt_schedule(periph, CAM_PRIORITY_NORMAL); in cam_iosched_schedule()
|
| /freebsd-13-stable/sys/cam/nvme/ |
| HD | 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() 524 xpt_setup_ccb(&nvmeio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in ndadump() 536 xpt_setup_ccb(&nvmeio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in ndadump() 1335 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in ndaflush()
|
| HD | nvme_xpt.c | 797 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NORMAL); in nvme_announce_periph()
|
| /freebsd-13-stable/sys/cam/ata/ |
| HD | ata_da.c | 1022 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in adaclose() 1138 xpt_setup_ccb(&ataio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in adadump() 1166 xpt_setup_ccb(&ataio.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in adadump() 1350 xpt_setup_ccb(&cgd.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in adaasync() 1386 xpt_setup_ccb(&cgd.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in adaasync() 3567 ccb = cam_periph_getccb(periph, CAM_PRIORITY_NORMAL); in adaflush() 3621 CAM_PRIORITY_NORMAL); in adaspindown() 3664 xpt_setup_ccb(&local_ccb.ccb_h, periph->path, CAM_PRIORITY_NORMAL); in adaspindown()
|
| HD | ata_xpt.c | 2099 xpt_setup_ccb(&cts->ccb_h, path, CAM_PRIORITY_NORMAL); in _ata_announce_periph()
|
| /freebsd-13-stable/sys/cam/ctl/ |
| HD | 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-13-stable/sys/cam/mmc/ |
| HD | 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()
|
| HD | mmc_xpt.c | 390 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NORMAL); in mmc_announce_periph()
|
| /freebsd-13-stable/sys/dev/mps/ |
| HD | mps_sas.c | 3202 xpt_setup_ccb(&cdai.ccb_h, path, CAM_PRIORITY_NORMAL); in mpssas_async()
|