Home
last modified time | relevance | path

Searched refs:ISCI_REMOTE_DEVICE (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/isci/
H A Disci.h88 struct ISCI_REMOTE_DEVICE { struct
126 struct ISCI_REMOTE_DEVICE *da_remote_device; argument
179 struct ISCI_REMOTE_DEVICE *remote_device[SCI_MAX_REMOTE_DEVICES];
190 SCI_POOL_CREATE(remote_device_pool, struct ISCI_REMOTE_DEVICE *, SCI_MAX_REMOTE_DEVICES);
260 void isci_remote_device_reset(struct ISCI_REMOTE_DEVICE *remote_device,
270 struct ISCI_REMOTE_DEVICE *remote_device);
273 struct ISCI_REMOTE_DEVICE *remote_device, lun_id_t lun);
276 struct ISCI_REMOTE_DEVICE *remote_device, lun_id_t lun);
279 struct ISCI_REMOTE_DEVICE * remote_device);
H A Disci_domain.c154 struct ISCI_REMOTE_DEVICE *remote_device = in scif_cb_domain_ready()
202 struct ISCI_REMOTE_DEVICE *remote_device; in scif_cb_domain_da_device_added()
215 (uint8_t*)remote_device + sizeof(struct ISCI_REMOTE_DEVICE), in scif_cb_domain_da_device_added()
251 struct ISCI_REMOTE_DEVICE *remote_device; in scif_cb_domain_ea_device_added()
260 (uint8_t*)remote_device + sizeof(struct ISCI_REMOTE_DEVICE), in scif_cb_domain_ea_device_added()
292 struct ISCI_REMOTE_DEVICE *isci_remote_device = in scif_cb_domain_device_removed()
293 (struct ISCI_REMOTE_DEVICE *)sci_object_get_association(remote_device); in scif_cb_domain_device_removed()
H A Disci_remote_device.c64 struct ISCI_REMOTE_DEVICE *isci_remote_device = in scif_cb_remote_device_ready()
143 isci_remote_device_reset(struct ISCI_REMOTE_DEVICE *remote_device, in isci_remote_device_reset()
215 isci_remote_device_get_bitrate(struct ISCI_REMOTE_DEVICE *remote_device) in isci_remote_device_get_bitrate()
259 isci_remote_device_freeze_lun_queue(struct ISCI_REMOTE_DEVICE *remote_device, in isci_remote_device_freeze_lun_queue()
275 isci_remote_device_release_lun_queue(struct ISCI_REMOTE_DEVICE *remote_device, in isci_remote_device_release_lun_queue()
292 struct ISCI_REMOTE_DEVICE *device) in isci_remote_device_release_device_queue()
H A Disci_task_request.c183 struct ISCI_REMOTE_DEVICE *isci_remote_device = in isci_task_request_complete()
184 (struct ISCI_REMOTE_DEVICE *)sci_object_get_association(remote_device); in isci_task_request_complete()
185 struct ISCI_REMOTE_DEVICE *pending_remote_device; in isci_task_request_complete()
H A Disci_controller.c506 uint32_t remote_device_size = sizeof(struct ISCI_REMOTE_DEVICE) + in isci_controller_allocate_memory()
518 struct ISCI_REMOTE_DEVICE *remote_device = in isci_controller_allocate_memory()
519 (struct ISCI_REMOTE_DEVICE *)remote_device_memory_ptr; in isci_controller_allocate_memory()
700 struct ISCI_REMOTE_DEVICE *remote_device; in isci_action()
752 struct ISCI_REMOTE_DEVICE *remote_device = in isci_action()
794 struct ISCI_REMOTE_DEVICE *dev; in isci_controller_release_queued_ccbs()
H A Disci_io_request.c86 struct ISCI_REMOTE_DEVICE *isci_remote_device; in isci_io_request_complete()
94 (struct ISCI_REMOTE_DEVICE *) sci_object_get_association(remote_device); in isci_io_request_complete()
745 struct ISCI_REMOTE_DEVICE *device = in isci_io_request_execute_scsi_io()
793 struct ISCI_REMOTE_DEVICE *remote_device = (struct ISCI_REMOTE_DEVICE *) in isci_io_request_timeout()
927 struct ISCI_REMOTE_DEVICE *end_device = controller->remote_device[target_id]; in isci_io_request_execute_smp_io()
H A Disci_sysctl.c85 struct ISCI_REMOTE_DEVICE *remote_device = in isci_sysctl_reset_remote_devices()
200 struct ISCI_REMOTE_DEVICE *device; in isci_sysctl_log_frozen_lun_masks()