Home
last modified time | relevance | path

Searched defs:isci_port (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/isci/
H A Dport.h97 struct isci_port { struct
101 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 …]
H A Dremote_device.h93 struct isci_port *isci_port; member
H A Dport.c242 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()
H A Dremote_device.c1617 struct isci_port *isci_port = dev->port->lldd_port; in isci_remote_device_found() local