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

/drivers/scsi/arm/
H A 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 in struct:acornscsi_hostdata
H A Dacornscsi.c503 ptr = host->status_ptr[target] - STATUS_BUFFER_TO_PRINT;
512 for (; ptr != host->status_ptr[target]; ptr = (ptr + 1) & (STATUS_BUFFER_SIZE - 1)) {
2836 statptr = host->status_ptr[devidx] - 10;
2843 for (; statptr != host->status_ptr[devidx]; statptr = (statptr + 1) & (STATUS_BUFFER_SIZE - 1)) {
/drivers/gpu/drm/savage/
H A Dsavage_bci.c53 status = dev_priv->status_ptr[0];
127 status = dev_priv->status_ptr[1];
170 if (dev_priv->status_ptr) {
172 count = dev_priv->status_ptr[1023];
184 if (dev_priv->status_ptr)
185 dev_priv->status_ptr[1023] = (uint32_t) count;
248 if (dev_priv->status_ptr)
249 event = dev_priv->status_ptr[1] & 0xffff;
344 if (dev_priv->status_ptr)
345 event = dev_priv->status_ptr[
[all...]
H A Dsavage_drv.h168 volatile uint32_t *status_ptr, *bci_ptr; member in struct:drm_savage_private
556 if (dev_priv->status_ptr) { \
559 count = dev_priv->status_ptr[1023]; \
/drivers/scsi/isci/
H A Drequest.c2495 * @status_ptr: This parameter specifies the exec status for the I/O.
2505 enum exec_status *status_ptr,
2511 *status_ptr = SAS_OPEN_REJECT;
2520 * @status_ptr: This parameter specifies the exec status for the I/O.
2529 enum exec_status *status_ptr)
2565 *status_ptr = SAS_DEVICE_UNKNOWN;
2567 *status_ptr = SAS_ABORTED_TASK;
2575 *status_ptr = SAS_DEVICE_UNKNOWN;
2577 *status_ptr = SAM_STAT_TASK_ABORTED;
2603 *status_ptr
2501 isci_request_set_open_reject_status( struct isci_request *request, struct sas_task *task, enum service_response *response_ptr, enum exec_status *status_ptr, enum sas_open_rej_reason open_rej_reason) argument
2524 isci_request_handle_controller_specific_errors( struct isci_remote_device *idev, struct isci_request *request, struct sas_task *task, enum service_response *response_ptr, enum exec_status *status_ptr) argument
[all...]

Completed in 415 milliseconds