Searched refs:physical_channels_present (Results 1 – 3 of 3) sorted by relevance
279 …e 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)
1936 for (i = 0; i < sc->mly_controllerinfo->physical_channels_present; i++, chn++) { in mly_cam_attach()1956 chn = sc->mly_controllerinfo->physical_channels_present; in mly_cam_attach()1976 sc->mly_cam_channels = sc->mly_controllerinfo->physical_channels_present + in mly_cam_attach()2487 …mi->controller_name, mi->physical_channels_present, (mi->physical_channels_present) > 1 ? "s" : "", in mly_describe_controller()2521 mi->physical_channels_present, mi->physical_channels_present == 1 ? "" : "s", in mly_describe_controller()
576 u_int8_t physical_channels_present; member