| /freebsd-14.2/sys/cam/ata/ |
| H A D | ata_xpt.c | 397 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in aprobestart() 420 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in aprobestart() 433 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in aprobestart() 533 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in aprobestart() 549 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in aprobestart() 564 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in aprobestart() 595 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in aprobestart() 615 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in aprobestart() 1422 CAM_PRIORITY_NONE); in ata_scan_bus() 1481 work_ccb->ccb_h.path, CAM_PRIORITY_NONE); in ata_scan_bus() [all …]
|
| H A D | ata_pmp.c | 446 xpt_setup_ccb(&cts.ccb_h, dpath, CAM_PRIORITY_NONE); in pmpstart() 496 xpt_setup_ccb(&cts.ccb_h, periph->path, CAM_PRIORITY_NONE); in pmpstart() 757 xpt_setup_ccb(&cts.ccb_h, dpath, CAM_PRIORITY_NONE); in pmpdone()
|
| /freebsd-14.2/sys/cam/ |
| H A D | cam.h | 94 #define CAM_PRIORITY_NONE (uint32_t)-1 macro 416 pinfo->priority = CAM_PRIORITY_NONE; in cam_init_pinfo()
|
| H A D | cam_periph.c | 254 periph->scheduled_priority = CAM_PRIORITY_NONE; in cam_periph_alloc() 255 periph->immediate_priority = CAM_PRIORITY_NONE; in cam_periph_alloc()
|
| H A D | cam_xpt.c | 3247 periph->immediate_priority)) != CAM_PRIORITY_NONE && in xpt_run_allocq() 3266 periph->immediate_priority = CAM_PRIORITY_NONE; in xpt_run_allocq() 3273 periph->scheduled_priority = CAM_PRIORITY_NONE; in xpt_run_allocq()
|
| /freebsd-14.2/sys/cam/scsi/ |
| H A D | scsi_xpt.c | 1043 xpt_setup_ccb(&cts.ccb_h, periph->path, CAM_PRIORITY_NONE); in proberequestdefaultnegotiation() 1065 xpt_setup_ccb(&cts.ccb_h, periph->path, CAM_PRIORITY_NONE); in proberequestbackoff() 1980 CAM_PRIORITY_NONE); in scsi_scan_bus() 2301 xpt_setup_ccb(&cpi.ccb_h, path, CAM_PRIORITY_NONE); in scsi_scan_lun() 2428 xpt_setup_ccb(&cpi.ccb_h, path, CAM_PRIORITY_NONE); in scsi_devise_transport() 2489 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in scsi_devise_transport() 2738 xpt_setup_ccb(&cpi.ccb_h, path, CAM_PRIORITY_NONE); in scsi_set_transfer_settings() 2760 xpt_setup_ccb(&cur_cts.ccb_h, path, CAM_PRIORITY_NONE); in scsi_set_transfer_settings() 2944 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in scsi_toggle_tags()
|
| H A D | scsi_target.c | 544 if (priority == CAM_PRIORITY_NONE) { in targwrite()
|
| H A D | scsi_da.c | 2387 xpt_setup_ccb(&cts.ccb_h, periph->path, CAM_PRIORITY_NONE); in dasysctlinit()
|
| /freebsd-14.2/sys/cam/ctl/ |
| H A D | scsi_ctl.c | 481 xpt_setup_ccb(&ccb.ccb_h, periph->path, CAM_PRIORITY_NONE); in ctlferegister() 526 xpt_setup_ccb(&new_ccb->ccb_h, periph->path, CAM_PRIORITY_NONE); in ctlferegister() 573 xpt_setup_ccb(&new_ccb->ccb_h, periph->path, CAM_PRIORITY_NONE); in ctlferegister() 616 xpt_setup_ccb(&ccb.ccb_h, periph->path, CAM_PRIORITY_NONE); in ctlfeoninvalidate() 1007 xpt_setup_ccb_flags(&ccb->ccb_h, periph->path, CAM_PRIORITY_NONE, in ctlfe_requeue_ccb() 1539 xpt_setup_ccb(&ccb->ccb_h, path, CAM_PRIORITY_NONE); in ctlfe_onoffline()
|
| /freebsd-14.2/sys/dev/sdio/ |
| H A D | sdiob.c | 156 xpt_setup_ccb(&sc->ccb->ccb_h, sc->periph->path, CAM_PRIORITY_NONE); in sdiob_rw_direct_sc() 256 xpt_setup_ccb(&sc->ccb->ccb_h, sc->periph->path, CAM_PRIORITY_NONE); in sdiob_rw_extended_cam() 985 xpt_setup_ccb(&sc->ccb->ccb_h, periph->path, CAM_PRIORITY_NONE); in sdiobdiscover()
|
| /freebsd-14.2/sys/cam/nvme/ |
| H A D | nvme_xpt.c | 638 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in nvme_device_transport()
|
| /freebsd-14.2/sys/cam/mmc/ |
| H A D | mmc_da.c | 1081 CAM_PRIORITY_NONE); in sdda_start_init_task() 1549 xpt_setup_ccb(&cpi.ccb_h, periph->path, CAM_PRIORITY_NONE); in sdda_add_part()
|