Searched refs:cfgte (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/
H A Dpmcraid.c1368 * @cfgte: pointer to configuration table entry of the resource
1374 struct pmcraid_config_table_entry *cfgte)
1378 if (cfgte->resource_type == RES_TYPE_VSET) {
1380 retval = ((cfgte->unique_flags1 & 0x80) == 0);
1382 retval = ((cfgte->unique_flags0 & 0x80) == 0 &&
1383 (cfgte->unique_flags1 & 0x80) == 0);
1385 } else if (cfgte->resource_type == RES_TYPE_GSCSI)
1386 retval = (RES_BUS(cfgte->resource_address) !=
5723 struct pmcraid_config_table_entry *cfgte; local
5746 cfgte
1373 pmcraid_expose_resource(u16 fw_version, struct pmcraid_config_table_entry *cfgte) argument
[all...]
H A Dipr.c998 * @proto: cfgte device bus protocol value
1090 proto = cfgtew->u.cfgte->proto;
1092 res->flags = cfgtew->u.cfgte->flags;
1096 res->type = cfgtew->u.cfgte->rsvd_subtype & 0x0f;
1098 res->bus = cfgtew->u.cfgte->res_addr.bus;
1099 res->target = cfgtew->u.cfgte->res_addr.target;
1100 res->lun = cfgtew->u.cfgte->res_addr.lun;
1101 res->lun_wwn = get_unaligned_be64(cfgtew->u.cfgte->lun_wwn);
1126 if (res->bus == cfgtew->u.cfgte->res_addr.bus &&
1127 res->target == cfgtew->u.cfgte
[all...]
H A Dpmcraid.h336 struct pmcraid_config_table_entry cfgte; member in struct:pmcraid_config_table_entry_ext
H A Dipr.h441 struct ipr_config_table_entry *cfgte; member in union:ipr_config_table_entry_wrapper::__anon4408
448 struct ipr_config_table_entry cfgte; member in union:ipr_hostrcb_cfg_ch_not::__anon4409

Completed in 50 milliseconds