Lines Matching refs:sas_addr
128 * @sas_addr: pointer to buffer where the SAS address is to be written
137 static void asd_get_attached_sas_addr(struct asd_phy *phy, u8 *sas_addr)
143 u64 addr = be64_to_cpu(*(__be64 *)phy->phy_desc->sas_addr);
146 *(__be64 *)sas_addr = cpu_to_be64(addr);
150 memcpy(sas_addr, idframe->sas_addr, SAS_ADDR_SIZE);
169 memcmp(port->sas_addr, sas_phy->sas_addr,
187 memcpy(port->sas_addr, sas_phy->sas_addr,