Lines Matching defs:qla1280_isr
122 run qla1280_isr() from ql1280_mailbox_command()
136 - Grab host->host_lock while calling qla1280_isr() from abort()
418 static void qla1280_isr(struct scsi_qla_host *, struct list_head *);
1099 qla1280_isr(ha, &ha->done_q);
2522 qla1280_isr(ha, &done_q);
3336 * qla1280_isr
3344 qla1280_isr(struct scsi_qla_host *ha, struct list_head *done_q)
3354 ENTER("qla1280_isr");
3369 /* dprintk(1, "qla1280_isr: In Get mailbox data \n"); */
3389 dprintk(5, "qla1280_isr: mailbox interrupt mailbox[0] = 0x%x",
3395 dprintk(5, "qla1280_isr: mailbox SCSI response "
3433 printk(KERN_DEBUG "qla1280_isr(): index %i "
3455 dprintk(2, "qla1280_isr: asynchronous WAKEUP_THRES\n");
3460 "qla1280_isr: asynchronous TIMEOUT_RESET\n");
3464 printk(KERN_INFO "qla1280_isr(): asynchronous "
3474 "qla1280_isr: asynchronous BUS_MODE_CHANGE\n");
3478 /* dprintk(1, "qla1280_isr: default case of switch MB \n"); */
3499 dprintk(2, "qla1280_isr: Response pointer Error\n");
3509 dprintk(5, "qla1280_isr: ha->rsp_ring_index = 0x%x, mailbox[5]"
3511 dprintk(5,"qla1280_isr: response packet data\n");
3517 dprintk(2, "qla1280_isr: ha->rsp_ring_index = "
3525 dprintk(2, "qla1280_isr: ha->rsp_ring_index = "
3528 dprintk(2, "qla1280_isr: response packet data\n");
3553 LEAVE("qla1280_isr");