Searched refs:softmac_dev_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h84 } softmac_dev_t; typedef in typeref:struct:softmac_dev_s
100 * style-2) for the same device to be processed. A softmac_dev_t will be
103 * We try to "register" the mac after all the softmac_dev_t's are processed so
130 softmac_dev_t *smac_softmac[2]; /* smac_mutex */
134 * This should be the same as the numbers of softmac_dev_t.
140 * Number of softmac_dev_t left when pre-detach fails. This is used
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c216 * A softmac_t is used to track each DDI_NT_NET device, and a softmac_dev_t
320 softmac_dev_t *softmac_dev = NULL;
440 softmac_dev = kmem_zalloc(sizeof (softmac_dev_t), KM_SLEEP);
678 softmac_dev_t *softmac_dev;
944 softmac_dev_t *softmac_dev;
1068 kmem_free(softmac_dev, sizeof (softmac_dev_t));

Completed in 60 milliseconds