Searched refs:vf_mbox_cb_state (Results 1 – 2 of 2) sorted by relevance
263 set_bit(HINIC_VF_MBOX_CB_REG, &func_to_func->vf_mbox_cb_state[mod]); in hinic_register_vf_mbox_cb()297 clear_bit(HINIC_VF_MBOX_CB_REG, &func_to_func->vf_mbox_cb_state[mod]); in hinic_unregister_vf_mbox_cb()300 &func_to_func->vf_mbox_cb_state[mod])) in hinic_unregister_vf_mbox_cb()320 &func_to_func->vf_mbox_cb_state[recv_mbox->mod]); in recv_vf_mbox_handler()324 &func_to_func->vf_mbox_cb_state[recv_mbox->mod])) { in recv_vf_mbox_handler()333 &func_to_func->vf_mbox_cb_state[recv_mbox->mod]); in recv_vf_mbox_handler()
104 unsigned long vf_mbox_cb_state[HINIC_MOD_MAX]; member