Lines Matching refs:sas_port

140 struct hisi_sas_port *to_hisi_sas_port(struct asd_sas_port *sas_port)  in to_hisi_sas_port()  argument
142 return container_of(sas_port, struct hisi_sas_port, sas_port); in to_hisi_sas_port()
465 struct asd_sas_port *sas_port = device->port; in hisi_sas_queue_command() local
476 if (!sas_port) { in hisi_sas_queue_command()
518 port = to_hisi_sas_port(sas_port); in hisi_sas_queue_command()
566 port = to_hisi_sas_port(sas_port); in hisi_sas_queue_command()
1068 struct asd_sas_port *sas_port = sas_phy->port; in hisi_sas_port_notify_formed() local
1071 if (!sas_port) in hisi_sas_port_notify_formed()
1074 port = to_hisi_sas_port(sas_port); in hisi_sas_port_notify_formed()
1078 sas_port->lldd_port = port; in hisi_sas_port_notify_formed()
1352 struct asd_sas_port *sas_port; in hisi_sas_refresh_port_id() local
1361 sas_port = device->port; in hisi_sas_refresh_port_id()
1362 port = to_hisi_sas_port(sas_port); in hisi_sas_refresh_port_id()
1364 spin_lock(&sas_port->phy_list_lock); in hisi_sas_refresh_port_id()
1365 list_for_each_entry(sas_phy, &sas_port->phy_list, port_phy_el) in hisi_sas_refresh_port_id()
1370 spin_unlock(&sas_port->phy_list_lock); in hisi_sas_refresh_port_id()
1393 struct asd_sas_port *sas_port = sas_phy->port; in hisi_sas_rescan_topology() local
1394 bool do_port_check = _sas_port != sas_port; in hisi_sas_rescan_topology()
1401 if (do_port_check && sas_port && sas_port->port_dev) { in hisi_sas_rescan_topology()
1402 struct domain_device *dev = sas_port->port_dev; in hisi_sas_rescan_topology()
1404 _sas_port = sas_port; in hisi_sas_rescan_topology()
1435 struct asd_sas_port *sas_port, in hisi_sas_send_ata_reset_each_phy() argument
1446 if (!(sas_port->phy_mask & BIT(i))) in hisi_sas_send_ata_reset_each_phy()
1482 struct asd_sas_port *sas_port = &port->sas_port; in hisi_sas_terminate_stp_reject() local
1483 struct domain_device *port_dev = sas_port->port_dev; in hisi_sas_terminate_stp_reject()
1490 list_for_each_entry(device, &sas_port->dev_list, in hisi_sas_terminate_stp_reject()
1494 sas_port, in hisi_sas_terminate_stp_reject()
2518 sha->sas_port = arr_port; in hisi_sas_probe()
2542 sha->sas_port[i] = &hisi_hba->port[i].sas_port; in hisi_sas_probe()