Searched refs:CAM_PRIORITY_NONE (Results 1 – 11 of 11) sorted by relevance
| /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_xpt.h | 155 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 D | cam.h | 97 #define CAM_PRIORITY_NONE (uint32_t)-1 macro 435 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 | 2546 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 D | scsi_xpt.c | 1075 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 D | scsi_target.c | 544 if (priority == CAM_PRIORITY_NONE) { in targwrite()
|
| H A D | scsi_da.c | 2428 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() 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 D | nvme_xpt.c | 639 xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NONE); in nvme_device_transport()
|