Home
last modified time | relevance | path

Searched refs:CAM_PRIORITY_NONE (Results 1 – 11 of 11) 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_xpt.h155 xpt_setup_ccb(&cpi->ccb_h, path, CAM_PRIORITY_NONE); in xpt_path_inq()
168 xpt_setup_ccb(&cgd->ccb_h, path, CAM_PRIORITY_NONE); in xpt_gdev_type()
H A Dcam.h97 #define CAM_PRIORITY_NONE (uint32_t)-1 macro
435 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.c2546 start_ccb->ccb_h.pinfo.priority != CAM_PRIORITY_NONE, in xpt_action()
3272 periph->immediate_priority)) != CAM_PRIORITY_NONE && in xpt_run_allocq()
3291 periph->immediate_priority = CAM_PRIORITY_NONE; in xpt_run_allocq()
3298 periph->scheduled_priority = CAM_PRIORITY_NONE; in xpt_run_allocq()
/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c1075 xpt_setup_ccb(&cts.ccb_h, periph->path, CAM_PRIORITY_NONE); in proberequestdefaultnegotiation()
1097 xpt_setup_ccb(&cts.ccb_h, periph->path, CAM_PRIORITY_NONE); in proberequestbackoff()
2036 CAM_PRIORITY_NONE); in scsi_scan_bus()
2573 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in scsi_devise_transport()
2842 xpt_setup_ccb(&cur_cts.ccb_h, path, CAM_PRIORITY_NONE); in scsi_set_transfer_settings()
3026 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.c2428 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()
617 xpt_setup_ccb(&ccb.ccb_h, periph->path, CAM_PRIORITY_NONE); in ctlfeoninvalidate()
1540 xpt_setup_ccb(&ccb->ccb_h, path, CAM_PRIORITY_NONE); in ctlfe_onoffline()
/freebsd/sys/cam/nvme/
H A Dnvme_xpt.c639 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in nvme_device_transport()