Searched defs:isci_phy (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/isci/
H A Dphy.h87 * isci_phy - hba local phy infrastructure
94 struct isci_phy { struct
113 static inline struct isci_phy *to_iphy(struct asd_sas_phy *sas_phy)
115 struct isci_phy *iphy = container_of(sas_phy, typeof(*iphy), sas_phy);
407 struct isci_phy *iphy,
411 struct isci_port *phy_get_non_dummy_port(struct isci_phy *iphy);
414 struct isci_phy *iphy,
418 struct isci_phy *iphy,
423 struct isci_phy *iphy);
426 struct isci_phy *iph
[all...]
H A Dport.c94 struct isci_phy *iphy = iport->phy_table[index];
145 struct isci_phy *iphy;
161 struct isci_phy *iphy)
164 "%s: isci_phy = %p, sas_phy = %p\n",
173 struct isci_phy *iphy)
240 struct isci_phy *isci_phy,
251 if (isci_phy->sas_phy.port &&
252 isci_phy->sas_phy.port->num_phys == 1) {
272 sas_phy_disconnected(&isci_phy
239 isci_port_link_down(struct isci_host *isci_host, struct isci_phy *isci_phy, struct isci_port *isci_port) argument
[all...]

Completed in 51 milliseconds