Searched refs:recv_mbox (Results 1 – 2 of 2) sorted by relevance
307 struct hinic_recv_mbox *recv_mbox, in recv_vf_mbox_handler() argument313 if (recv_mbox->mod >= HINIC_MOD_MAX) { in recv_vf_mbox_handler()315 recv_mbox->mod); in recv_vf_mbox_handler()320 &func_to_func->vf_mbox_cb_state[recv_mbox->mod]); in recv_vf_mbox_handler()322 cb = func_to_func->vf_mbox_cb[recv_mbox->mod]; in recv_vf_mbox_handler()324 &func_to_func->vf_mbox_cb_state[recv_mbox->mod])) { in recv_vf_mbox_handler()325 cb(func_to_func->hwdev, recv_mbox->cmd, recv_mbox->mbox, in recv_vf_mbox_handler()326 recv_mbox->mbox_len, buf_out, out_size); in recv_vf_mbox_handler()333 &func_to_func->vf_mbox_cb_state[recv_mbox->mod]); in recv_vf_mbox_handler()340 struct hinic_recv_mbox *recv_mbox, in recv_pf_from_vf_mbox_handler() argument[all …]
121 struct hinic_recv_mbox *recv_mbox; member