Searched refs:vf_pf_mess (Results 1 – 2 of 2) sorted by relevance
889 message_phys_addr = &pdev->vars.vf_pf_mess.message_phys_addr; in lm_vf_pf_send_message_to_hw_channel()921 struct vf_pf_msg_hdr *hdr = (struct vf_pf_msg_hdr*)pdev->vars.vf_pf_mess.message_virt_addr; in lm_vf_pf_send_request_to_sw_channel()932 struct vf_pf_msg_hdr *hdr = (struct vf_pf_msg_hdr*)pdev->vars.vf_pf_mess.message_virt_addr; in lm_vf_pf_recv_response_from_sw_channel()995 … if ERR_IF(!(pdev && IS_CHANNEL_VFDEV(pdev) && mess && pdev->vars.vf_pf_mess.message_virt_addr)) { in lm_vf_pf_channel_wait_response()1003 mess = &pdev->vars.vf_pf_mess; in lm_vf_pf_channel_wait_response()1069 if (mm_atomic_inc(&pdev->vars.vf_pf_mess.state) != 1) { in lm_vf_pf_channel_get_message_to_send()1070 …age(pdev, FATAL, "VF_PF Channel: pdev->vars.vf_pf_mess.state is %d\n",pdev->vars.vf_pf_mess.state); in lm_vf_pf_channel_get_message_to_send()1071 mm_atomic_dec(&pdev->vars.vf_pf_mess.state); in lm_vf_pf_channel_get_message_to_send()1076 mm_atomic_inc(&pdev->vars.vf_pf_mess.state); in lm_vf_pf_channel_get_message_to_send()1077 …age(pdev, FATAL, "VF_PF Channel: pdev->vars.vf_pf_mess.state is %d\n",pdev->vars.vf_pf_mess.state); in lm_vf_pf_channel_get_message_to_send()[all …]
2307 lm_vf_pf_message_t vf_pf_mess; member