Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/aic7xxx/
Daic7xxx_osm.c64 static void ahc_poll(struct cam_sim *sim);
197 sim = cam_sim_alloc(ahc_action, ahc_poll, "ahc", ahc, in ahc_attach()
229 sim2 = cam_sim_alloc(ahc_action, ahc_poll, "ahc", in ahc_attach()
1127 ahc_poll(struct cam_sim *sim) in ahc_poll() function