Searched refs:vf_msg_handle (Results 1 – 1 of 1) sorted by relevance
1021 struct vf_cmd_msg_handle *vf_msg_handle; in nic_pf_mbox_handler() local1042 vf_msg_handle = &nic_vf_cmd_msg_handler[i]; in nic_pf_mbox_handler()1043 if (cmd == vf_msg_handle->cmd && in nic_pf_mbox_handler()1044 vf_msg_handle->cmd_msg_handler) { in nic_pf_mbox_handler()1045 err = vf_msg_handle->cmd_msg_handler(hwdev, vf_id, in nic_pf_mbox_handler()