Searched refs:mly_cam_sim (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/mly/
H A Dmlyvar.h221 struct cam_sim *mly_cam_sim[MLY_MAX_CHANNELS]; /* CAM SIMs */ member in struct:mly_softc
288 #define MLY_BUS_IS_VALID(sc, bus) (((bus) < (sc)->mly_cam_channels) && ((sc)->mly_cam_sim[(bus)] != NULL))
H A Dmly.c1962 if ((sc->mly_cam_sim[chn] = cam_sim_alloc(mly_cam_action, mly_cam_poll, "mly", sc,
1970 if (xpt_bus_register(sc->mly_cam_sim[chn], sc->mly_dev, chn)) {
1985 if ((sc->mly_cam_sim[chn] = cam_sim_alloc(mly_cam_action, mly_cam_poll, "mly", sc,
1993 if (xpt_bus_register(sc->mly_cam_sim[chn], sc->mly_dev, chn)) {
2004 * CAM. Some may not have been; check the mly_cam_sim array to be certain.
2024 if (sc->mly_cam_sim[i] != NULL) {
2025 xpt_bus_deregister(cam_sim_path(sc->mly_cam_sim[i]));
2026 cam_sim_free(sc->mly_cam_sim[i], 0);
2049 cam_sim_path(sc->mly_cam_sim[bus]), target, 0) != CAM_REQ_CMP) {
2410 status = xpt_create_path(&path, NULL, cam_sim_path(sc->mly_cam_sim[bu
[all...]

Completed in 69 milliseconds