Home
last modified time | relevance | path

Searched refs:status_ptr (Results 1 – 5 of 5) sorted by relevance

/drivers/scsi/arm/
Dacornscsi.h263 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
Dacornscsi.c500 ptr = host->status_ptr[target] - STATUS_BUFFER_TO_PRINT; in acornscsi_dumplogline()
509 for (; ptr != host->status_ptr[target]; ptr = (ptr + 1) & (STATUS_BUFFER_SIZE - 1)) { in acornscsi_dumplogline()
2835 statptr = host->status_ptr[devidx] - 10; in acornscsi_show_info()
2842 for (; statptr != host->status_ptr[devidx]; statptr = (statptr + 1) & (STATUS_BUFFER_SIZE - 1)) { in acornscsi_show_info()
/drivers/gpu/drm/savage/
Dsavage_bci.c62 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 …]
Dsavage_drv.h172 volatile uint32_t *status_ptr, *bci_ptr; member
562 if (dev_priv->status_ptr) { \
565 count = dev_priv->status_ptr[1023]; \
/drivers/scsi/isci/
Drequest.c2505 enum exec_status *status_ptr, in isci_request_set_open_reject_status() argument
2511 *status_ptr = SAS_OPEN_REJECT; in isci_request_set_open_reject_status()
2529 enum exec_status *status_ptr) in isci_request_handle_controller_specific_errors() argument
2565 *status_ptr = SAS_DEVICE_UNKNOWN; in isci_request_handle_controller_specific_errors()
2567 *status_ptr = SAS_ABORTED_TASK; in isci_request_handle_controller_specific_errors()
2575 *status_ptr = SAS_DEVICE_UNKNOWN; in isci_request_handle_controller_specific_errors()
2577 *status_ptr = SAS_SAM_STAT_TASK_ABORTED; in isci_request_handle_controller_specific_errors()
2603 *status_ptr = SAS_DEVICE_UNKNOWN; in isci_request_handle_controller_specific_errors()
2605 *status_ptr = SAS_ABORTED_TASK; in isci_request_handle_controller_specific_errors()
2617 request, task, response_ptr, status_ptr, in isci_request_handle_controller_specific_errors()
[all …]