Searched refs:status_ptr (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/scsi/arm/ |
| A D | acornscsi.h | 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
|
| A D | acornscsi.c | 490 ptr = host->status_ptr[target] - STATUS_BUFFER_TO_PRINT; in acornscsi_dumplogline() 499 for (; ptr != host->status_ptr[target]; ptr = (ptr + 1) & (STATUS_BUFFER_SIZE - 1)) { in acornscsi_dumplogline() 2734 statptr = host->status_ptr[devidx] - 10; in acornscsi_show_info() 2741 for (; statptr != host->status_ptr[devidx]; statptr = (statptr + 1) & (STATUS_BUFFER_SIZE - 1)) { in acornscsi_show_info()
|
| /linux/drivers/gpu/drm/savage/ |
| A D | savage_bci.c | 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() 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() 852 dev_priv->status_ptr = in savage_do_init_bci() 858 dev_priv->status_ptr = NULL; in savage_do_init_bci() [all …]
|
| A D | savage_drv.h | 172 volatile uint32_t *status_ptr, *bci_ptr; member 562 if (dev_priv->status_ptr) { \ 565 count = dev_priv->status_ptr[1023]; \
|
| /linux/drivers/scsi/isci/ |
| A D | request.c | 2495 enum exec_status *status_ptr, in isci_request_set_open_reject_status() argument 2521 enum exec_status *status_ptr) in isci_request_handle_controller_specific_errors() argument 2557 *status_ptr = SAS_DEVICE_UNKNOWN; in isci_request_handle_controller_specific_errors() 2559 *status_ptr = SAS_ABORTED_TASK; in isci_request_handle_controller_specific_errors() 2567 *status_ptr = SAS_DEVICE_UNKNOWN; in isci_request_handle_controller_specific_errors() 2595 *status_ptr = SAS_DEVICE_UNKNOWN; in isci_request_handle_controller_specific_errors() 2597 *status_ptr = SAS_ABORTED_TASK; in isci_request_handle_controller_specific_errors() 2609 request, task, response_ptr, status_ptr, in isci_request_handle_controller_specific_errors() 2619 request, task, response_ptr, status_ptr, in isci_request_handle_controller_specific_errors() 2626 request, task, response_ptr, status_ptr, in isci_request_handle_controller_specific_errors() [all …]
|
| /linux/sound/pci/cs46xx/ |
| A D | cs46xx_dsp_scb_types.h | 831 status_ptr,
|
Completed in 24 milliseconds