Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h128 …dev)->params.virtualization_type == VT_CHANNEL_VF) && ((pdev)->params.channel_type == VT_HW_CHANNE…
129 …dev)->params.virtualization_type == VT_CHANNEL_VF) && ((pdev)->params.channel_type == VT_SW_CHANNE…
1349 u8_t channel_type; member
4423 static void __inline lm_set_virt_channel_type(struct _lm_device_t *pdev, u8_t channel_type) in lm_set_virt_channel_type() argument
4430 switch (channel_type) { in lm_set_virt_channel_type()
4435 DbgMessage(pdev, WARN, "Unknown channel type (%d)\n", channel_type); in lm_set_virt_channel_type()
4437 channel_type = VT_HW_CHANNEL_TYPE; in lm_set_virt_channel_type()
4439 pdev->params.channel_type = channel_type; in lm_set_virt_channel_type()
4440 DbgMessage(pdev, WARN, "Channel type is set as (%d)\n", pdev->params.channel_type); in lm_set_virt_channel_type()