Lines Matching defs:mbox_sts
456 uint32_t mbox_sts[MBOX_REG_COUNT];
479 &mbox_sts[0]);
482 "%s: mbox_sts: %08X %08X %08X %08X %08X %08X %08X %08X\n",
483 __func__, mbox_sts[0], mbox_sts[1], mbox_sts[2],
484 mbox_sts[3], mbox_sts[4], mbox_sts[5], mbox_sts[6],
485 mbox_sts[7]));
492 /* Send mbox_sts to application */
493 bsg_job->reply_len = sizeof(struct iscsi_bsg_reply) + sizeof(mbox_sts);
495 memcpy(rsp_ptr, mbox_sts, sizeof(mbox_sts));
660 uint32_t mbox_sts[MBOX_REG_COUNT];
707 &mbox_sts[0]);
715 "%s: mbox_sts: %08X %08X %08X %08X %08X %08X %08X %08X\n",
716 __func__, mbox_sts[0], mbox_sts[1], mbox_sts[2],
717 mbox_sts[3], mbox_sts[4], mbox_sts[5], mbox_sts[6],
718 mbox_sts[7]));
720 /* Send mbox_sts to application */
721 bsg_job->reply_len = sizeof(struct iscsi_bsg_reply) + sizeof(mbox_sts);
723 memcpy(rsp_ptr, mbox_sts, sizeof(mbox_sts));