Searched refs:status_ptr (Results 1 – 6 of 6) sorted by relevance
263 host->status[(_q)][host->status_ptr[(_q)]].when = jiffies; \264 host->status[(_q)][host->status_ptr[(_q)]].ssr = (_ssr); \265 host->status[(_q)][host->status_ptr[(_q)]].ph = (_ph); \266 host->status[(_q)][host->status_ptr[(_q)]].irq = (_irq); \267 host->status_ptr[(_q)] = (host->status_ptr[(_q)] + 1) & (STATUS_BUFFER_SIZE - 1); \346 unsigned char status_ptr[9]; member
494 ptr = host->status_ptr[target] - STATUS_BUFFER_TO_PRINT; in acornscsi_dumplogline()503 for (; ptr != host->status_ptr[target]; ptr = (ptr + 1) & (STATUS_BUFFER_SIZE - 1)) { in acornscsi_dumplogline()2741 statptr = host->status_ptr[devidx] - 10; in acornscsi_show_info()2748 for (; statptr != host->status_ptr[devidx]; statptr = (statptr + 1) & (STATUS_BUFFER_SIZE - 1)) { in acornscsi_show_info()
62 status = dev_priv->status_ptr[0]; in savage_bci_wait_fifo_shadow()136 status = dev_priv->status_ptr[1]; in savage_bci_wait_event_shadow()179 if (dev_priv->status_ptr) { in savage_bci_emit_event()181 count = dev_priv->status_ptr[1023]; in savage_bci_emit_event()193 if (dev_priv->status_ptr) in savage_bci_emit_event()194 dev_priv->status_ptr[1023] = (uint32_t) count; in savage_bci_emit_event()257 if (dev_priv->status_ptr) in savage_freelist_get()258 event = dev_priv->status_ptr[1] & 0xffff; in savage_freelist_get()354 if (dev_priv->status_ptr) in savage_dma_wait()355 event = dev_priv->status_ptr[1] & 0xffff; in savage_dma_wait()[all …]
172 volatile uint32_t *status_ptr, *bci_ptr; member562 if (dev_priv->status_ptr) { \565 count = dev_priv->status_ptr[1023]; \
2496 enum exec_status *status_ptr, in isci_request_set_open_reject_status() argument2502 *status_ptr = SAS_OPEN_REJECT; in isci_request_set_open_reject_status()2522 enum exec_status *status_ptr) in isci_request_handle_controller_specific_errors() argument2558 *status_ptr = SAS_DEVICE_UNKNOWN; in isci_request_handle_controller_specific_errors()2560 *status_ptr = SAS_ABORTED_TASK; in isci_request_handle_controller_specific_errors()2568 *status_ptr = SAS_DEVICE_UNKNOWN; in isci_request_handle_controller_specific_errors()2570 *status_ptr = SAS_SAM_STAT_TASK_ABORTED; in isci_request_handle_controller_specific_errors()2596 *status_ptr = SAS_DEVICE_UNKNOWN; in isci_request_handle_controller_specific_errors()2598 *status_ptr = SAS_ABORTED_TASK; in isci_request_handle_controller_specific_errors()2610 request, task, response_ptr, status_ptr, in isci_request_handle_controller_specific_errors()[all …]
831 status_ptr,