Home
last modified time | relevance | path

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

/drivers/scsi/arm/
Dacornscsi.h266 host->status[(_q)][host->status_ptr[(_q)]].when = jiffies; \
267 host->status[(_q)][host->status_ptr[(_q)]].ssr = (_ssr); \
268 host->status[(_q)][host->status_ptr[(_q)]].ph = (_ph); \
269 host->status[(_q)][host->status_ptr[(_q)]].irq = (_irq); \
270 host->status_ptr[(_q)] = (host->status_ptr[(_q)] + 1) & (STATUS_BUFFER_SIZE - 1); \
349 unsigned char status_ptr[9]; member
Dacornscsi.c503 ptr = host->status_ptr[target] - STATUS_BUFFER_TO_PRINT; in acornscsi_dumplogline()
512 for (; ptr != host->status_ptr[target]; ptr = (ptr + 1) & (STATUS_BUFFER_SIZE - 1)) { in acornscsi_dumplogline()
2836 statptr = host->status_ptr[devidx] - 10; in acornscsi_show_info()
2843 for (; statptr != host->status_ptr[devidx]; statptr = (statptr + 1) & (STATUS_BUFFER_SIZE - 1)) { in acornscsi_show_info()
/drivers/gpu/drm/savage/
Dsavage_bci.c53 status = dev_priv->status_ptr[0]; in savage_bci_wait_fifo_shadow()
127 status = dev_priv->status_ptr[1]; in savage_bci_wait_event_shadow()
170 if (dev_priv->status_ptr) { in savage_bci_emit_event()
172 count = dev_priv->status_ptr[1023]; in savage_bci_emit_event()
184 if (dev_priv->status_ptr) in savage_bci_emit_event()
185 dev_priv->status_ptr[1023] = (uint32_t) count; in savage_bci_emit_event()
248 if (dev_priv->status_ptr) in savage_freelist_get()
249 event = dev_priv->status_ptr[1] & 0xffff; in savage_freelist_get()
344 if (dev_priv->status_ptr) in savage_dma_wait()
345 event = dev_priv->status_ptr[1] & 0xffff; in savage_dma_wait()
[all …]
Dsavage_drv.h168 volatile uint32_t *status_ptr, *bci_ptr; member
556 if (dev_priv->status_ptr) { \
559 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 = 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 …]