Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/mly/
H A Dmly.c106 static void mly_cam_poll(struct cam_sim *sim);
1929 if ((sc->mly_cam_sim[chn] = cam_sim_alloc(mly_cam_action, mly_cam_poll, "mly", sc, in mly_cam_attach()
1949 if ((sc->mly_cam_sim[chn] = cam_sim_alloc(mly_cam_action, mly_cam_poll, "mly", sc, in mly_cam_attach()
2301 mly_cam_poll(struct cam_sim *sim) in mly_cam_poll() function