Searched refs:IS_HW_CHANNEL_VIRT_MODE (Results 1 – 2 of 2) sorted by relevance
970 if (IS_HW_CHANNEL_VIRT_MODE(pdev)) { in lm_vf_pf_channel_send()1085 else if (IS_HW_CHANNEL_VIRT_MODE(pdev)) in lm_vf_pf_channel_get_message_to_send()1105 if (IS_HW_CHANNEL_VIRT_MODE(pdev)) in lm_vf_pf_channel_get_message_to_send()1298 else if (IS_HW_CHANNEL_VIRT_MODE(pdev)) in lm_vf_pf_get_sb_running_index()1320 else if (IS_HW_CHANNEL_VIRT_MODE(pdev)) in lm_vf_pf_get_sb_index()1341 else if (IS_HW_CHANNEL_VIRT_MODE(pdev)) in lm_vf_get_doorbell_size()1390 else if (IS_HW_CHANNEL_VIRT_MODE(pdev)) in lm_vf_pf_wait_no_messages_pending()1465 else if (IS_HW_CHANNEL_VIRT_MODE(pdev)) in lm_vf_pf_acquire_msg()1529 else if (IS_HW_CHANNEL_VIRT_MODE(pdev)) in lm_vf_pf_acquire_msg()1680 else if (IS_HW_CHANNEL_VIRT_MODE(pdev)) in lm_vf_pf_acquire_msg()[all …]
128 #define IS_HW_CHANNEL_VIRT_MODE(pdev) (((pdev)->params.virtualization_type == VT_CHANNEL_VF) && … macro