Searched refs:GLDM_LOCK (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | gld.c | 755 GLDM_LOCK(macinfo, RW_WRITER); in gld_register() 836 GLDM_LOCK(macinfo, RW_WRITER); in gld_unregister() 1000 GLDM_LOCK(macinfo, RW_WRITER); in gld_update_kstat() 1224 GLDM_LOCK(macinfo, RW_WRITER); in gld_update_vlan_kstat() 1501 GLDM_LOCK(macinfo, RW_WRITER); in gld_open() 1586 GLDM_LOCK(gld->gld_mac_info, RW_WRITER); in gld_close() 1896 GLDM_LOCK(macinfo, RW_WRITER); in gld_wsrv() 2173 GLDM_LOCK(macinfo, RW_WRITER); in gld_start() 2217 GLDM_LOCK(macinfo, RW_WRITER); in gld_sched() 2321 GLDM_LOCK(macinfo, RW_READER); in gld_recv_tagged() [all …]
|
H A D | gldutil.c | 545 GLDM_LOCK(macinfo, RW_WRITER); in gld_fastpath_ether() 1187 GLDM_LOCK(macinfo, RW_WRITER); in gld_fastpath_fddi() 1673 GLDM_LOCK(macinfo, RW_WRITER); in gld_fastpath_tr()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | gldpriv.h | 406 #define GLDM_LOCK(macinfo, rw) \ macro
|