Home
last modified time | relevance | path

Searched refs:parent_port (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/scsi/libsas/
Dsas_internal.h163 if (!ex->parent_port) { in sas_add_parent_port()
164 ex->parent_port = sas_port_alloc(&dev->rphy->dev, phy_id); in sas_add_parent_port()
166 BUG_ON(!ex->parent_port); in sas_add_parent_port()
167 BUG_ON(sas_port_add(ex->parent_port)); in sas_add_parent_port()
168 sas_port_mark_backlink(ex->parent_port); in sas_add_parent_port()
170 sas_port_add_phy(ex->parent_port, ex_phy->phy); in sas_add_parent_port()
/Linux-v5.4/drivers/misc/habanalabs/
Dpci.c171 struct pci_dev *parent_port; in hl_pci_reset_link_through_bridge() local
174 parent_port = pdev->bus->self; in hl_pci_reset_link_through_bridge()
175 pci_read_config_word(parent_port, PCI_BRIDGE_CONTROL, &val); in hl_pci_reset_link_through_bridge()
177 pci_write_config_word(parent_port, PCI_BRIDGE_CONTROL, val); in hl_pci_reset_link_through_bridge()
181 pci_write_config_word(parent_port, PCI_BRIDGE_CONTROL, val); in hl_pci_reset_link_through_bridge()
/Linux-v5.4/drivers/scsi/smartpqi/
Dsmartpqi_sas_transport.c38 pqi_sas_phy->parent_port = pqi_sas_port; in pqi_alloc_sas_phy()
47 sas_port_delete_phy(pqi_sas_phy->parent_port->port, phy); in pqi_free_sas_phy()
61 pqi_sas_port = pqi_sas_phy->parent_port; in pqi_sas_port_add_phy()
Dsmartpqi.h1037 struct pqi_sas_port *parent_port; member
/Linux-v5.4/drivers/scsi/
Dhpsa.h56 struct hpsa_sas_port *parent_port; member
Dhpsa.c9533 hpsa_sas_phy->parent_port = hpsa_sas_port; in hpsa_alloc_sas_phy()
9542 sas_port_delete_phy(hpsa_sas_phy->parent_port->port, phy); in hpsa_free_sas_phy()
9556 hpsa_sas_port = hpsa_sas_phy->parent_port; in hpsa_sas_port_add_phy()
/Linux-v5.4/include/scsi/
Dlibsas.h134 struct sas_port *parent_port; member