Home
last modified time | relevance | path

Searched refs:CAM_PRIORITY_NONE (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/sys/cam/ata/
H A Data_xpt.c397 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 Data_pmp.c446 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 Dcam.h94 #define CAM_PRIORITY_NONE (uint32_t)-1 macro
416 pinfo->priority = CAM_PRIORITY_NONE; in cam_init_pinfo()
H A Dcam_periph.c254 periph->scheduled_priority = CAM_PRIORITY_NONE; in cam_periph_alloc()
255 periph->immediate_priority = CAM_PRIORITY_NONE; in cam_periph_alloc()
H A Dcam_xpt.c3247 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 Dscsi_xpt.c1043 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 Dscsi_target.c544 if (priority == CAM_PRIORITY_NONE) { in targwrite()
H A Dscsi_da.c2387 xpt_setup_ccb(&cts.ccb_h, periph->path, CAM_PRIORITY_NONE); in dasysctlinit()
/freebsd-14.2/sys/cam/ctl/
H A Dscsi_ctl.c481 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 Dsdiob.c156 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 Dnvme_xpt.c638 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in nvme_device_transport()
/freebsd-14.2/sys/cam/mmc/
H A Dmmc_da.c1081 CAM_PRIORITY_NONE); in sdda_start_init_task()
1549 xpt_setup_ccb(&cpi.ccb_h, periph->path, CAM_PRIORITY_NONE); in sdda_add_part()