mac_ether_media_t
mac_ether_media_t bge_phys_media(bge_t *bgep);
mac_ether_media_t media;
ASSERT(pr_valsize >= sizeof (mac_ether_media_t));
bcopy(&media, pr_val, sizeof (mac_ether_media_t));
mac_ether_media_t
mac_ether_media_t media;
ASSERT(pr_valsize >= sizeof (mac_ether_media_t));
static mac_ether_media_t
extern mac_ether_media_t bnxe_phy_to_media(um_device_t *);
mac_ether_media_t link_media;
ASSERT(pr_valsize >= sizeof(mac_ether_media_t));
bcopy(&link_media, pr_val, sizeof(mac_ether_media_t));
mac_ether_media_t bmm_media;
mac_ether_media_t
mac_ether_media_t media = ETHER_MEDIA_UNKNOWN;
*(mac_ether_media_t *)val = t4_port_to_media(pi);
mac_ether_media_t tmm_ether;
static mac_ether_media_t
mac_ether_media_t
extern mac_ether_media_t e1000_link_to_media(struct e1000_hw *, uint32_t);
*(mac_ether_media_t *)pr_val = e1000_link_to_media(hw,
mac_ether_media_t
*(mac_ether_media_t *)pr_val = i40e_link_to_media(i40e);
extern mac_ether_media_t i40e_link_to_media(i40e_t *);
*(mac_ether_media_t *)pr_val = e1000_link_to_media(hw,
mac_ether_media_t imm_media;
static mac_ether_media_t
mac_ether_media_t media;
if (pr_valsize < sizeof (mac_ether_media_t)) {
bcopy(&media, pr_val, sizeof (mac_ether_media_t));
*(mac_ether_media_t *)pr_val = ixgbe_phy_to_media(ixgbe);
mac_ether_media_t ixgbe_phy_to_media(ixgbe_t *);
mac_ether_media_t
mac_ether_media_t ipm_media;
minsize = sizeof (mac_ether_media_t);
mac_ether_media_t qede_link_to_media(qede_link_cfg_t *, uint32_t);
mac_ether_media_t media;
ASSERT(pr_valsize >= sizeof(mac_ether_media_t));
bcopy(&media, pr_val, sizeof(mac_ether_media_t));
mac_ether_media_t
mac_ether_media_t qsm_media;