Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Ddevice.c339 iwsc->rdev.flags |= T4_IW_STOPPED; in c4iw_stop()
355 iwsc->rdev.flags &= ~T4_IW_STOPPED; in c4iw_restart()
H A Diw_cxgbe.h119 T4_IW_STOPPED = (1<<0), enumerator
172 return rdev->flags & T4_IW_STOPPED; in c4iw_stopped()