/freebsd/sys/cam/ata/ |
H A D | ata_xpt.c | 395 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 D | ata_pmp.c | 445 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 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 | 253 periph->scheduled_priority = CAM_PRIORITY_NONE; in cam_periph_alloc() 254 periph->immediate_priority = CAM_PRIORITY_NONE; in cam_periph_alloc()
|
H A D | cam_xpt.c | 3243 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 D | scsi_xpt.c | 1039 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 D | scsi_target.c | 543 if (priority == CAM_PRIORITY_NONE) { in targwrite()
|
H A D | scsi_da.c | 2417 xpt_setup_ccb(&cts.ccb_h, periph->path, CAM_PRIORITY_NONE); in dasysctlinit()
|
/freebsd/sys/cam/ctl/ |
H A D | scsi_ctl.c | 480 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 D | sdiob.c | 153 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 D | nvme_xpt.c | 637 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in nvme_device_transport()
|
/freebsd/sys/cam/mmc/ |
H A D | mmc_da.c | 1080 CAM_PRIORITY_NONE); in sdda_start_init_task() 1548 xpt_setup_ccb(&cpi.ccb_h, periph->path, CAM_PRIORITY_NONE); in sdda_add_part()
|