| /linux/drivers/scsi/libsas/ |
| 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() 122 struct asd_sas_phy *phy = sas_ha->sas_phy[i]; in sas_register_phys()
|
| 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() 77 static void sas_form_port(struct asd_sas_phy *phy) in sas_form_port() 199 void sas_deform_port(struct asd_sas_phy *phy, int gone) in sas_deform_port() 267 struct asd_sas_phy *phy = ev->phy; in sas_porte_bytes_dmaed() 275 struct asd_sas_phy *phy = ev->phy; in sas_porte_broadcast_rcvd() 293 struct asd_sas_phy *phy = ev->phy; in sas_porte_link_reset_err() 301 struct asd_sas_phy *phy = ev->phy; in sas_porte_timer_event() 309 struct asd_sas_phy *phy = ev->phy; in sas_porte_hard_reset()
|
| A D | sas_init.c | 187 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in sas_get_linkerrors() 197 int sas_try_ata_reset(struct asd_sas_phy *asd_phy) in sas_try_ata_reset() 236 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in transport_sas_phy_reset() 270 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in sas_phy_enable() 307 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in sas_phy_reset() 343 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in sas_set_phy_speed() 368 struct asd_sas_phy *phy = ha->sas_phy[i]; in sas_prep_resume_ha() 381 struct asd_sas_phy *phy = ha->sas_phy[i]; in phys_suspended() 407 struct asd_sas_phy *phy = ha->sas_phy[i]; in sas_resume_ha() 592 struct asd_sas_event *sas_alloc_event(struct asd_sas_phy *phy, in sas_alloc_event() [all …]
|
| A D | sas_internal.h | 51 struct asd_sas_event *sas_alloc_event(struct asd_sas_phy *phy, gfp_t gfp_flags); 61 void sas_deform_port(struct asd_sas_phy *phy, int gone); 79 int sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event, 87 int sas_try_ata_reset(struct asd_sas_phy *phy); 142 static inline void sas_phy_set_target(struct asd_sas_phy *p, struct domain_device *dev) in sas_phy_set_target()
|
| A D | sas_event.c | 102 struct asd_sas_phy *sas_phy; in sas_enable_revalidation() 110 sas_phy = container_of(port->phy_list.next, struct asd_sas_phy, in sas_enable_revalidation() 135 int sas_notify_port_event(struct asd_sas_phy *phy, enum port_event event, in sas_notify_port_event() 158 int sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event, in sas_notify_phy_event()
|
| A D | sas_discover.c | 52 struct asd_sas_phy *phy; in sas_get_port_device() 67 phy = container_of(port->phy_list.next, struct asd_sas_phy, port_phy_el); in sas_get_port_device() 234 struct asd_sas_phy *phy; in sas_suspend_devices()
|
| A D | sas_host_smp.c | 187 struct asd_sas_phy *asd_phy; in sas_phy_control()
|
| /linux/include/scsi/ |
| A D | libsas.h | 283 struct asd_sas_phy *phy; 296 struct asd_sas_phy *phy, int event) in INIT_SAS_EVENT() 308 struct asd_sas_phy { struct 387 struct asd_sas_phy **sas_phy; /* array of valid pointers, must be set */ 432 static inline void sas_phy_disconnected(struct asd_sas_phy *phy) in sas_phy_disconnected() 627 void (*lldd_port_formed)(struct asd_sas_phy *); 628 void (*lldd_port_deformed)(struct asd_sas_phy *); 652 int (*lldd_control_phy)(struct asd_sas_phy *, enum phy_func, void *); 712 int sas_notify_port_event(struct asd_sas_phy *phy, enum port_event event, 714 int sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event,
|
| /linux/drivers/scsi/isci/ |
| 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);
|
| A D | port.h | 277 void isci_port_formed(struct asd_sas_phy *); 278 void isci_port_deformed(struct asd_sas_phy *);
|
| 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/mvsas/ |
| A D | mv_sas.h | 205 struct asd_sas_phy sas_phy; 435 int mvs_phy_control(struct asd_sas_phy *sas_phy, enum phy_func func, 446 void mvs_port_formed(struct asd_sas_phy *sas_phy); 447 void mvs_port_deformed(struct asd_sas_phy *sas_phy);
|
| A D | mv_sas.c | 66 struct asd_sas_phy *phy; in mvs_find_dev_mvi() 71 struct asd_sas_phy, port_phy_el); in mvs_find_dev_mvi() 98 struct asd_sas_phy *phy; in mvs_find_dev_phyno() 163 int mvs_phy_control(struct asd_sas_phy *sas_phy, enum phy_func func, in mvs_phy_control() 222 struct asd_sas_phy *sas_phy = &phy->sas_phy; in mvs_bytes_dmaed() 307 struct asd_sas_phy *sas_phy = sha->sas_phy[sphy->number]; in mvs_task_prep_smp() 1013 struct asd_sas_phy *sas_phy = &mvi->phy[i].sas_phy; in mvs_update_phyinfo() 1073 static void mvs_port_notify_formed(struct asd_sas_phy *sas_phy, int lock) in mvs_port_notify_formed() 1134 void mvs_port_formed(struct asd_sas_phy *sas_phy) in mvs_port_formed() 1139 void mvs_port_deformed(struct asd_sas_phy *sas_phy) in mvs_port_deformed() [all …]
|
| A D | mv_init.c | 82 struct asd_sas_phy *sas_phy = &phy->sas_phy; in mvs_phy_init() 407 struct asd_sas_phy **arr_phy; in mvs_prep_sas_ha_init()
|
| /linux/drivers/scsi/aic94xx/ |
| 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()
|
| A D | aic94xx.h | 74 int asd_control_phy(struct asd_sas_phy *phy, enum phy_func func, void *arg);
|
| A D | aic94xx_sas.h | 677 struct asd_sas_phy sas_phy;
|
| /linux/drivers/scsi/hisi_sas/ |
| A D | hisi_sas_main.c | 617 struct asd_sas_phy *sas_phy = &phy->sas_phy; in hisi_sas_bytes_dmaed() 868 struct asd_sas_phy *sas_phy = &phy->sas_phy; in hisi_sas_phyup_work() 881 struct asd_sas_phy *sas_phy = &phy->sas_phy; in hisi_sas_linkreset_work() 943 struct asd_sas_phy *sas_phy = &phy->sas_phy; in hisi_sas_phy_init() 976 struct asd_sas_phy *aphy = &phy->sas_phy; in hisi_sas_phy_enable() 1117 struct asd_sas_phy *sas_phy = &phy->sas_phy; in hisi_sas_phy_set_linkrate() 1427 struct asd_sas_phy *sas_phy; in hisi_sas_refresh_port_id() 1513 struct asd_sas_phy *sas_phy; in hisi_sas_send_ata_reset_each_phy() 1816 struct asd_sas_phy *sas_phy = in hisi_sas_debug_I_T_nexus_reset() 1834 struct asd_sas_phy *sas_phy = in hisi_sas_debug_I_T_nexus_reset() [all …]
|
| A D | hisi_sas_v2_hw.c | 1231 struct asd_sas_phy *sas_phy = &phy->sas_phy; in init_reg_v2_hw() 1562 struct asd_sas_phy *sas_phy = &phy->sas_phy; in phy_get_events_v2_hw() 1584 struct asd_sas_phy *sas_phy = &phy->sas_phy; in phys_init_v2_hw() 2576 struct asd_sas_phy *sas_phy; in hisi_sas_internal_abort_quirk_timeout() 2640 struct asd_sas_phy *sas_phy = &phy->sas_phy; in phy_up_v2_hw() 2815 struct asd_sas_phy *sas_phy = &phy->sas_phy; in phy_bcast_v2_hw() 3194 struct asd_sas_phy *sas_phy = &phy->sas_phy; in sata_int_v2_hw()
|
| A D | hisi_sas_v1_hw.c | 1324 struct asd_sas_phy *sas_phy = &phy->sas_phy; in int_phyup_v1_hw() 1403 struct asd_sas_phy *sas_phy = &phy->sas_phy; in int_bcast_v1_hw() 1434 struct asd_sas_phy *sas_phy = &phy->sas_phy; in int_abnormal_v1_hw()
|
| A D | hisi_sas.h | 174 struct asd_sas_phy sas_phy;
|
| A D | hisi_sas_v3_hw.c | 620 struct asd_sas_phy *sas_phy = &phy->sas_phy; in init_reg_v3_hw() 1031 struct asd_sas_phy *sas_phy = &phy->sas_phy; in phys_init_v3_hw() 1484 struct asd_sas_phy *sas_phy = &phy->sas_phy; in phy_up_v3_hw() 1610 struct asd_sas_phy *sas_phy = &phy->sas_phy; in phy_bcast_v3_hw() 1742 struct asd_sas_phy *sas_phy = &phy->sas_phy; in phy_get_events_v3_hw() 1806 struct asd_sas_phy *sas_phy = &phy->sas_phy; in handle_chl_int2_v3_hw() 4674 struct asd_sas_phy **arr_phy; in hisi_sas_v3_probe()
|
| /linux/drivers/scsi/pm8001/ |
| A D | pm8001_sas.h | 240 struct asd_sas_phy sas_phy; 642 int pm8001_phy_control(struct asd_sas_phy *sas_phy, enum phy_func func, 657 void pm8001_port_formed(struct asd_sas_phy *sas_phy);
|
| A D | pm8001_sas.c | 155 int pm8001_phy_control(struct asd_sas_phy *sas_phy, enum phy_func func, in pm8001_phy_control() 1359 void pm8001_port_formed(struct asd_sas_phy *sas_phy) in pm8001_port_formed()
|
| A D | pm8001_init.c | 142 struct asd_sas_phy *sas_phy = &phy->sas_phy; in pm8001_phy_init() 585 struct asd_sas_phy **arr_phy; in pm8001_prep_sas_ha_init()
|