Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c177 ASSERT(!sup->su_dlpi_pending); in softmac_upper_destructor()
582 while (sup->su_dlpi_pending) in softmac_drv_close()
H A Dsoftmac_fp.c829 sup->su_dlpi_pending = B_FALSE; in softmac_wput_nondata_task()
888 if (sup->su_dlpi_pending) { in softmac_wput_nondata()
892 sup->su_dlpi_pending = B_TRUE; in softmac_wput_nondata()
/titanic_41/usr/src/uts/common/sys/
H A Dsoftmac_impl.h294 boolean_t su_dlpi_pending; /* su_disp_mutex */ member