Lines Matching refs:identify
9268 struct sas_identify *identify; in hpsa_sas_port_add_phy() local
9273 identify = &phy->identify; in hpsa_sas_port_add_phy()
9274 memset(identify, 0, sizeof(*identify)); in hpsa_sas_port_add_phy()
9275 identify->sas_address = hpsa_sas_port->sas_address; in hpsa_sas_port_add_phy()
9276 identify->device_type = SAS_END_DEVICE; in hpsa_sas_port_add_phy()
9277 identify->initiator_port_protocols = SAS_PROTOCOL_STP; in hpsa_sas_port_add_phy()
9278 identify->target_port_protocols = SAS_PROTOCOL_STP; in hpsa_sas_port_add_phy()
9301 struct sas_identify *identify; in hpsa_sas_port_add_rphy() local
9303 identify = &rphy->identify; in hpsa_sas_port_add_rphy()
9304 identify->sas_address = hpsa_sas_port->sas_address; in hpsa_sas_port_add_rphy()
9305 identify->initiator_port_protocols = SAS_PROTOCOL_STP; in hpsa_sas_port_add_rphy()
9306 identify->target_port_protocols = SAS_PROTOCOL_STP; in hpsa_sas_port_add_rphy()