Home
last modified time | relevance | path

Searched refs:gldm_type (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dgld.c215 ((macinfo)->gldm_type == DL_ETHER && \
522 mediatype = macinfo->gldm_type; in gld_register()
599 glddev->gld_type = macinfo->gldm_type; in gld_register()
1062 switch (macinfo->gldm_type) { in gld_update_kstat()
2093 ((macinfo->gldm_type == DL_ETHER) && (upri != 0))) { in gld_start()
3938 switch (macinfo->gldm_type) { in gld_bind()
3951 if ((macinfo->gldm_type == DL_ETHER) && (sap == ETHERTYPE_VLAN)) in gld_bind()
4018 if ((macinfo->gldm_type == DL_ETHER) && in gld_unbind()
4136 dlp->dl_mac_type = macinfo->gldm_type; in gld_inforeq()
4150 if ((macinfo->gldm_type == DL_TPR || in gld_inforeq()
[all …]
H A Dgldutil.c95 ASSERT(macinfo->gldm_type == DL_ETHER); in gld_init_ether()
566 ASSERT(macinfo->gldm_type == DL_IB); in gld_init_ib()
906 ASSERT(macinfo->gldm_type == DL_FDDI); in gld_init_fddi()
1230 ASSERT(macinfo->gldm_type == DL_TPR); in gld_init_tr()
/illumos-gate/usr/src/uts/common/sys/
H A Dgld.h184 uint32_t gldm_type; /* SET BY DRIVER */ member
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.c469 macinfo->gldm_type = DL_ETHER; in ch_attach()