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);
572 #define ENTER(x) dprintk(3, "qla1280 : Entering %s()\n", x);
573 #define LEAVE(x) dprintk(3, "qla1280 : Leaving %s()\n", x);
574 #define ENTER_INTR(x) dprintk(4, "qla1280 : Entering %s()\n", x);
575 #define LEAVE_INTR(x) dprintk(4, "qla1280 : Leaving %s()\n", x);
879 dprintk(1, "qla1280: RISC aborting command\n");
903 printk(KERN_INFO "qla1280(%ld:%d): Issued bus "
1381 dprintk(1, "qla1280 ISP status: host status (%s) scsi status %x\n",
1619 printk(KERN_INFO "qla1280: Wrong product ID = "
1651 printk(KERN_INFO "qla1280: Failed mbox check\n");
1937 dprintk(1, "qla1280 : initiator scsi id bus[0]=%d\n",
1939 dprintk(1, "qla1280 : initiator scsi id bus[1]=%d\n",
1942 dprintk(1, "qla1280 : bus reset delay[0]=%d\n",
1944 dprintk(1, "qla1280 : bus reset delay[1]=%d\n",
1947 dprintk(1, "qla1280 : retry count[0]=%d\n", nv->bus[0].retry_count);
1948 dprintk(1, "qla1280 : retry delay[0]=%d\n", nv->bus[0].retry_delay);
1949 dprintk(1, "qla1280 : retry count[1]=%d\n", nv->bus[1].retry_count);
1950 dprintk(1, "qla1280 : retry delay[1]=%d\n", nv->bus[1].retry_delay);
1952 dprintk(1, "qla1280 : async data setup time[0]=%d\n",
1954 dprintk(1, "qla1280 : async data setup time[1]=%d\n",
1957 dprintk(1, "qla1280 : req/ack active negation[0]=%d\n",
1959 dprintk(1, "qla1280 : req/ack active negation[1]=%d\n",
1962 dprintk(1, "qla1280 : data line active negation[0]=%d\n",
1964 dprintk(1, "qla1280 : data line active negation[1]=%d\n",
1967 dprintk(1, "qla1280 : disable loading risc code=%d\n",
1970 dprintk(1, "qla1280 : enable 64bit addressing=%d\n",
1973 dprintk(1, "qla1280 : selection timeout limit[0]=%d\n",
1975 dprintk(1, "qla1280 : selection timeout limit[1]=%d\n",
1978 dprintk(1, "qla1280 : max queue depth[0]=%d\n",
1980 dprintk(1, "qla1280 : max queue depth[1]=%d\n",
3423 "qla1280: ISP invalid handle\n");
3439 "qla1280: ISP System Error - mbx1=%xh, mbx2="
3446 "qla1280: ISP Request Transfer Error\n");
3451 "qla1280: ISP Response Transfer Error\n");
3620 printk(KERN_WARNING "qla1280: Status Entry invalid handle\n");
3740 printk(KERN_WARNING "!qla1280: Error Entry invalid handle");
3814 "qla1280: ISP error recovery failed, board disabled");
4093 printk(KERN_INFO "qla1280: unknown boot option %s\n",
4132 .proc_name = "qla1280",
4160 "qla1280: Skipping AMI SubSys Vendor ID Chip\n");
4164 printk(KERN_INFO "qla1280: %s found on PCI bus %i, dev %i\n",
4169 "qla1280: Failed to enabled pci device, aborting.\n");
4179 "qla1280: Failed to register host, aborting.\n");
4213 printk(KERN_INFO "qla1280: Failed to get request memory\n");
4221 printk(KERN_INFO "qla1280: Failed to get response memory\n");
4242 printk(KERN_INFO "qla1280: Unable to map I/O memory\n");
4250 if (!request_region(host->io_port, 0xff, "qla1280")) {
4251 printk(KERN_INFO "qla1280: Failed to reserve i/o region "
4266 "qla1280", ha)) {
4267 printk("qla1280 : Failed to reserve interrupt %d already "
4348 .name = "qla1280",
4359 "qla1280: struct srb too big, aborting\n");
4365 * If we are called as a module, the qla1280 pointer may not be null
4372 * append="qla1280=verbose,max_tags:{{255,255,255,255},{255,255,255,255}}"
4376 if (qla1280)
4377 qla1280_setup(qla1280);