1. NAME▲
sas_port_add_phy - add another phy to a port to form a wide port
2. SYNOPSIS ▲
void sas_port_add_phy(struct sas_port * port , struct sas_phy * phy );
3. ARGUMENTS ▲
port
port to add the phy to
phy
phy to add
4. DESCRIPTION ▲
When a port is initially created, it is empty (has no phys). All ports must have at least one phy to operated, and all wide ports must have at least two. The current code makes no difference between ports and wide ports, but the only object that can be connected to a remote device is a port, so ports must be formed on all devices with phys if theyAqre connected to anything.
5. AUTHORS ▲
James Bottomley <>
Author.
Rob Landley <>
Author.
6. COPYRIGHT ▲