Searched refs:mbox_for_resp (Results 1 – 1 of 1) sorted by relevance
969 struct hinic_recv_mbox *mbox_for_resp, in mbox_resp_info_handler() argument975 if (mbox_for_resp->msg_info.status) { in mbox_resp_info_handler()976 err = mbox_for_resp->msg_info.status; in mbox_resp_info_handler()979 mbox_for_resp->msg_info.status); in mbox_resp_info_handler()984 if (*out_size < mbox_for_resp->mbox_len) { in mbox_resp_info_handler()987 mbox_for_resp->mbox_len, mod, cmd, *out_size); in mbox_resp_info_handler()991 if (mbox_for_resp->mbox_len) in mbox_resp_info_handler()992 memcpy(buf_out, mbox_for_resp->mbox, in mbox_resp_info_handler()993 mbox_for_resp->mbox_len); in mbox_resp_info_handler()995 *out_size = mbox_for_resp->mbox_len; in mbox_resp_info_handler()[all …]