Searched defs:isci_port (Results 1 – 4 of 4) sorted by relevance
97 struct isci_port { struct98 struct isci_host *isci_host;99 struct list_head remote_dev_list;101 unsigned long state;102 enum sci_status hard_reset_status;103 struct sci_base_state_machine sm;104 bool ready_exit;105 u8 logical_port_index;106 u8 physical_port_index;107 u8 active_phy_mask;[all …]
93 struct isci_port *isci_port; member
242 struct isci_port *isci_port) in isci_port_link_down()316 static void isci_port_hard_reset_complete(struct isci_port *isci_port, in isci_port_hard_reset_complete()
1617 struct isci_port *isci_port = dev->port->lldd_port; in isci_remote_device_found() local