/linux-6.3-rc2/include/scsi/ |
A D | scsi_transport_sas.h | 147 struct sas_port { struct 164 container_of((d), struct sas_port, dev) argument 211 struct sas_port *sas_port_alloc(struct device *, int); 212 struct sas_port *sas_port_alloc_num(struct device *); 213 int sas_port_add(struct sas_port *); 214 void sas_port_free(struct sas_port *); 215 void sas_port_delete(struct sas_port *); 216 void sas_port_add_phy(struct sas_port *, struct sas_phy *); 217 void sas_port_delete_phy(struct sas_port *, struct sas_phy *); 218 void sas_port_mark_backlink(struct sas_port *); [all …]
|
A D | libsas.h | 117 struct sas_port *port; 134 struct sas_port *parent_port; 276 struct sas_port *port; 389 struct asd_sas_port **sas_port; /* array of valid pointers, must be set */ member
|
/linux-6.3-rc2/drivers/scsi/smartpqi/ |
A D | smartpqi_sas_transport.c | 134 struct sas_port *port; in pqi_alloc_sas_port() 216 if (!device->sas_port) in pqi_find_device_by_sas_rphy() 218 if (device->sas_port->rphy == rphy) in pqi_find_device_by_sas_rphy() 294 device->sas_port = pqi_sas_port; in pqi_add_sas_device() 304 device->sas_port = NULL; in pqi_add_sas_device() 311 if (device->sas_port) { in pqi_remove_sas_device() 312 pqi_free_sas_port(device->sas_port); in pqi_remove_sas_device() 313 device->sas_port = NULL; in pqi_remove_sas_device()
|
A D | smartpqi.h | 1140 struct pqi_sas_port *sas_port; member 1220 struct sas_port *port;
|
/linux-6.3-rc2/drivers/scsi/hisi_sas/ |
A D | hisi_sas_main.c | 142 return container_of(sas_port, struct hisi_sas_port, sas_port); in to_hisi_sas_port() 472 if (!sas_port) { in hisi_sas_queue_command() 1011 if (!sas_port) in hisi_sas_port_notify_formed() 1019 sas_port->lldd_port = port; in hisi_sas_port_notify_formed() 1300 sas_port = device->port; in hisi_sas_refresh_port_id() 1340 if (do_port_check && sas_port && sas_port->port_dev) { in hisi_sas_rescan_topology() 1343 _sas_port = sas_port; in hisi_sas_rescan_topology() 1421 struct asd_sas_port *sas_port = &port->sas_port; in hisi_sas_terminate_stp_reject() local 1433 sas_port, in hisi_sas_terminate_stp_reject() 2420 sha->sas_port = arr_port; in hisi_sas_probe() [all …]
|
A D | hisi_sas.h | 199 struct asd_sas_port sas_port; member 636 extern struct hisi_sas_port *to_hisi_sas_port(struct asd_sas_port *sas_port);
|
A D | hisi_sas_v2_hw.c | 929 struct asd_sas_port *sas_port = device->port; in setup_itct_v2_hw() local 930 struct hisi_sas_port *port = to_hisi_sas_port(sas_port); in setup_itct_v2_hw() 2452 slot->port->sas_port.id); in slot_complete_v2_hw() 2490 struct asd_sas_port *sas_port = device->port; in prep_ata_v2_hw() local 2491 struct hisi_sas_port *port = to_hisi_sas_port(sas_port); in prep_ata_v2_hw() 2579 asd_sas_port = &port->sas_port; in hisi_sas_internal_abort_quirk_timeout()
|
A D | hisi_sas_v1_hw.c | 497 struct asd_sas_port *sas_port = device->port; in setup_itct_v1_hw() local 498 struct hisi_sas_port *port = to_hisi_sas_port(sas_port); in setup_itct_v1_hw() 1304 slot->port->sas_port.id); in slot_complete_v1_hw()
|
A D | hisi_sas_v3_hw.c | 803 struct asd_sas_port *sas_port = device->port; in setup_itct_v3_hw() local 804 struct hisi_sas_port *port = to_hisi_sas_port(sas_port); in setup_itct_v3_hw() 1400 struct asd_sas_port *sas_port = device->port; in prep_ata_v3_hw() local 1401 struct hisi_sas_port *port = to_hisi_sas_port(sas_port); in prep_ata_v3_hw() 2364 slot->port->sas_port.id); in slot_complete_v3_hw() 4850 sha->sas_port = arr_port; in hisi_sas_v3_probe() 4870 sha->sas_port[i] = &hisi_hba->port[i].sas_port; in hisi_sas_v3_probe()
|
/linux-6.3-rc2/drivers/scsi/mvsas/ |
A D | mv_sas.c | 64 while (sha->sas_port[i]) { in mvs_find_dev_mvi() 65 if (sha->sas_port[i] == dev->port) { in mvs_find_dev_mvi() 66 spin_lock(&sha->sas_port[i]->phy_list_lock); in mvs_find_dev_mvi() 94 while (sha->sas_port[i]) { in mvs_find_dev_phyno() 95 if (sha->sas_port[i] == dev->port) { in mvs_find_dev_phyno() 306 struct asd_sas_port *sas_port = dev->port; in mvs_task_prep_smp() local 434 struct asd_sas_port *sas_port = dev->port; in mvs_task_prep_ata() local 562 struct asd_sas_port *sas_port = dev->port; in mvs_task_prep_ssp() local 577 sas_port->phy_mask) & TXQ_PHY_MASK; in mvs_task_prep_ssp() 1080 if (!sas_port) in mvs_port_notify_formed() [all …]
|
A D | mv_init.c | 418 sha->sas_port = arr_port; in mvs_prep_sas_ha_init() 454 sha->sas_port[j * chip_info->n_phy + i] = in mvs_post_sas_ha_init() 455 &mvi->port[i].sas_port; in mvs_post_sas_ha_init() 623 kfree(sha->sas_port); in mvs_pci_remove()
|
A D | mv_sas.h | 196 struct asd_sas_port sas_port; member
|
/linux-6.3-rc2/drivers/scsi/ |
A D | scsi_transport_sas.c | 799 struct sas_port *port = transport_class_to_sas_port(dev); \ 835 struct sas_port *port = dev_to_sas_port(dev); in sas_port_release() 843 static void sas_port_create_link(struct sas_port *port, in sas_port_create_link() 861 static void sas_port_delete_link(struct sas_port *port, in sas_port_delete_link() 882 struct sas_port *port; in sas_port_alloc() 924 struct sas_port *sas_port_alloc_num(struct device *parent) in sas_port_alloc_num() 950 int sas_port_add(struct sas_port *port) in sas_port_add() 979 void sas_port_free(struct sas_port *port) in sas_port_free() 993 void sas_port_delete(struct sas_port *port) in sas_port_delete() 1042 struct sas_phy *sas_port_get_phy(struct sas_port *port) in sas_port_get_phy() [all …]
|
A D | hpsa.h | 47 struct sas_port *port; 112 struct hpsa_sas_port *sas_port; member
|
/linux-6.3-rc2/drivers/scsi/libsas/ |
A D | sas_discover.c | 355 struct sas_port *sas_port, *p; in sas_destruct_ports() local 357 list_for_each_entry_safe(sas_port, p, &port->sas_port_del_list, del_list) { in sas_destruct_ports() 358 list_del_init(&sas_port->del_list); in sas_destruct_ports() 359 sas_port_delete(sas_port); in sas_destruct_ports() 397 void sas_device_set_phy(struct domain_device *dev, struct sas_port *port) in sas_device_set_phy()
|
A D | Makefile | 12 sas_port.o \
|
A D | sas_port.c | 136 port = sas_ha->sas_port[i]; in sas_form_port() 151 port = sas_ha->sas_port[i]; in sas_form_port() 349 struct asd_sas_port *port = sas_ha->sas_port[i]; in sas_register_ports()
|
A D | sas_event.c | 100 struct asd_sas_port *port = ha->sas_port[i]; in sas_enable_revalidation()
|
A D | sas_internal.h | 85 void sas_device_set_phy(struct domain_device *dev, struct sas_port *port);
|
A D | sas_init.c | 393 struct asd_sas_port *port = ha->sas_port[i]; in sas_resume_insert_broadcast_ha() 473 struct asd_sas_port *port = ha->sas_port[i]; in sas_suspend_ha()
|
/linux-6.3-rc2/Documentation/scsi/ |
A D | libsas.rst | 117 - this points to the sas_port if the phy belongs 119 sas_port this phy is part of. Set by the SAS Layer. 132 ``struct sas_port`` 156 struct sas_port sas_ports[MAX_PHYS]; /* (1) */ 174 sas_port subsection 184 and the number of ports present in the sas_port 220 int (*lldd_clear_nexus_port)(struct sas_port *); 242 static struct sas_port *sas_ports[MAX_PHYS]; 252 my_ha->sas_ha.sas_port = sas_ports;
|
/linux-6.3-rc2/drivers/message/fusion/ |
A D | mptsas.h | 154 struct sas_port *port; /* transport layer port object */
|
/linux-6.3-rc2/drivers/scsi/pm8001/ |
A D | pm8001_sas.c | 1143 struct asd_sas_port *sas_port = sas_phy->port; in pm8001_port_formed() local 1146 if (!sas_port) { in pm8001_port_formed() 1150 sas_port->lldd_port = port; in pm8001_port_formed()
|
A D | pm8001_init.c | 616 sha->sas_port = arr_port; in pm8001_prep_sas_ha_init() 649 sha->sas_port[i] = &pm8001_ha->port[i].sas_port; in pm8001_post_sas_ha_init() 1298 kfree(sha->sas_port); in pm8001_pci_remove()
|
/linux-6.3-rc2/drivers/scsi/aic94xx/ |
A D | aic94xx_init.c | 679 asd_ha->sas_ha.sas_port= sas_ports; in asd_register_sas_ha() 695 kfree(asd_ha->sas_ha.sas_port); in asd_unregister_sas_ha()
|