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

/drivers/scsi/megaraid/
H A Dmegaraid_mbox.h94 #define MBOX_MAX_SCSI_CMDS 128 // number of cmds reserved for kernel macro
197 struct mraid_pci_blk mbox_pool[MBOX_MAX_SCSI_CMDS];
199 struct mraid_pci_blk epthru_pool[MBOX_MAX_SCSI_CMDS];
201 struct mraid_pci_blk sg_pool[MBOX_MAX_SCSI_CMDS];
203 mbox_ccb_t ccb_list[MBOX_MAX_SCSI_CMDS];
H A Dmegaraid_mbox.c350 if (qdepth > MBOX_MAX_SCSI_CMDS)
351 qdepth = MBOX_MAX_SCSI_CMDS;
391 if (megaraid_cmd_per_lun > MBOX_MAX_SCSI_CMDS) {
395 MBOX_MAX_SCSI_CMDS));
397 megaraid_cmd_per_lun = MBOX_MAX_SCSI_CMDS;
1057 adapter->kscb_list = kcalloc(MBOX_MAX_SCSI_CMDS, sizeof(scb_t), GFP_KERNEL);
1079 for (i = 0; i < MBOX_MAX_SCSI_CMDS; i++) {
1193 for (i = 0; i < MBOX_MAX_SCSI_CMDS; i++) {
1219 for (i = 0; i < MBOX_MAX_SCSI_CMDS; i++) {
1242 for (i = 0; i < MBOX_MAX_SCSI_CMDS;
[all...]

Completed in 78 milliseconds