Home
last modified time | relevance | path

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

/freebsd/sys/dev/tws/
H A Dtws_cam.c48 static void tws_poll(struct cam_sim *sim);
153 sc->sim = cam_sim_alloc(tws_action, tws_poll, "tws", sc, in tws_cam_attach()
1108 tws_poll(struct cam_sim *sim) in tws_poll() function