Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c126 static list_t softmac_taskq_list; /* List of softmac_upper_t */ variable
144 list_create(&softmac_taskq_list, sizeof (softmac_upper_t), in softmac_fp_init()
162 list_destroy(&softmac_taskq_list); in softmac_fp_fini()
849 sup = list_head(&softmac_taskq_list); in softmac_taskq_dispatch()
851 list_remove(&softmac_taskq_list, sup); in softmac_taskq_dispatch()
857 sup = list_head(&softmac_taskq_list); in softmac_taskq_dispatch()
902 list_insert_tail(&softmac_taskq_list, sup); in softmac_wput_nondata()