Home
last modified time | relevance | path

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

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