Lines Matching refs:comm

248 	 *	 Place the Printf buffer area after the Fast I/O comm area.
375 struct aac_queue_block * comm = dev->queues;
397 comm->queue[HostNormCmdQueue].base = queues;
398 aac_queue_init(dev, &comm->queue[HostNormCmdQueue], headers, HOST_NORM_CMD_ENTRIES);
403 comm->queue[HostHighCmdQueue].base = queues;
404 aac_queue_init(dev, &comm->queue[HostHighCmdQueue], headers, HOST_HIGH_CMD_ENTRIES);
410 comm->queue[AdapNormCmdQueue].base = queues;
411 aac_queue_init(dev, &comm->queue[AdapNormCmdQueue], headers, ADAP_NORM_CMD_ENTRIES);
417 comm->queue[AdapHighCmdQueue].base = queues;
418 aac_queue_init(dev, &comm->queue[AdapHighCmdQueue], headers, ADAP_HIGH_CMD_ENTRIES);
424 comm->queue[HostNormRespQueue].base = queues;
425 aac_queue_init(dev, &comm->queue[HostNormRespQueue], headers, HOST_NORM_RESP_ENTRIES);
430 comm->queue[HostHighRespQueue].base = queues;
431 aac_queue_init(dev, &comm->queue[HostHighRespQueue], headers, HOST_HIGH_RESP_ENTRIES);
437 comm->queue[AdapNormRespQueue].base = queues;
438 aac_queue_init(dev, &comm->queue[AdapNormRespQueue], headers, ADAP_NORM_RESP_ENTRIES);
444 comm->queue[AdapHighRespQueue].base = queues;
445 aac_queue_init(dev, &comm->queue[AdapHighRespQueue], headers, ADAP_HIGH_RESP_ENTRIES);
447 comm->queue[AdapNormCmdQueue].lock = comm->queue[HostNormRespQueue].lock;
448 comm->queue[AdapHighCmdQueue].lock = comm->queue[HostHighRespQueue].lock;
449 comm->queue[AdapNormRespQueue].lock = comm->queue[HostNormCmdQueue].lock;
450 comm->queue[AdapHighRespQueue].lock = comm->queue[HostHighCmdQueue].lock;
517 * Check the preferred comm settings, defaults from template.
639 printk(KERN_ERR "Error could not allocate comm region.\n");