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

/drivers/scsi/aacraid/
H A Dsrc.c61 if (dev->host_rrq[index] == 0) {
69 if (dev->host_rrq[index] != 0)
77 handle = (dev->host_rrq[index] & 0x7fffffff);
87 dev->host_rrq[index++] = 0;
H A Dcomminit.c79 dev->host_rrq = (u32 *)(base + fibsize);
81 memset(dev->host_rrq, 0, host_rrq_size);
H A Daacraid.h1064 u32 *host_rrq; /* response queue member in struct:aac_dev
/drivers/scsi/
H A Dipr.c7317 memset(ioa_cfg->host_rrq, 0, sizeof(u32) * IPR_NUM_CMD_BLKS);
7320 ioa_cfg->hrrq_start = ioa_cfg->host_rrq;
7321 ioa_cfg->hrrq_end = &ioa_cfg->host_rrq[IPR_NUM_CMD_BLKS - 1];
8311 ioa_cfg->host_rrq, ioa_cfg->host_rrq_dma);
8467 ioa_cfg->host_rrq = pci_alloc_consistent(ioa_cfg->pdev,
8471 if (!ioa_cfg->host_rrq)
8517 ioa_cfg->host_rrq, ioa_cfg->host_rrq_dma);
H A Dipr.h1455 __be32 *host_rrq; member in struct:ipr_ioa_cfg

Completed in 1205 milliseconds