Searched refs:frozen_lun_mask (Results 1 – 5 of 5) sorted by relevance
262 if (!(remote_device->frozen_lun_mask & (1 << lun))) { in isci_remote_device_freeze_lun_queue()270 remote_device->frozen_lun_mask |= (1 << lun); in isci_remote_device_freeze_lun_queue()278 if (remote_device->frozen_lun_mask & (1 << lun)) { in isci_remote_device_release_lun_queue()281 remote_device->frozen_lun_mask &= ~(1 << lun); in isci_remote_device_release_lun_queue()
93 uint32_t frozen_lun_mask; member
218 i, j, device->frozen_lun_mask); in isci_sysctl_log_frozen_lun_masks()
524 remote_device->frozen_lun_mask = 0; in isci_controller_allocate_memory()
261 if (isci_remote_device->frozen_lun_mask != 0) { in isci_io_request_complete()