Home
last modified time | relevance | path

Searched refs:sas_port (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v4.19/include/scsi/
Dscsi_transport_sas.h146 struct sas_port { struct
163 container_of((d), struct sas_port, dev) argument
202 extern struct sas_rphy *sas_end_device_alloc(struct sas_port *);
203 extern struct sas_rphy *sas_expander_alloc(struct sas_port *, enum sas_device_type);
210 struct sas_port *sas_port_alloc(struct device *, int);
211 struct sas_port *sas_port_alloc_num(struct device *);
212 int sas_port_add(struct sas_port *);
213 void sas_port_free(struct sas_port *);
214 void sas_port_delete(struct sas_port *);
215 void sas_port_add_phy(struct sas_port *, struct sas_phy *);
[all …]
Dlibsas.h134 struct sas_port *port;
151 struct sas_port *parent_port;
287 struct sas_port *port;
399 struct asd_sas_port **sas_port; /* array of valid pointers, must be set */ member
/Linux-v4.19/drivers/scsi/smartpqi/
Dsmartpqi_sas_transport.c111 struct sas_port *port; in pqi_alloc_sas_port()
192 if (!device->sas_port) in pqi_find_device_by_sas_rphy()
194 if (device->sas_port->rphy == rphy) in pqi_find_device_by_sas_rphy()
268 device->sas_port = pqi_sas_port; in pqi_add_sas_device()
278 device->sas_port = NULL; in pqi_add_sas_device()
285 if (device->sas_port) { in pqi_remove_sas_device()
286 pqi_free_sas_port(device->sas_port); in pqi_remove_sas_device()
287 device->sas_port = NULL; in pqi_remove_sas_device()
Dsmartpqi.h840 struct pqi_sas_port *sas_port; member
919 struct sas_port *port;
/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_main.c162 struct hisi_sas_port *to_hisi_sas_port(struct asd_sas_port *sas_port) in to_hisi_sas_port() argument
164 return container_of(sas_port, struct hisi_sas_port, sas_port); in to_hisi_sas_port()
295 struct asd_sas_port *sas_port = device->port; in hisi_sas_task_prep() local
303 if (!sas_port) { in hisi_sas_task_prep()
330 port = to_hisi_sas_port(sas_port); in hisi_sas_task_prep()
783 struct asd_sas_port *sas_port = sas_phy->port; in hisi_sas_port_notify_formed() local
784 struct hisi_sas_port *port = to_hisi_sas_port(sas_port); in hisi_sas_port_notify_formed()
787 if (!sas_port) in hisi_sas_port_notify_formed()
794 sas_port->lldd_port = port; in hisi_sas_port_notify_formed()
1152 struct asd_sas_port *sas_port; in hisi_sas_refresh_port_id() local
[all …]
Dhisi_sas.h154 struct asd_sas_port sas_port; member
458 extern struct hisi_sas_port *to_hisi_sas_port(struct asd_sas_port *sas_port);
Dhisi_sas_v3_hw.c620 struct asd_sas_port *sas_port = device->port; in setup_itct_v3_hw() local
621 struct hisi_sas_port *port = to_hisi_sas_port(sas_port); in setup_itct_v3_hw()
1065 struct asd_sas_port *sas_port = device->port; in prep_ata_v3_hw() local
1066 struct hisi_sas_port *port = to_hisi_sas_port(sas_port); in prep_ata_v3_hw()
1749 slot->port->sas_port.id); in slot_complete_v3_hw()
2238 sha->sas_port = arr_port; in hisi_sas_v3_probe()
2260 sha->sas_port[i] = &hisi_hba->port[i].sas_port; in hisi_sas_v3_probe()
Dhisi_sas_v2_hw.c931 struct asd_sas_port *sas_port = device->port; in setup_itct_v2_hw() local
932 struct hisi_sas_port *port = to_hisi_sas_port(sas_port); in setup_itct_v2_hw()
2481 slot->port->sas_port.id); in slot_complete_v2_hw()
2522 struct asd_sas_port *sas_port = device->port; in prep_ata_v2_hw() local
2523 struct hisi_sas_port *port = to_hisi_sas_port(sas_port); in prep_ata_v2_hw()
2606 asd_sas_port = &port->sas_port; in hisi_sas_internal_abort_quirk_timeout()
Dhisi_sas_v1_hw.c511 struct asd_sas_port *sas_port = device->port; in setup_itct_v1_hw() local
512 struct hisi_sas_port *port = to_hisi_sas_port(sas_port); in setup_itct_v1_hw()
1352 slot->port->sas_port.id); in slot_complete_v1_hw()
/Linux-v4.19/drivers/scsi/
Dscsi_transport_sas.c794 struct sas_port *port = transport_class_to_sas_port(dev); \
830 struct sas_port *port = dev_to_sas_port(dev); in sas_port_release()
838 static void sas_port_create_link(struct sas_port *port, in sas_port_create_link()
856 static void sas_port_delete_link(struct sas_port *port, in sas_port_delete_link()
874 struct sas_port *sas_port_alloc(struct device *parent, int port_id) in sas_port_alloc()
877 struct sas_port *port; in sas_port_alloc()
919 struct sas_port *sas_port_alloc_num(struct device *parent) in sas_port_alloc_num()
945 int sas_port_add(struct sas_port *port) in sas_port_add()
974 void sas_port_free(struct sas_port *port) in sas_port_free()
988 void sas_port_delete(struct sas_port *port) in sas_port_delete()
[all …]
Dhpsa.h46 struct sas_port *port;
109 struct hpsa_sas_port *sas_port; member
/Linux-v4.19/drivers/scsi/mvsas/
Dmv_sas.c84 while (sha->sas_port[i]) { in mvs_find_dev_mvi()
85 if (sha->sas_port[i] == dev->port) { in mvs_find_dev_mvi()
86 phy = container_of(sha->sas_port[i]->phy_list.next, in mvs_find_dev_mvi()
112 while (sha->sas_port[i]) { in mvs_find_dev_phyno()
113 if (sha->sas_port[i] == dev->port) { in mvs_find_dev_phyno()
116 &sha->sas_port[i]->phy_list, port_phy_el) { in mvs_find_dev_phyno()
323 struct asd_sas_port *sas_port = dev->port; in mvs_task_prep_smp() local
408 buf_oaf[1] = min(sas_port->linkrate, dev->linkrate) & 0xf; in mvs_task_prep_smp()
451 struct asd_sas_port *sas_port = dev->port; in mvs_task_prep_ata() local
471 ((sas_port->phy_mask & TXQ_PHY_MASK) << TXQ_PHY_SHIFT) | in mvs_task_prep_ata()
[all …]
Dmv_init.c453 sha->sas_port = arr_port; in mvs_prep_sas_ha_init()
489 sha->sas_port[j * chip_info->n_phy + i] = in mvs_post_sas_ha_init()
490 &mvi->port[i].sas_port; in mvs_post_sas_ha_init()
654 kfree(sha->sas_port); in mvs_pci_remove()
Dmv_sas.h215 struct asd_sas_port sas_port; member
/Linux-v4.19/drivers/scsi/libsas/
Dsas_discover.c369 struct sas_port *sas_port, *p; in sas_destruct_ports() local
371 list_for_each_entry_safe(sas_port, p, &port->sas_port_del_list, del_list) { in sas_destruct_ports()
372 list_del_init(&sas_port->del_list); in sas_destruct_ports()
373 sas_port_delete(sas_port); in sas_destruct_ports()
411 void sas_device_set_phy(struct domain_device *dev, struct sas_port *port) in sas_device_set_phy()
DMakefile27 sas_port.o \
Dsas_port.c123 port = sas_ha->sas_port[i]; in sas_form_port()
137 port = sas_ha->sas_port[i]; in sas_form_port()
337 struct asd_sas_port *port = sas_ha->sas_port[i]; in sas_register_ports()
Dsas_event.c116 struct asd_sas_port *port = ha->sas_port[i]; in sas_enable_revalidation()
Dsas_internal.h94 void sas_device_set_phy(struct domain_device *dev, struct sas_port *port);
Dsas_init.c447 struct asd_sas_port *port = ha->sas_port[i]; in sas_suspend_ha()
/Linux-v4.19/Documentation/scsi/
Dlibsas.txt97 port -- this points to the sas_port if the phy belongs
99 sas_port this phy is part of. Set by the SAS Layer.
110 struct sas_port --------------------
129 struct sas_port sas_ports[MAX_PHYS]; /* (1) */
143 sas_port
148 and the number of ports present in the sas_port
190 int (*lldd_clear_nexus_port)(struct sas_port *);
211 static struct sas_port *sas_ports[MAX_PHYS];
221 my_ha->sas_ha.sas_port = sas_ports;
/Linux-v4.19/drivers/message/fusion/
Dmptsas.h153 struct sas_port *port; /* transport layer port object */
/Linux-v4.19/drivers/scsi/pm8001/
Dpm8001_init.c556 sha->sas_port = arr_port; in pm8001_prep_sas_ha_init()
593 sha->sas_port[i] = &pm8001_ha->port[i].sas_port; in pm8001_post_sas_ha_init()
1121 kfree(sha->sas_port); in pm8001_pci_remove()
/Linux-v4.19/drivers/scsi/aic94xx/
Daic94xx_init.c696 asd_ha->sas_ha.sas_port= sas_ports; in asd_register_sas_ha()
712 kfree(asd_ha->sas_ha.sas_port); in asd_unregister_sas_ha()
/Linux-v4.19/drivers/scsi/isci/
Dinit.c257 sas_ha->sas_port = sas_ports; in isci_register_sas_ha()

12