Searched refs:IPR_NUM_CMD_BLKS (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/
H A Dipr.c5139 if (unlikely(cmd_index >= IPR_NUM_CMD_BLKS)) {
7231 ((sizeof(u32) * IPR_NUM_CMD_BLKS) >> 8) & 0xff;
7233 (sizeof(u32) * IPR_NUM_CMD_BLKS) & 0xff;
7317 memset(ioa_cfg->host_rrq, 0, sizeof(u32) * IPR_NUM_CMD_BLKS);
7321 ioa_cfg->hrrq_end = &ioa_cfg->host_rrq[IPR_NUM_CMD_BLKS - 1];
8276 for (i = 0; i < IPR_NUM_CMD_BLKS; i++) {
8310 pci_free_consistent(ioa_cfg->pdev, sizeof(u32) * IPR_NUM_CMD_BLKS,
8372 ioa_cfg->ipr_cmnd_list = kcalloc(IPR_NUM_CMD_BLKS, sizeof(struct ipr_cmnd *), GFP_KERNEL);
8373 ioa_cfg->ipr_cmnd_list_dma = kcalloc(IPR_NUM_CMD_BLKS, sizeof(dma_addr_t), GFP_KERNEL);
8380 for (i = 0; i < IPR_NUM_CMD_BLKS;
[all...]
H A Dipr.h157 #define IPR_NUM_CMD_BLKS (IPR_NUM_BASE_CMD_BLKS + \ macro

Completed in 24 milliseconds