Searched refs:MSIxIndex (Results 1 - 6 of 6) sorted by relevance

/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.h307 u8 MSIxIndex; /* 0x01 */ member in struct:MPI2_DEFAULT_REQUEST_DESCRIPTOR
316 u8 MSIxIndex; /* 0x01 */ member in struct:MPI2_HIGH_PRIORITY_REQUEST_DESCRIPTOR
325 u8 MSIxIndex; /* 0x01 */ member in struct:MPI2_SCSI_IO_REQUEST_DESCRIPTOR
334 u8 MSIxIndex; /* 0x01 */ member in struct:MPI2_SCSI_TARGET_REQUEST_DESCRIPTOR
343 u8 MSIxIndex; /* 0x01 */ member in struct:MPI2_RAID_ACCEL_REQUEST_DESCRIPTOR
369 u8 MSIxIndex; /* 0x01 */ member in struct:MPI2_DEFAULT_REPLY_DESCRIPTOR
377 u8 MSIxIndex; /* 0x01 */ member in struct:MPI2_ADDRESS_REPLY_DESCRIPTOR
385 u8 MSIxIndex; /* 0x01 */ member in struct:MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR
394 u8 MSIxIndex; /* 0x01 */ member in struct:MPI2_TARGETASSIST_SUCCESS_REPLY_DESCRIPTOR
404 u8 MSIxIndex; /* member in struct:MPI2_TARGET_COMMAND_BUFFER_REPLY_DESCRIPTOR
414 u8 MSIxIndex; /* 0x01 */ member in struct:MPI2_RAID_ACCELERATOR_SUCCESS_REPLY_DESCRIPTOR
[all...]
H A Dmegaraid_sas_fusion.c1432 cmd->request_desc->SCSIIO.MSIxIndex = instance->msix_vectors ?
1705 complete_cmd_fusion(struct megasas_instance *instance, u32 MSIxIndex) argument
1725 desc += ((MSIxIndex * fusion->reply_alloc_sz)/
1727 fusion->last_reply_idx[MSIxIndex];
1800 fusion->last_reply_idx[MSIxIndex]++;
1801 if (fusion->last_reply_idx[MSIxIndex] >=
1803 fusion->last_reply_idx[MSIxIndex] = 0;
1809 if (!fusion->last_reply_idx[MSIxIndex])
1811 ((MSIxIndex * fusion->reply_alloc_sz)/
1832 writel((MSIxIndex << 2
1850 u32 count, MSIxIndex; local
[all...]
H A Dmegaraid_sas.h1284 u32 MSIxIndex; member in struct:megasas_irq_context
H A Dmegaraid_sas_base.c4112 instance->irq_context[i].MSIxIndex = i;
4128 instance->irq_context[0].MSIxIndex = 0;
4426 instance->irq_context[i].MSIxIndex = i;
4442 instance->irq_context[0].MSIxIndex = 0;
/drivers/scsi/mpt2sas/mpi/
H A Dmpi2.h50 * field with MSIxIndex field.
289 U8 MSIxIndex; /* 0x01 */ member in struct:_MPI2_DEFAULT_REQUEST_DESCRIPTOR
312 U8 MSIxIndex; /* 0x01 */ member in struct:_MPI2_HIGH_PRIORITY_REQUEST_DESCRIPTOR
326 U8 MSIxIndex; /* 0x01 */ member in struct:_MPI2_SCSI_IO_REQUEST_DESCRIPTOR
339 U8 MSIxIndex; /* 0x01 */ member in struct:_MPI2_SCSI_TARGET_REQUEST_DESCRIPTOR
352 U8 MSIxIndex; /* 0x01 */ member in struct:_MPI2_RAID_ACCEL_REQUEST_DESCRIPTOR
381 U8 MSIxIndex; /* 0x01 */ member in struct:_MPI2_DEFAULT_REPLY_DESCRIPTOR
404 U8 MSIxIndex; /* 0x01 */ member in struct:_MPI2_ADDRESS_REPLY_DESCRIPTOR
417 U8 MSIxIndex; /* 0x01 */ member in struct:_MPI2_SCSI_IO_SUCCESS_REPLY_DESCRIPTOR
431 U8 MSIxIndex; /* member in struct:_MPI2_TARGETASSIST_SUCCESS_REPLY_DESCRIPTOR
446 U8 MSIxIndex; /* 0x01 */ member in struct:_MPI2_TARGET_COMMAND_BUFFER_REPLY_DESCRIPTOR
463 U8 MSIxIndex; /* 0x01 */ member in struct:_MPI2_RAID_ACCELERATOR_SUCCESS_REPLY_DESCRIPTOR
[all...]
/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.c1807 descriptor.SCSIIO.MSIxIndex = _base_get_msix_index(ioc);
1831 descriptor.HighPriority.MSIxIndex = 0;
1853 descriptor.Default.MSIxIndex = _base_get_msix_index(ioc);
1878 descriptor.SCSITarget.MSIxIndex = _base_get_msix_index(ioc);

Completed in 96 milliseconds