Home
last modified time | relevance | path

Searched refs:IS_HW_CHANNEL_VIRT_MODE (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c970 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 …]
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h128 #define IS_HW_CHANNEL_VIRT_MODE(pdev) (((pdev)->params.virtualization_type == VT_CHANNEL_VF) && … macro