Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_mbox.c972 struct hinic_recv_mbox *mbox_for_resp, in mbox_resp_info_handler() argument
978 if (mbox_for_resp->msg_info.status) { in mbox_resp_info_handler()
979 err = mbox_for_resp->msg_info.status; in mbox_resp_info_handler()
982 mbox_for_resp->msg_info.status); in mbox_resp_info_handler()
987 if (*out_size < mbox_for_resp->mbox_len) { in mbox_resp_info_handler()
990 mbox_for_resp->mbox_len, mod, cmd, *out_size); in mbox_resp_info_handler()
994 if (mbox_for_resp->mbox_len) in mbox_resp_info_handler()
995 memcpy(buf_out, mbox_for_resp->mbox, in mbox_resp_info_handler()
996 mbox_for_resp->mbox_len); in mbox_resp_info_handler()
998 *out_size = mbox_for_resp->mbox_len; in mbox_resp_info_handler()
[all …]