Home
last modified time | relevance | path

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

/freebsd/sys/cam/ata/
H A Data_xpt.c395 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in aprobestart()
418 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in aprobestart()
431 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in aprobestart()
531 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in aprobestart()
547 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in aprobestart()
562 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in aprobestart()
593 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in aprobestart()
613 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in aprobestart()
714 xpt_setup_ccb(&cts.ccb_h, periph->path, CAM_PRIORITY_NONE); in aproberequestdefaultnegotiation()
855 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in aprobedone()
[all …]
H A Data_pmp.c445 xpt_setup_ccb(&cts.ccb_h, dpath, CAM_PRIORITY_NONE); in pmpstart()
495 xpt_setup_ccb(&cts.ccb_h, periph->path, CAM_PRIORITY_NONE); in pmpstart()
756 xpt_setup_ccb(&cts.ccb_h, dpath, CAM_PRIORITY_NONE); in pmpdone()
/freebsd/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.c253 periph->scheduled_priority = CAM_PRIORITY_NONE; in cam_periph_alloc()
254 periph->immediate_priority = CAM_PRIORITY_NONE; in cam_periph_alloc()
H A Dcam_xpt.c3243 periph->immediate_priority)) != CAM_PRIORITY_NONE && in xpt_run_allocq()
3262 periph->immediate_priority = CAM_PRIORITY_NONE; in xpt_run_allocq()
3269 periph->scheduled_priority = CAM_PRIORITY_NONE; in xpt_run_allocq()
/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c1039 xpt_setup_ccb(&cts.ccb_h, periph->path, CAM_PRIORITY_NONE); in proberequestdefaultnegotiation()
1061 xpt_setup_ccb(&cts.ccb_h, periph->path, CAM_PRIORITY_NONE); in proberequestbackoff()
1976 CAM_PRIORITY_NONE); in scsi_scan_bus()
2297 xpt_setup_ccb(&cpi.ccb_h, path, CAM_PRIORITY_NONE); in scsi_scan_lun()
2424 xpt_setup_ccb(&cpi.ccb_h, path, CAM_PRIORITY_NONE); in scsi_devise_transport()
2485 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in scsi_devise_transport()
2735 xpt_setup_ccb(&cpi.ccb_h, path, CAM_PRIORITY_NONE); in scsi_set_transfer_settings()
2757 xpt_setup_ccb(&cur_cts.ccb_h, path, CAM_PRIORITY_NONE); in scsi_set_transfer_settings()
2941 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in scsi_toggle_tags()
H A Dscsi_target.c543 if (priority == CAM_PRIORITY_NONE) { in targwrite()
H A Dscsi_da.c2417 xpt_setup_ccb(&cts.ccb_h, periph->path, CAM_PRIORITY_NONE); in dasysctlinit()
/freebsd/sys/cam/ctl/
H A Dscsi_ctl.c480 xpt_setup_ccb(&ccb.ccb_h, periph->path, CAM_PRIORITY_NONE); in ctlferegister()
525 xpt_setup_ccb(&new_ccb->ccb_h, periph->path, CAM_PRIORITY_NONE); in ctlferegister()
572 xpt_setup_ccb(&new_ccb->ccb_h, periph->path, CAM_PRIORITY_NONE); in ctlferegister()
615 xpt_setup_ccb(&ccb.ccb_h, periph->path, CAM_PRIORITY_NONE); in ctlfeoninvalidate()
1006 xpt_setup_ccb_flags(&ccb->ccb_h, periph->path, CAM_PRIORITY_NONE, in ctlfe_requeue_ccb()
1538 xpt_setup_ccb(&ccb->ccb_h, path, CAM_PRIORITY_NONE); in ctlfe_onoffline()
/freebsd/sys/dev/sdio/
H A Dsdiob.c153 xpt_setup_ccb(&sc->ccb->ccb_h, sc->periph->path, CAM_PRIORITY_NONE); in sdiob_rw_direct_sc()
253 xpt_setup_ccb(&sc->ccb->ccb_h, sc->periph->path, CAM_PRIORITY_NONE); in sdiob_rw_extended_cam()
982 xpt_setup_ccb(&sc->ccb->ccb_h, periph->path, CAM_PRIORITY_NONE); in sdiobdiscover()
/freebsd/sys/cam/nvme/
H A Dnvme_xpt.c637 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in nvme_device_transport()
/freebsd/sys/cam/mmc/
H A Dmmc_da.c1080 CAM_PRIORITY_NONE); in sdda_start_init_task()
1548 xpt_setup_ccb(&cpi.ccb_h, periph->path, CAM_PRIORITY_NONE); in sdda_add_part()