Home
last modified time | relevance | path

Searched refs:smac_media (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c533 if ((err = dls_mgmt_update(softmac->smac_devname, softmac->smac_media, in softmac_update_info()
551 if (media != softmac->smac_media) { in softmac_update_info()
554 dl_mactypestr(softmac->smac_media), in softmac_update_info()
642 softmac->smac_media = (mac_info(mh))->mi_nativemedia; in softmac_create_task()
754 if ((softmac->smac_media = dlia.dl_mac_type) != DL_ETHER) { in softmac_mac_register()
873 if (softmac->smac_media != DL_ETHER) in softmac_mac_register()
1168 DATALINK_CLASS_PHYS, softmac->smac_media, B_TRUE, &linkid) != 0) { in softmac_mac_recreate()
1247 err = softmac_send_bind_req(slp, softmac->smac_media == DL_TPR ? 2 : 0); in softmac_m_start()
H A Dsoftmac_stat.c309 switch (softmac->smac_media) { in softmac_m_stat()
/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h168 uint_t smac_media; member