Searched refs:recv_mbox (Results 1 – 2 of 2) sorted by relevance
302 struct hinic_recv_mbox *recv_mbox, in recv_vf_mbox_handler() argument308 if (recv_mbox->mod >= HINIC_MOD_MAX) { in recv_vf_mbox_handler()310 recv_mbox->mod); in recv_vf_mbox_handler()315 &func_to_func->vf_mbox_cb_state[recv_mbox->mod]); in recv_vf_mbox_handler()317 cb = func_to_func->vf_mbox_cb[recv_mbox->mod]; in recv_vf_mbox_handler()319 &func_to_func->vf_mbox_cb_state[recv_mbox->mod])) { in recv_vf_mbox_handler()320 cb(func_to_func->hwdev, recv_mbox->cmd, recv_mbox->mbox, in recv_vf_mbox_handler()321 recv_mbox->mbox_len, buf_out, out_size); in recv_vf_mbox_handler()328 &func_to_func->vf_mbox_cb_state[recv_mbox->mod]); in recv_vf_mbox_handler()335 struct hinic_recv_mbox *recv_mbox, in recv_pf_from_vf_mbox_handler() argument[all …]
121 struct hinic_recv_mbox *recv_mbox; member