Searched refs:isci_phy (Results 1 – 8 of 8) sorted by relevance
/drivers/scsi/isci/ |
D | phy.h | 94 struct isci_phy { struct 113 static inline struct isci_phy *to_iphy(struct asd_sas_phy *sas_phy) in to_iphy() argument 115 struct isci_phy *iphy = container_of(sas_phy, typeof(*iphy), sas_phy); in to_iphy() 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 *iphy); 429 struct isci_phy *iphy); [all …]
|
D | phy.c | 75 enum sas_linkrate sci_phy_linkrate(struct isci_phy *iphy) in sci_phy_linkrate() 80 static struct isci_host *phy_to_host(struct isci_phy *iphy) in phy_to_host() 82 struct isci_phy *table = iphy - iphy->phy_index; in phy_to_host() 88 static struct device *sciphy_to_dev(struct isci_phy *iphy) in sciphy_to_dev() 94 sci_phy_transport_layer_initialization(struct isci_phy *iphy, in sci_phy_transport_layer_initialization() 116 sci_phy_link_layer_initialization(struct isci_phy *iphy, in sci_phy_link_layer_initialization() 321 struct isci_phy *iphy = container_of(tmr, typeof(*iphy), sata_timer); in phy_sata_timeout() 353 struct isci_port *phy_get_non_dummy_port(struct isci_phy *iphy) in phy_get_non_dummy_port() 371 struct isci_phy *iphy, in sci_phy_set_port() 382 enum sci_status sci_phy_initialize(struct isci_phy *iphy, in sci_phy_initialize() [all …]
|
D | port.h | 69 struct isci_phy; 116 struct isci_phy *phy_table[SCI_MAX_PHYS]; 212 struct isci_phy *iphy); 216 struct isci_phy *iphy); 226 struct isci_phy *iphy, 231 struct isci_phy *iphy); 238 struct isci_phy *iphy); 240 struct isci_phy *iphy); 259 struct isci_phy *iphy); 282 struct isci_phy *iphy);
|
D | port.c | 94 struct isci_phy *iphy = iport->phy_table[index]; in sci_port_get_protocols() 145 struct isci_phy *iphy; in sci_port_bcn_enable() 161 struct isci_phy *iphy) in isci_port_bc_change_received() 173 struct isci_phy *iphy) in isci_port_link_up() 240 struct isci_phy *isci_phy, in isci_port_link_down() argument 251 if (isci_phy->sas_phy.port && in isci_port_link_down() 252 isci_phy->sas_phy.port->num_phys == 1) { in isci_port_link_down() 272 sas_phy_disconnected(&isci_phy->sas_phy); in isci_port_link_down() 273 isci_host->sas_ha.notify_phy_event(&isci_phy->sas_phy, in isci_port_link_down() 332 struct isci_phy *iphy = &ihost->phys[phy_idx]; in isci_port_hard_reset_complete() [all …]
|
D | host.h | 103 struct isci_phy *requesters[SCI_MAX_PHYS]; 110 struct isci_port *, struct isci_phy *); 188 struct isci_phy phys[SCI_MAX_PHYS]; 483 struct isci_phy *iphy); 487 struct isci_phy *iphy); 492 struct isci_phy *iphy); 497 struct isci_phy *iphy); 528 struct isci_phy *);
|
D | port_config.c | 117 struct isci_phy *iphy) in sci_port_configuration_agent_find_port() 345 struct isci_phy *iphy = &ihost->phys[index]; in mpc_agent_timeout() 361 struct isci_phy *iphy) in sci_mpc_agent_link_up() 397 struct isci_phy *iphy) in sci_mpc_agent_link_down() 488 struct isci_phy *iphy, in sci_apc_agent_configure_ports() 611 struct isci_phy *iphy) in sci_apc_agent_link_up() 651 struct isci_phy *iphy) in sci_apc_agent_link_down()
|
D | host.c | 308 struct isci_phy *iphy; in sci_controller_unsolicited_frame() 367 struct isci_phy *iphy; in sci_controller_event_completion() 838 static bool is_phy_starting(struct isci_phy *iphy) in is_phy_starting() 871 struct isci_phy *iphy; in sci_controller_start_next_phy() 1302 struct isci_phy *iphy = &ihost->phys[i]; in isci_host_deinit() 1884 struct isci_phy *iphy; in power_control_timeout() 1921 struct isci_phy *requester = ihost->power_control.requesters[j]; in power_control_timeout() 1955 struct isci_phy *iphy) in sci_controller_power_control_queue_insert() 1980 struct isci_phy *current_phy; in sci_controller_power_control_queue_insert() 2007 struct isci_phy *iphy) in sci_controller_power_control_queue_remove() [all …]
|
D | task.c | 1274 struct isci_phy *iphy = &ihost->phys[phy->number]; in isci_reset_device()
|