INFO_MBOX
err = sbbc_mbox_reg_intr(INFO_MBOX, lw8_cap_ecc_msg_handler,
(void) sbbc_mbox_unreg_intr(INFO_MBOX,
err = sbbc_mbox_unreg_intr(INFO_MBOX, lw8_cap_ecc_msg_handler);
msgp->ecc_req.msg_type.type = INFO_MBOX;
msgp->ecc_resp.msg_type.type = INFO_MBOX;
req.msg_type.type = INFO_MBOX;
resp.msg_type.type = INFO_MBOX;
if (msgp->ecc_resp.msg_type.type == INFO_MBOX) {
if (msgp->ecc_resp.msg_type.type == INFO_MBOX) {
err = sbbc_mbox_unreg_intr(INFO_MBOX, cap_ecc_msg_handler);
err = sbbc_mbox_reg_intr(INFO_MBOX, cap_ecc_msg_handler,
msgp->ecc_req.msg_type.type = INFO_MBOX;
msgp->ecc_resp.msg_type.type = INFO_MBOX;
req.msg_type.type = INFO_MBOX;
resp.msg_type.type = INFO_MBOX;