Searched refs:max_devices (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/dev/mps/
H A Dmps_mapping.c257 *start_idx = sc->max_devices - sc->max_volumes;
356 end_idx = sc->max_devices;
411 for (map_idx = 0; map_idx < sc->max_devices; map_idx++) {
454 for (map_idx = 0; map_idx < sc->max_devices; map_idx++) {
518 u32 map_idx, max_idx = sc->max_devices;
780 for (i = 0; i < sc->max_devices; i++, remove_entry++) {
903 end_of_table = sc->max_devices;
905 end_of_table = sc->max_devices;
907 end_of_table = sc->max_devices - sc->max_volumes;
1316 for (remove_idx = 0; remove_idx < sc->max_devices;
[all...]
H A Dmps_sas_lsi.c1131 for (targetid = 0; targetid < sc->max_devices; targetid++) {
1273 start_idx = sc->max_devices - sc->max_volumes;
1319 for (targetid = 0; targetid < sc->max_devices; targetid++) {
H A Dmpsvar.h377 uint16_t max_devices; member in struct:mps_softc
H A Dmps_user.c2042 if (target > sc->max_devices) {
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_mapping.c257 *start_idx = sc->max_devices - sc->max_volumes;
356 end_idx = sc->max_devices;
411 for (map_idx = 0; map_idx < sc->max_devices; map_idx++) {
454 for (map_idx = 0; map_idx < sc->max_devices; map_idx++) {
517 u32 map_idx, max_idx = sc->max_devices;
777 for (i = 0; i < sc->max_devices; i++, remove_entry++) {
942 end_of_table = sc->max_devices;
944 end_of_table = sc->max_devices;
946 end_of_table = sc->max_devices - sc->max_volumes;
1506 for (remove_idx = 0; remove_idx < sc->max_devices;
[all...]
H A Dmpr_sas_lsi.c1482 for (targetid = 0; targetid < sc->max_devices; targetid++) {
1620 start_idx = sc->max_devices - sc->max_volumes;
1666 for (targetid = 0; targetid < sc->max_devices; targetid++) {
H A Dmprvar.h397 uint16_t max_devices; member in struct:mpr_softc
H A Dmpr_user.c2137 if (target > sc->max_devices) {
/freebsd-11-stable/sys/dev/hptiop/
H A Dhptiop.h267 u_int32_t max_devices; member in struct:hpt_iop_request_get_config
371 u_int32_t max_devices; member in struct:hpt_iop_hba
H A Dhptiop.c993 config->max_devices = info->max_devices;
998 config->data_transfer_length, config->max_devices,
1942 hba->max_devices = iop_config.max_devices;
2140 for (i = 0; i < hba->max_devices; i++)
2301 ccb->ccb_h.target_id >= hba->max_devices ||
2361 cpi->max_target = hba->max_devices;
2365 cpi->initiator_id = hba->max_devices;
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhim.h71 HPT_U8 max_devices; member in struct:_HIM_ADAPTER_CONFIG
/freebsd-11-stable/sys/dev/hptnr/
H A Dhim.h70 HPT_U8 max_devices; member in struct:_HIM_ADAPTER_CONFIG
/freebsd-11-stable/sys/dev/hptrr/
H A Dhim.h73 HPT_U8 max_devices; member in struct:_HIM_ADAPTER_CONFIG

Completed in 218 milliseconds