Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/iwn/
Dif_iwnvar.h208 int (*post_alive)(struct iwn_softc *); member
Dif_iwn.c1230 ops->post_alive = iwn4965_post_alive; in iwn4965_attach()
1273 ops->post_alive = iwn5000_post_alive; in iwn5000_attach()
8837 return ops->post_alive(sc); in iwn_hw_init()