Searched defs:dls_link_s (Results 1 – 1 of 1) sorted by relevance
48 struct dls_link_s { /* Protected by */ struct49 char dl_name[MAXNAMELEN]; /* RO */50 uint_t dl_ddi_instance; /* SL */51 mac_handle_t dl_mh; /* SL */52 mac_client_handle_t dl_mch; /* SL */53 mac_unicast_handle_t dl_mah; /* SL */54 mac_notify_handle_t dl_mnh; /* SL */55 const mac_info_t *dl_mip; /* SL */56 uint_t dl_ref; /* SL */57 mod_hash_t *dl_str_hash; /* SL, modhash lock */[all …]