Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_media.h168 #define IFM_40G_LR4 29 /* 40GBase-LR4 */ macro
458 { IFM_40G_LR4, "40Gbase-LR4" }, \
804 { IFM_ETHER | IFM_40G_LR4, IF_Gbps(40ULL) }, \
H A Dieee8023ad_lacp.c1219 case IFM_40G_LR4: in lacp_compose_key()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c110 .subtype = IFM_40G_LR4,
439 case IFM_40G_LR4: in mlx5e_update_carrier()
479 subtype = IFM_40G_LR4; in mlx5e_find_link_mode()
/freebsd/sys/dev/ixl/
H A Dif_ixl.c1603 ifmr->ifm_active |= IFM_40G_LR4; in ixl_if_media_status()
H A Dixl_pf_main.c854 ifmedia_add(media, IFM_ETHER | IFM_40G_LR4, 0, NULL); in ixl_add_ifmedia()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c3110 case IFM_40G_LR4: in bnxt_media_change()
3976 BNXT_IFMEDIA_ADD(supported, SPEEDS_40GB, IFM_40G_LR4); in add_media()
/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c2379 ifmedia_add(&ha->media, (IFM_ETHER | IFM_40G_LR4), 0, NULL); in qlnx_init_ifnet()
/freebsd/sys/dev/ice/
H A Dice_lib.c1028 return IFM_40G_LR4; in ice_get_phy_type_low()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c3388 return (IFM_40G_LR4); in port_mword()