Searched defs:isci_port (Results 1 – 4 of 4) sorted by relevance
97 struct isci_port { struct101 unsigned long state;104 bool ready_exit;105 u8 logical_port_index;107 u8 active_phy_mask;108 u8 enabled_phy_mask;109 u8 last_active_phy;110 u16 reserved_rni;111 u16 reserved_tag;114 u32 hang_detect_users;[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