Searched refs:physical_channels_present (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/mly/
H A Dmlyvar.h279 #define MLY_LOGDEV_ID(sc, bus, target) (((bus) - (sc)->mly_controllerinfo->physical_channels_present) * \
282 (sc)->mly_controllerinfo->physical_channels_present)
284 #define MLY_BUS_IS_VIRTUAL(sc, bus) ((bus) >= (sc)->mly_controllerinfo->physical_channels_present)
H A Dmly.c1934 for (i = 0; i < sc->mly_controllerinfo->physical_channels_present; i++, chn++) {
1954 chn = sc->mly_controllerinfo->physical_channels_present;
1974 sc->mly_cam_channels = sc->mly_controllerinfo->physical_channels_present +
2485 mi->controller_name, mi->physical_channels_present, (mi->physical_channels_present) > 1 ? "s" : "",
2519 mi->physical_channels_present, mi->physical_channels_present == 1 ? "" : "s",
H A Dmlyreg.h576 u_int8_t physical_channels_present; member in struct:mly_ioctl_getcontrollerinfo

Completed in 117 milliseconds