Searched defs: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 #define IS_HW_CHANNEL_VIRT_MODE(pdev) (((pdev)->params.virtualization_type == VT_CHANNEL_VF) && ((pdev)->params.channel_type == VT_HW_CHANNEL_TYPE))
129 #define IS_SW_CHANNEL_VIRT_MODE(pdev) (((pdev)->params.virtualization_type == VT_CHANNEL_VF) && ((pdev)->params.channel_type == VT_SW_CHANNEL_TYPE))
1349 u8_t channel_type; member in struct:_lm_params_t
4423 static void __inline lm_set_virt_channel_type(struct _lm_device_t *pdev, u8_t channel_type) argument
4430 switch (channel_type) {
4435 DbgMessage(pdev, WARN, "Unknown channel type (%d)\n", channel_type);
4437 channel_type = VT_HW_CHANNEL_TYPE;
4439 pdev->params.channel_type = channel_type;
4440 DbgMessage(pdev, WARN, "Channel type is set as (%d)\n", pdev->params.channel_type);
[all...]

Completed in 1289 milliseconds