Lines Matching defs:asd_sas_port
234 struct asd_sas_port { struct
236 struct sas_discovery disc;
237 struct domain_device *port_dev;
238 spinlock_t dev_list_lock;
239 struct list_head dev_list;
240 struct list_head disco_list;
241 struct list_head destroy_list;
242 struct list_head sas_port_del_list;
243 enum sas_linkrate linkrate;
245 struct sas_work work;
246 int suspended;
249 int id;
251 u8 sas_addr[SAS_ADDR_SIZE];
252 u8 attached_sas_addr[SAS_ADDR_SIZE];
253 enum sas_protocol iproto;
254 enum sas_protocol tproto;
256 enum sas_oob_mode oob_mode;
258 spinlock_t phy_list_lock;
259 struct list_head phy_list;
260 int num_phys;
261 u32 phy_mask;
263 struct sas_ha_struct *ha;
265 struct sas_port *port;
267 void *lldd_port; /* not touched by the sas class code */