Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_illumos.c70 mac_ether_media_t bmm_media;
88 mac_ether_media_t
94 mac_ether_media_t media = ETHER_MEDIA_UNKNOWN; in bnxe_phy_to_media()
H A Dbnxe_gld.c2599 mac_ether_media_t link_media; in BnxeMacGetProperty()
2639 ASSERT(pr_valsize >= sizeof(mac_ether_media_t)); in BnxeMacGetProperty()
2642 bcopy(&link_media, pr_val, sizeof(mac_ether_media_t)); in BnxeMacGetProperty()
H A Dbnxe.h922 extern mac_ether_media_t bnxe_phy_to_media(um_device_t *);
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_illumos.h32 extern mac_ether_media_t e1000_link_to_media(struct e1000_hw *, uint32_t);
H A De1000_illumos.c31 mac_ether_media_t
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_transceiver.c34 mac_ether_media_t ipm_media;
102 mac_ether_media_t
H A Dixgbe_sw.h899 mac_ether_media_t ixgbe_phy_to_media(ixgbe_t *);
H A Dixgbe_gld.c590 *(mac_ether_media_t *)pr_val = ixgbe_phy_to_media(ixgbe); in ixgbe_m_getprop()
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_gld.c29 mac_ether_media_t imm_media;
39 static mac_ether_media_t
935 mac_ether_media_t media; in igc_m_getprop()
963 if (pr_valsize < sizeof (mac_ether_media_t)) { in igc_m_getprop()
968 bcopy(&media, pr_val, sizeof (mac_ether_media_t)); in igc_m_getprop()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_ether.h238 } mac_ether_media_t; typedef
/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxgldv3.c398 static mac_ether_media_t
1237 mac_ether_media_t media; in bnx_m_getprop()
1278 ASSERT(pr_valsize >= sizeof (mac_ether_media_t)); in bnx_m_getprop()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c132 mac_ether_media_t tmm_ether;
211 static mac_ether_media_t
1483 *(mac_ether_media_t *)val = t4_port_to_media(pi); in t4_mc_getprop()
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c1140 mac_ether_media_t
1275 *(mac_ether_media_t *)pr_val = i40e_link_to_media(i40e); in i40e_m_getprop()
H A Di40e_sw.h1052 extern mac_ether_media_t i40e_link_to_media(i40e_t *);
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h1284 mac_ether_media_t bge_phys_media(bge_t *bgep);
H A Dbge_main2.c929 mac_ether_media_t media;
931 ASSERT(pr_valsize >= sizeof (mac_ether_media_t));
933 bcopy(&media, pr_val, sizeof (mac_ether_media_t));
H A Dbge_mii.c1917 mac_ether_media_t
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c1274 *(mac_ether_media_t *)pr_val = e1000_link_to_media(hw, in igb_m_getprop()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c3687 *(mac_ether_media_t *)pr_val = e1000_link_to_media(hw, in e1000g_m_getprop()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c3513 minsize = sizeof (mac_ether_media_t); in mac_prop_check_size()