Home
last modified time | relevance | path

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

/linux-5.19.10/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.c494 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()
/linux-5.19.10/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]; \
/linux-5.19.10/drivers/scsi/isci/
Drequest.c2496 enum exec_status *status_ptr, in isci_request_set_open_reject_status() argument
2502 *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() argument
2558 *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 …]
/linux-5.19.10/sound/pci/cs46xx/
Dcs46xx_dsp_scb_types.h831 status_ptr,