Home
last modified time | relevance | path

Searched refs:mbox_for_resp (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mbox.c967 struct hinic_recv_mbox *mbox_for_resp, in mbox_resp_info_handler() argument
973 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()
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()
1004 struct hinic_recv_mbox *mbox_for_resp; in hinic_mbox_to_func() local
[all …]