Searched refs:mbox_for_resp (Results 1 – 1 of 1) sorted by relevance
967 struct hinic_recv_mbox *mbox_for_resp, in mbox_resp_info_handler() argument973 if (mbox_for_resp->msg_info.status) { in mbox_resp_info_handler()974 err = mbox_for_resp->msg_info.status; in mbox_resp_info_handler()977 mbox_for_resp->msg_info.status); in mbox_resp_info_handler()982 if (*out_size < mbox_for_resp->mbox_len) { in mbox_resp_info_handler()985 mbox_for_resp->mbox_len, mod, cmd, *out_size); in mbox_resp_info_handler()989 if (mbox_for_resp->mbox_len) in mbox_resp_info_handler()990 memcpy(buf_out, mbox_for_resp->mbox, in mbox_resp_info_handler()991 mbox_for_resp->mbox_len); in mbox_resp_info_handler()993 *out_size = mbox_for_resp->mbox_len; in mbox_resp_info_handler()[all …]