Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c1208 softmac_walk_t smw; in softmac_recreate() local
1216 smw.smw_retry = B_FALSE; in softmac_recreate()
1218 mod_hash_walk(softmac_hash, softmac_mac_recreate, &smw); in softmac_recreate()
1220 if (smw.smw_retry) { in softmac_recreate()
1226 softmac = smw.smw_softmac; in softmac_recreate()
1231 } while (smw.smw_retry); in softmac_recreate()