Lines Matching defs:sas
117 * regarding the port, such as: physical index, protocols, sas address, etc.
500 void sci_port_get_sas_address(struct isci_port *iport, struct sci_sas_address *sas)
504 sas->high = 0;
505 sas->low = 0;
508 sci_phy_get_sas_address(iport->phy_table[index], sas);
511 void sci_port_get_attached_sas_address(struct isci_port *iport, struct sci_sas_address *sas)
522 sci_phy_get_attached_sas_address(iphy, sas);
524 sci_phy_get_sas_address(iphy, sas);
525 sas->low += iphy->phy_index;
528 sas->high = 0;
529 sas->low = 0;