hisi_sas: Add cq structure initialization
Each completion queue has a structure. This is mainly for passing to irq handler so we know which queue the irq occured on. Signed-off-by: John Garry <john.garry@huawei.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Tento commit je obsažen v:

odevzdal
Martin K. Petersen

rodič
257efd1f69
revize
9101a0792d
@@ -45,6 +45,11 @@ struct hisi_sas_port {
|
||||
struct asd_sas_port sas_port;
|
||||
};
|
||||
|
||||
struct hisi_sas_cq {
|
||||
struct hisi_hba *hisi_hba;
|
||||
int id;
|
||||
};
|
||||
|
||||
struct hisi_sas_slot {
|
||||
};
|
||||
|
||||
@@ -73,6 +78,8 @@ struct hisi_hba {
|
||||
/* SCSI/SAS glue */
|
||||
struct sas_ha_struct sha;
|
||||
struct Scsi_Host *shost;
|
||||
|
||||
struct hisi_sas_cq cq[HISI_SAS_MAX_QUEUES];
|
||||
struct hisi_sas_phy phy[HISI_SAS_MAX_PHYS];
|
||||
struct hisi_sas_port port[HISI_SAS_MAX_PHYS];
|
||||
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele