Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/mly/
H A Dmly.c104 static void mly_cam_action(struct cam_sim *sim, union ccb *ccb);
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()
2032 mly_cam_action(struct cam_sim *sim, union ccb *ccb) in mly_cam_action() function