Lines Matching defs:qla1280

119 	- Update SCSI firmware to qla1280 v8.15.00 and qla12160 v10.04.32
129 - Clean up qla1280.h - remove obsolete QL_DEBUG_LEVEL_x definitions
163 - Remove bogus timer_t typedef from qla1280.h
242 - Enabled /proc/scsi/qla1280 interface.
243 - Clear /proc/scsi/qla1280 counters in detect().
248 above as qla1280
289 qla1280: 8.09.00
371 #include "qla1280.h"
471 static char *qla1280;
473 /* insmod qla1280 options=verbose" */
474 module_param(qla1280, charp, 0);
476 __setup("qla1280=", qla1280_setup);
564 #define ENTER(x) dprintk(3, "qla1280 : Entering %s()\n", x);
565 #define LEAVE(x) dprintk(3, "qla1280 : Leaving %s()\n", x);
566 #define ENTER_INTR(x) dprintk(4, "qla1280 : Entering %s()\n", x);
567 #define LEAVE_INTR(x) dprintk(4, "qla1280 : Leaving %s()\n", x);
869 dprintk(1, "qla1280: RISC aborting command\n");
893 printk(KERN_INFO "qla1280(%ld:%d): Issued bus "
1371 dprintk(1, "qla1280 ISP status: host status (%s) scsi status %x\n",
1609 printk(KERN_INFO "qla1280: Wrong product ID = "
1641 printk(KERN_INFO "qla1280: Failed mbox check\n");
1927 dprintk(1, "qla1280 : initiator scsi id bus[0]=%d\n",
1929 dprintk(1, "qla1280 : initiator scsi id bus[1]=%d\n",
1932 dprintk(1, "qla1280 : bus reset delay[0]=%d\n",
1934 dprintk(1, "qla1280 : bus reset delay[1]=%d\n",
1937 dprintk(1, "qla1280 : retry count[0]=%d\n", nv->bus[0].retry_count);
1938 dprintk(1, "qla1280 : retry delay[0]=%d\n", nv->bus[0].retry_delay);
1939 dprintk(1, "qla1280 : retry count[1]=%d\n", nv->bus[1].retry_count);
1940 dprintk(1, "qla1280 : retry delay[1]=%d\n", nv->bus[1].retry_delay);
1942 dprintk(1, "qla1280 : async data setup time[0]=%d\n",
1944 dprintk(1, "qla1280 : async data setup time[1]=%d\n",
1947 dprintk(1, "qla1280 : req/ack active negation[0]=%d\n",
1949 dprintk(1, "qla1280 : req/ack active negation[1]=%d\n",
1952 dprintk(1, "qla1280 : data line active negation[0]=%d\n",
1954 dprintk(1, "qla1280 : data line active negation[1]=%d\n",
1957 dprintk(1, "qla1280 : disable loading risc code=%d\n",
1960 dprintk(1, "qla1280 : enable 64bit addressing=%d\n",
1963 dprintk(1, "qla1280 : selection timeout limit[0]=%d\n",
1965 dprintk(1, "qla1280 : selection timeout limit[1]=%d\n",
1968 dprintk(1, "qla1280 : max queue depth[0]=%d\n",
1970 dprintk(1, "qla1280 : max queue depth[1]=%d\n",
3413 "qla1280: ISP invalid handle\n");
3429 "qla1280: ISP System Error - mbx1=%xh, mbx2="
3436 "qla1280: ISP Request Transfer Error\n");
3441 "qla1280: ISP Response Transfer Error\n");
3610 printk(KERN_WARNING "qla1280: Status Entry invalid handle\n");
3730 printk(KERN_WARNING "!qla1280: Error Entry invalid handle");
3804 "qla1280: ISP error recovery failed, board disabled");
4081 printk(KERN_INFO "qla1280: unknown boot option %s\n",
4120 .proc_name = "qla1280",
4149 "qla1280: Skipping AMI SubSys Vendor ID Chip\n");
4153 printk(KERN_INFO "qla1280: %s found on PCI bus %i, dev %i\n",
4158 "qla1280: Failed to enabled pci device, aborting.\n");
4168 "qla1280: Failed to register host, aborting.\n");
4202 printk(KERN_INFO "qla1280: Failed to get request memory\n");
4210 printk(KERN_INFO "qla1280: Failed to get response memory\n");
4231 printk(KERN_INFO "qla1280: Unable to map I/O memory\n");
4239 if (!request_region(host->io_port, 0xff, "qla1280")) {
4240 printk(KERN_INFO "qla1280: Failed to reserve i/o region "
4255 "qla1280", ha)) {
4256 printk("qla1280 : Failed to reserve interrupt %d already "
4337 .name = "qla1280",
4348 * If we are called as a module, the qla1280 pointer may not be null
4355 * append="qla1280=verbose,max_tags:{{255,255,255,255},{255,255,255,255}}"
4359 if (qla1280)
4360 qla1280_setup(qla1280);