Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/vxge/
HDvxge.c1627 IFM_ETHER | vdev->ifm_optics | IFM_FDX, in vxge_media_init()
1651 ifmr->ifm_active |= vdev->ifm_optics | IFM_FDX; in vxge_media_status()
3458 vdev->ifm_optics = IFM_UNKNOWN; in vxge_pmd_port_type_get()
3462 vdev->ifm_optics = IFM_10G_SR; in vxge_pmd_port_type_get()
3467 vdev->ifm_optics = IFM_10G_LR; in vxge_pmd_port_type_get()
3472 vdev->ifm_optics = IFM_10G_LRM; in vxge_pmd_port_type_get()
3477 vdev->ifm_optics = IFM_10G_TWINAX; in vxge_pmd_port_type_get()
3482 vdev->ifm_optics = IFM_10G_CX4; in vxge_pmd_port_type_get()
3488 vdev->ifm_optics = IFM_10G_T; in vxge_pmd_port_type_get()
3498 vdev->ifm_optics = IFM_1000_SX; in vxge_pmd_port_type_get()
[all …]
HDvxge.h413 int ifm_optics; member