Lines Matching defs:identify
9591 struct sas_identify *identify;
9596 identify = &phy->identify;
9597 memset(identify, 0, sizeof(*identify));
9598 identify->sas_address = hpsa_sas_port->sas_address;
9599 identify->device_type = SAS_END_DEVICE;
9600 identify->initiator_port_protocols = SAS_PROTOCOL_STP;
9601 identify->target_port_protocols = SAS_PROTOCOL_STP;
9624 struct sas_identify *identify;
9626 identify = &rphy->identify;
9627 identify->sas_address = hpsa_sas_port->sas_address;
9628 identify->initiator_port_protocols = SAS_PROTOCOL_STP;
9629 identify->target_port_protocols = SAS_PROTOCOL_STP;