| /linux/drivers/scsi/libsas/ |
| H A D | sas_phy.c | 20 struct asd_sas_phy *phy = ev->phy; in sas_phye_loss_of_signal() 29 struct asd_sas_phy *phy = ev->phy; in sas_phye_oob_done() 37 struct asd_sas_phy *phy = ev->phy; in sas_phye_oob_error() 66 struct asd_sas_phy *phy = ev->phy; in sas_phye_spinup_hold() 78 struct asd_sas_phy *phy = ev->phy; in sas_phye_resume_timeout() 95 struct asd_sas_phy *phy = ev->phy; in sas_phye_shutdown() 123 struct asd_sas_phy *phy = sas_ha->sas_phy[i]; in sas_register_phys() 162 struct asd_sas_phy *phy = sas_ha->sas_phy[i]; in sas_register_phys() 175 struct asd_sas_phy *phy = sas_ha->sas_phy[i]; in sas_unregister_phys()
|
| H A D | sas_port.c | 15 static bool phy_is_wideport_member(struct asd_sas_port *port, struct asd_sas_phy *phy) in phy_is_wideport_member() 26 static void sas_resume_port(struct asd_sas_phy *phy) in sas_resume_port() 71 struct asd_sas_phy *phy, bool wideport) in sas_form_port_add_phy() 104 static void sas_form_port(struct asd_sas_phy *phy) in sas_form_port() 209 void sas_deform_port(struct asd_sas_phy *phy, bool gone) in sas_deform_port() 276 struct asd_sas_phy *phy = ev->phy; in sas_porte_bytes_dmaed() 284 struct asd_sas_phy *phy = ev->phy; in sas_porte_broadcast_rcvd() 302 struct asd_sas_phy *phy = ev->phy; in sas_porte_link_reset_err() 310 struct asd_sas_phy *phy = ev->phy; in sas_porte_timer_event() 318 struct asd_sas_phy *phy = ev->phy; in sas_porte_hard_reset()
|
| H A D | sas_event.c | 103 struct asd_sas_phy *sas_phy; in sas_enable_revalidation() 114 sas_phy = container_of(port->phy_list.next, struct asd_sas_phy, in sas_enable_revalidation() 127 struct asd_sas_phy *phy = ev->phy; in sas_port_event_worker() 138 struct asd_sas_phy *phy = ev->phy; in sas_phy_event_worker() 147 static bool sas_defer_event(struct asd_sas_phy *phy, struct asd_sas_event *ev) in sas_defer_event() 164 void sas_notify_port_event(struct asd_sas_phy *phy, enum port_event event, in sas_notify_port_event() 191 void sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event, in sas_notify_phy_event()
|
| H A D | sas_init.c | 185 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in sas_get_linkerrors() 195 int sas_try_ata_reset(struct asd_sas_phy *asd_phy) in sas_try_ata_reset() 234 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in transport_sas_phy_reset() 268 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in sas_phy_enable() 305 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in sas_phy_reset() 341 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in sas_set_phy_speed() 367 struct asd_sas_phy *phy = ha->sas_phy[i]; in sas_prep_resume_ha() 380 struct asd_sas_phy *phy = ha->sas_phy[i]; in phys_suspended() 398 struct asd_sas_phy *first_phy; in sas_resume_insert_broadcast_ha() 402 &port->phy_list, struct asd_sas_phy, in sas_resume_insert_broadcast_ha() [all …]
|
| H A D | sas_internal.h | 59 struct asd_sas_event *sas_alloc_event(struct asd_sas_phy *phy, gfp_t gfp_flags); 74 void sas_deform_port(struct asd_sas_phy *phy, bool gone); 100 int sas_try_ata_reset(struct asd_sas_phy *phy); 177 static inline void sas_phy_set_target(struct asd_sas_phy *p, struct domain_device *dev) in sas_phy_set_target()
|
| H A D | sas_discover.c | 51 struct asd_sas_phy *phy; in sas_get_port_device() 66 phy = container_of(port->phy_list.next, struct asd_sas_phy, port_phy_el); in sas_get_port_device() 233 struct asd_sas_phy *phy; in sas_suspend_devices()
|
| H A D | sas_host_smp.c | 187 struct asd_sas_phy *asd_phy; in sas_phy_control()
|
| /linux/include/scsi/ |
| H A D | libsas.h | 280 struct asd_sas_phy *phy; 293 struct asd_sas_phy *phy, int event) in INIT_SAS_EVENT() 305 struct asd_sas_phy { struct 377 struct asd_sas_phy **sas_phy; /* array of valid pointers, must be set */ 420 static inline void sas_phy_disconnected(struct asd_sas_phy *phy) in sas_phy_disconnected() 647 void (*lldd_port_formed)(struct asd_sas_phy *); 648 void (*lldd_port_deformed)(struct asd_sas_phy *); 676 int (*lldd_control_phy)(struct asd_sas_phy *, enum phy_func, void *); 733 void sas_notify_port_event(struct asd_sas_phy *phy, enum port_event event, 735 void sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event,
|
| /linux/drivers/scsi/isci/ |
| H A D | phy.h | 98 struct asd_sas_phy sas_phy; 106 static inline struct isci_phy *to_iphy(struct asd_sas_phy *sas_phy) in to_iphy() 457 int isci_phy_control(struct asd_sas_phy *phy, enum phy_func func, void *buf);
|
| H A D | port.h | 277 void isci_port_formed(struct asd_sas_phy *); 278 void isci_port_deformed(struct asd_sas_phy *);
|
| H A D | init.c | 220 struct asd_sas_phy **sas_phys; in isci_register_sas_ha()
|
| H A D | port.c | 1722 void isci_port_deformed(struct asd_sas_phy *phy) in isci_port_deformed() 1747 void isci_port_formed(struct asd_sas_phy *phy) in isci_port_formed()
|
| /linux/drivers/scsi/hisi_sas/ |
| H A D | hisi_sas_main.c | 24 static int hisi_sas_control_phy(struct asd_sas_phy *sas_phy, enum phy_func func, 653 struct asd_sas_phy *sas_phy = &phy->sas_phy; in hisi_sas_bytes_dmaed() 945 struct asd_sas_phy *sas_phy = &phy->sas_phy; in hisi_sas_phyup_work_common() 983 struct asd_sas_phy *sas_phy = &phy->sas_phy; in hisi_sas_linkreset_work() 1065 struct asd_sas_phy *sas_phy = &phy->sas_phy; in hisi_sas_phy_init() 1096 struct asd_sas_phy *aphy = &phy->sas_phy; in hisi_sas_phy_enable() 1116 static void hisi_sas_port_notify_formed(struct asd_sas_phy *sas_phy) in hisi_sas_port_notify_formed() 1251 struct asd_sas_phy *sas_phy = &phy->sas_phy; in hisi_sas_phy_set_linkrate() 1280 static int hisi_sas_control_phy(struct asd_sas_phy *sas_phy, enum phy_func func, in hisi_sas_control_phy() 1407 struct asd_sas_phy *sas_phy; in hisi_sas_refresh_port_id() [all …]
|
| H A D | hisi_sas_v2_hw.c | 1230 struct asd_sas_phy *sas_phy = &phy->sas_phy; in init_reg_v2_hw() 1561 struct asd_sas_phy *sas_phy = &phy->sas_phy; in phy_get_events_v2_hw() 1583 struct asd_sas_phy *sas_phy = &phy->sas_phy; in phys_init_v2_hw() 2586 struct asd_sas_phy *sas_phy; in hisi_sas_internal_abort_quirk_timeout() 2651 struct asd_sas_phy *sas_phy = &phy->sas_phy; in phy_up_v2_hw() 3202 struct asd_sas_phy *sas_phy = &phy->sas_phy; in sata_int_v2_hw()
|
| H A D | hisi_sas_v1_hw.c | 1320 struct asd_sas_phy *sas_phy = &phy->sas_phy; in int_phyup_v1_hw() 1399 struct asd_sas_phy *sas_phy = &phy->sas_phy; in int_bcast_v1_hw() 1428 struct asd_sas_phy *sas_phy = &phy->sas_phy; in int_abnormal_v1_hw()
|
| H A D | hisi_sas.h | 185 struct asd_sas_phy sas_phy;
|
| /linux/drivers/scsi/mvsas/ |
| H A D | mv_sas.h | 205 struct asd_sas_phy sas_phy; 428 int mvs_phy_control(struct asd_sas_phy *sas_phy, enum phy_func func, 436 void mvs_port_formed(struct asd_sas_phy *sas_phy); 437 void mvs_port_deformed(struct asd_sas_phy *sas_phy);
|
| H A D | mv_sas.c | 62 struct asd_sas_phy *phy; in mvs_find_dev_mvi() 68 struct asd_sas_phy, port_phy_el); in mvs_find_dev_mvi() 96 struct asd_sas_phy *phy; in mvs_find_dev_phyno() 154 int mvs_phy_control(struct asd_sas_phy *sas_phy, enum phy_func func, in mvs_phy_control() 213 struct asd_sas_phy *sas_phy = &phy->sas_phy; in mvs_bytes_dmaed() 298 struct asd_sas_phy *sas_phy = sha->sas_phy[sphy->number]; in mvs_task_prep_smp() 997 struct asd_sas_phy *sas_phy = &mvi->phy[i].sas_phy; in mvs_update_phyinfo() 1057 static void mvs_port_notify_formed(struct asd_sas_phy *sas_phy, int lock) in mvs_port_notify_formed() 1099 static void mvs_port_notify_deformed(struct asd_sas_phy *sas_phy, int lock) in mvs_port_notify_deformed() 1118 void mvs_port_formed(struct asd_sas_phy *sas_phy) in mvs_port_formed() [all …]
|
| H A D | mv_init.c | 66 struct asd_sas_phy *sas_phy = &phy->sas_phy; in mvs_phy_init() 386 struct asd_sas_phy **arr_phy; in mvs_prep_sas_ha_init()
|
| /linux/drivers/scsi/aic94xx/ |
| H A D | aic94xx_scb.c | 159 struct asd_sas_phy *sas_phy = &phy->sas_phy; in asd_form_port() 206 struct asd_sas_phy *sas_phy = &phy->sas_phy; in asd_deform_port() 246 struct asd_sas_phy *sas_phy = sas_ha->sas_phy[phy_id]; in asd_link_reset_err_tasklet() 299 struct asd_sas_phy *sas_phy = sas_ha->sas_phy[phy_id]; in asd_primitive_rcvd_tasklet() 407 struct asd_sas_phy *sas_phy = sas_ha->sas_phy[phy_id]; in escb_tasklet_complete() 890 int asd_control_phy(struct asd_sas_phy *phy, enum phy_func func, void *arg) in asd_control_phy()
|
| H A D | aic94xx.h | 73 int asd_control_phy(struct asd_sas_phy *phy, enum phy_func func, void *arg);
|
| H A D | aic94xx_sas.h | 677 struct asd_sas_phy sas_phy;
|
| /linux/drivers/scsi/pm8001/ |
| H A D | pm8001_sas.h | 248 struct asd_sas_phy sas_phy; 645 int pm8001_phy_control(struct asd_sas_phy *sas_phy, enum phy_func func, 658 void pm8001_port_formed(struct asd_sas_phy *sas_phy);
|
| H A D | pm8001_sas.c | 225 int pm8001_phy_control(struct asd_sas_phy *sas_phy, enum phy_func func, in pm8001_phy_control() 1229 void pm8001_port_formed(struct asd_sas_phy *sas_phy) in pm8001_port_formed()
|
| H A D | pm8001_init.c | 161 struct asd_sas_phy *sas_phy = &phy->sas_phy; in pm8001_phy_init() 609 struct asd_sas_phy **arr_phy; in pm8001_prep_sas_ha_init()
|