Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/net/
HDif_media.h783 { IFM_ETHER | IFM_10_T, IF_Mbps(10) }, \
784 { IFM_ETHER | IFM_10_2, IF_Mbps(10) }, \
785 { IFM_ETHER | IFM_10_5, IF_Mbps(10) }, \
786 { IFM_ETHER | IFM_100_TX, IF_Mbps(100) }, \
787 { IFM_ETHER | IFM_100_FX, IF_Mbps(100) }, \
788 { IFM_ETHER | IFM_100_T4, IF_Mbps(100) }, \
789 { IFM_ETHER | IFM_100_VG, IF_Mbps(100) }, \
790 { IFM_ETHER | IFM_100_T2, IF_Mbps(100) }, \
791 { IFM_ETHER | IFM_100_BX, IF_Mbps(100) }, \
792 { IFM_ETHER | IFM_1000_SX, IF_Mbps(1000) }, \
[all …]
HDif.h195 #define IF_Mbps(x) (IF_Kbps((x) * 1000)) /* megabits/sec. */ macro
196 #define IF_Gbps(x) (IF_Mbps((x) * 1000)) /* gigabits/sec. */
HDif_ethersubr.c1010 ifp->if_baudrate = IF_Mbps(10); /* just a default */ in ether_ifattach()
/freebsd-14-stable/sys/dev/ixgbe/
HDixgbe_osdep.c98 baudrate = IF_Mbps(2500); in ixgbe_link_speed_to_baudrate()
104 baudrate = IF_Mbps(100); in ixgbe_link_speed_to_baudrate()
107 baudrate = IF_Mbps(10); in ixgbe_link_speed_to_baudrate()
/freebsd-14-stable/sys/dev/sfxge/
HDsfxge_port.c300 [EFX_LINK_10HDX] = IF_Mbps(10),
301 [EFX_LINK_10FDX] = IF_Mbps(10),
302 [EFX_LINK_100HDX] = IF_Mbps(100),
303 [EFX_LINK_100FDX] = IF_Mbps(100),
/freebsd-14-stable/contrib/bsnmp/snmp_mibII/
HDmibII.c388 if (mibif_maxspeed <= IF_Mbps(10)) { in mibif_reset_hc_timer()
391 } else if (mibif_maxspeed <= IF_Mbps(100)) { in mibif_reset_hc_timer()
394 } else if (mibif_maxspeed < IF_Mbps(622)) { in mibif_reset_hc_timer()
397 } else if (mibif_maxspeed <= IF_Mbps(1000)) { in mibif_reset_hc_timer()
/freebsd-14-stable/sys/dev/ixl/
HDixl_txrx.c835 return IF_Mbps(100); in ixl_max_vc_speed_to_value()
838 return IF_Mbps(100); in ixl_max_vc_speed_to_value()
HDixl_pf_main.c2955 return IF_Mbps(2500); in ixl_max_aq_speed_to_value()
2959 return IF_Mbps(100); in ixl_max_aq_speed_to_value()
2962 return IF_Mbps(100); in ixl_max_aq_speed_to_value()
/freebsd-14-stable/sys/dev/iavf/
HDiavf_lib.c1060 return IF_Mbps(100); in iavf_max_vc_speed_to_value()
1063 return IF_Mbps(100); in iavf_max_vc_speed_to_value()
/freebsd-14-stable/sys/dev/mlx5/mlx5_en/
HDmlx5_en_main.c59 .baudrate = IF_Mbps(1000ULL),
63 .baudrate = IF_Mbps(1000ULL),
131 .baudrate = IF_Mbps(100ULL),
135 .baudrate = IF_Mbps(1000ULL),
172 .baudrate = IF_Mbps(100),
178 .baudrate = IF_Mbps(1000),
182 .baudrate = IF_Mbps(1000),
188 .baudrate = IF_Mbps(5000),
192 .baudrate = IF_Mbps(5000),
/freebsd-14-stable/sys/dev/le/
HDlance.c126 if_setbaudrate(ifp, IF_Mbps(10)); in lance_config()
/freebsd-14-stable/sys/dev/usb/net/
HDif_ure.c1303 if_setbaudrate(ifp, IF_Mbps(2500)); in ure_ifmedia_upd()
1312 if_setbaudrate(ifp, IF_Mbps(100)); in ure_ifmedia_upd()
1316 if_setbaudrate(ifp, IF_Mbps(10)); in ure_ifmedia_upd()
/freebsd-14-stable/sys/dev/bce/
HDif_bce.c1392 if_setbaudrate(ifp, IF_Mbps(2500ULL)); in bce_attach()
1394 if_setbaudrate(ifp, IF_Mbps(1000)); in bce_attach()
6216 if_setbaudrate(ifp, IF_Mbps(10UL)); in bce_ifmedia_sts_rphy()
6220 if_setbaudrate(ifp, IF_Mbps(10UL)); in bce_ifmedia_sts_rphy()
6224 if_setbaudrate(ifp, IF_Mbps(100UL)); in bce_ifmedia_sts_rphy()
6228 if_setbaudrate(ifp, IF_Mbps(100UL)); in bce_ifmedia_sts_rphy()
6235 if_setbaudrate(ifp, IF_Mbps(1000UL)); in bce_ifmedia_sts_rphy()
6242 if_setbaudrate(ifp, IF_Mbps(1000UL)); in bce_ifmedia_sts_rphy()
6250 if_setbaudrate(ifp, IF_Mbps(2500UL)); in bce_ifmedia_sts_rphy()
6258 if_setbaudrate(ifp, IF_Mbps(2500UL)); in bce_ifmedia_sts_rphy()
/freebsd-14-stable/sys/dev/ice/
HDice_lib.c902 return IF_Mbps(2500); in ice_aq_speed_to_rate()
904 return IF_Mbps(1000); in ice_aq_speed_to_rate()
906 return IF_Mbps(100); in ice_aq_speed_to_rate()
908 return IF_Mbps(10); in ice_aq_speed_to_rate()
1171 IF_Mbps(100), in ice_phy_types_to_max_rate()
1172 IF_Mbps(100), in ice_phy_types_to_max_rate()
1178 IF_Mbps(2500ULL), in ice_phy_types_to_max_rate()
1179 IF_Mbps(2500ULL), in ice_phy_types_to_max_rate()
1180 IF_Mbps(2500ULL), in ice_phy_types_to_max_rate()
/freebsd-14-stable/sys/dev/axgbe/
HDif_axgbe_pci.c2263 IF_Mbps(100)); in axgbe_if_update_admin_status()
2266 IF_Mbps(10)); in axgbe_if_update_admin_status()
/freebsd-14-stable/sys/dev/mlx4/mlx4_en/
HDmlx4_en_netdev.c1030 IF_Mbps(priv->port_state.link_speed)); in mlx4_en_do_set_rx_mode()
1251 IF_Mbps(priv->port_state.link_speed)); in mlx4_en_linkstate()
/freebsd-14-stable/sys/dev/bnxt/bnxt_en/
HDif_bnxt.c5274 return IF_Mbps(100); in bnxt_get_baudrate()
5280 return IF_Mbps(2500); in bnxt_get_baudrate()
5294 return IF_Mbps(10); in bnxt_get_baudrate()
/freebsd-14-stable/sys/net80211/
HDieee80211.c710 ifp->if_baudrate = IF_Mbps(maxrate); in ieee80211_vap_attach()
/freebsd-14-stable/sys/dev/igc/
HDif_igc.c1419 IF_Mbps(sc->link_speed)); in igc_if_update_admin_status()
/freebsd-14-stable/sys/dev/ti/
HDif_ti.c936 if_setbaudrate(sc->ti_ifp, IF_Mbps(100)); in ti_handle_events()
/freebsd-14-stable/sys/dev/cxgb/
HDcxgb_main.c1190 if_setbaudrate(ifp, IF_Mbps(speed)); in t3_os_link_changed()
/freebsd-14-stable/sys/dev/virtio/network/
HDif_vtnet.c3949 if_setbaudrate(ifp, IF_Mbps(speed)); in vtnet_update_speed_duplex()
/freebsd-14-stable/sys/dev/e1000/
HDif_em.c2325 IF_Mbps(sc->link_speed)); in em_if_update_admin_status()
/freebsd-14-stable/sys/dev/cxgbe/
HDt4_main.c12304 if_setbaudrate(ifp, IF_Mbps(lc->speed)); in t4_os_link_changed()