Symbol: mac_ether_media_t
usr/src/uts/common/io/bge/bge_impl.h
1281
mac_ether_media_t bge_phys_media(bge_t *bgep);
usr/src/uts/common/io/bge/bge_main2.c
929
mac_ether_media_t media;
usr/src/uts/common/io/bge/bge_main2.c
931
ASSERT(pr_valsize >= sizeof (mac_ether_media_t));
usr/src/uts/common/io/bge/bge_main2.c
933
bcopy(&media, pr_val, sizeof (mac_ether_media_t));
usr/src/uts/common/io/bge/bge_mii.c
1917
mac_ether_media_t
usr/src/uts/common/io/bnx/bnxgldv3.c
1237
mac_ether_media_t media;
usr/src/uts/common/io/bnx/bnxgldv3.c
1278
ASSERT(pr_valsize >= sizeof (mac_ether_media_t));
usr/src/uts/common/io/bnx/bnxgldv3.c
398
static mac_ether_media_t
usr/src/uts/common/io/bnxe/bnxe.h
922
extern mac_ether_media_t bnxe_phy_to_media(um_device_t *);
usr/src/uts/common/io/bnxe/bnxe_gld.c
2599
mac_ether_media_t link_media;
usr/src/uts/common/io/bnxe/bnxe_gld.c
2639
ASSERT(pr_valsize >= sizeof(mac_ether_media_t));
usr/src/uts/common/io/bnxe/bnxe_gld.c
2642
bcopy(&link_media, pr_val, sizeof(mac_ether_media_t));
usr/src/uts/common/io/bnxe/bnxe_illumos.c
70
mac_ether_media_t bmm_media;
usr/src/uts/common/io/bnxe/bnxe_illumos.c
88
mac_ether_media_t
usr/src/uts/common/io/bnxe/bnxe_illumos.c
94
mac_ether_media_t media = ETHER_MEDIA_UNKNOWN;
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1510
*(mac_ether_media_t *)val = t4_port_to_media(pi);
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
187
mac_ether_media_t tmm_ether;
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
266
static mac_ether_media_t
usr/src/uts/common/io/e1000api/e1000_illumos.c
31
mac_ether_media_t
usr/src/uts/common/io/e1000api/e1000_illumos.h
32
extern mac_ether_media_t e1000_link_to_media(struct e1000_hw *, uint32_t);
usr/src/uts/common/io/e1000g/e1000g_main.c
3687
*(mac_ether_media_t *)pr_val = e1000_link_to_media(hw,
usr/src/uts/common/io/i40e/i40e_gld.c
1140
mac_ether_media_t
usr/src/uts/common/io/i40e/i40e_gld.c
1275
*(mac_ether_media_t *)pr_val = i40e_link_to_media(i40e);
usr/src/uts/common/io/i40e/i40e_sw.h
1051
extern mac_ether_media_t i40e_link_to_media(i40e_t *);
usr/src/uts/common/io/igb/igb_gld.c
1274
*(mac_ether_media_t *)pr_val = e1000_link_to_media(hw,
usr/src/uts/common/io/igc/igc_gld.c
29
mac_ether_media_t imm_media;
usr/src/uts/common/io/igc/igc_gld.c
39
static mac_ether_media_t
usr/src/uts/common/io/igc/igc_gld.c
935
mac_ether_media_t media;
usr/src/uts/common/io/igc/igc_gld.c
963
if (pr_valsize < sizeof (mac_ether_media_t)) {
usr/src/uts/common/io/igc/igc_gld.c
968
bcopy(&media, pr_val, sizeof (mac_ether_media_t));
usr/src/uts/common/io/ixgbe/ixgbe_gld.c
618
*(mac_ether_media_t *)pr_val = ixgbe_phy_to_media(ixgbe);
usr/src/uts/common/io/ixgbe/ixgbe_sw.h
918
mac_ether_media_t ixgbe_phy_to_media(ixgbe_t *);
usr/src/uts/common/io/ixgbe/ixgbe_transceiver.c
106
mac_ether_media_t
usr/src/uts/common/io/ixgbe/ixgbe_transceiver.c
34
mac_ether_media_t ipm_media;
usr/src/uts/common/io/mac/mac.c
3526
minsize = sizeof (mac_ether_media_t);
usr/src/uts/common/io/qede/qede.h
1098
mac_ether_media_t qede_link_to_media(qede_link_cfg_t *, uint32_t);
usr/src/uts/common/io/qede/qede_gld.c
2308
mac_ether_media_t media;
usr/src/uts/common/io/qede/qede_gld.c
2353
ASSERT(pr_valsize >= sizeof(mac_ether_media_t));
usr/src/uts/common/io/qede/qede_gld.c
2355
bcopy(&media, pr_val, sizeof(mac_ether_media_t));
usr/src/uts/common/io/qede/qede_misc.c
110
mac_ether_media_t
usr/src/uts/common/io/qede/qede_misc.c
29
mac_ether_media_t qsm_media;