• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/qla4xxx/

Lines Matching defs:mbox_sts

450 	uint32_t mbox_sts[MBOX_AEN_REG_COUNT];
474 mbox_sts[i] = is_qla8022(ha)
482 ha->aen_log.entry[ha->aen_log.count].mbox_sts[i] =
483 mbox_sts[i];
548 printk("scsi%ld: AEN %04x, mbox_sts[2]=%04x, "
549 "mbox_sts[3]=%04x\n", ha->host_no, mbox_sts[0],
550 mbox_sts[2], mbox_sts[3]);
552 /* mbox_sts[2] = Old ACB state
553 * mbox_sts[3] = new ACB state */
554 if ((mbox_sts[3] == ACB_STATE_VALID) &&
555 (mbox_sts[2] == ACB_STATE_TENTATIVE))
557 else if ((mbox_sts[3] == ACB_STATE_ACQUIRING) &&
558 (mbox_sts[2] == ACB_STATE_VALID))
566 "mbox_sts[1]=%04x, mbox_sts[2]=%04x\n",
567 ha->host_no, mbox_sts[0],
568 mbox_sts[1], mbox_sts[2]));
574 DEBUG2(printk("scsi%ld: AEN %04x, mbox_sts[1]=%04x, "
575 "mbox_sts[2]=%04x, mbox_sts[3]=%04x\n",
576 ha->host_no, mbox_sts[0], mbox_sts[1],
577 mbox_sts[2], mbox_sts[3]));
589 ha->aen_q[ha->aen_in].mbox_sts[i] =
590 mbox_sts[i];
595 ha->host_no, ha->aen_in, mbox_sts[0],
596 mbox_sts[1], mbox_sts[2], mbox_sts[3],
597 mbox_sts[4]));
610 mbox_sts[0]));
617 "%04x\n", i, mbox_sts[0],
618 mbox_sts[1], mbox_sts[2],
619 mbox_sts[3]));
627 ha->host_no, mbox_sts[0]));
961 uint32_t mbox_sts[MBOX_AEN_REG_COUNT];
971 mbox_sts[i] = aen->mbox_sts[i];
984 mbox_sts[0], mbox_sts[1], mbox_sts[2],
985 mbox_sts[3], mbox_sts[4]));
987 switch (mbox_sts[0]) {
993 mbox_sts[0], mbox_sts[2],
994 mbox_sts[3]));
1003 mbox_sts[2]);
1023 if (mbox_sts[1] == 0) { /* Global DB change. */
1025 } else if (mbox_sts[1] == 1) { /* Specific device. */
1026 qla4xxx_process_ddb_changed(ha, mbox_sts[2],
1027 mbox_sts[3], mbox_sts[4]);