Home
last modified time | relevance | path

Searched refs:remote_identify (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c473 u64 sas_address = mpt3sas_port->remote_identify.sas_address; in _transport_delete_port()
475 mpt3sas_port->remote_identify.device_type; in _transport_delete_port()
502 u64 sas_address = mpt3sas_port->remote_identify.sas_address; in _transport_delete_phy()
526 u64 sas_address = mpt3sas_port->remote_identify.sas_address; in _transport_add_phy()
560 if (mpt3sas_port->remote_identify.sas_address != in _transport_add_phy_to_an_existing_port()
624 if (sas_node->phy[i].remote_identify.sas_address != sas_address) in _transport_sanity_check()
677 &mpt3sas_port->remote_identify))) { in mpt3sas_transport_port_add()
683 if (mpt3sas_port->remote_identify.device_type == SAS_PHY_UNUSED) { in mpt3sas_transport_port_add()
690 mpt3sas_port->remote_identify.sas_address); in mpt3sas_transport_port_add()
693 if (sas_node->phy[i].remote_identify.sas_address != in mpt3sas_transport_port_add()
[all …]
Dmpt3sas_scsih.c2686 if (mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
2691 mpt3sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
2702 if (mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
2704 mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
2708 ioc, mpt3sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
7310 if (mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
7313 mpt3sas_port->remote_identify.sas_address); in _scsih_expander_node_remove()
7314 else if (mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
7316 mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
7319 mpt3sas_port->remote_identify.sas_address); in _scsih_expander_node_remove()
[all …]
Dmpt3sas_base.h374 struct sas_identify remote_identify; member
394 struct sas_identify remote_identify; member
/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c481 u64 sas_address = mpt2sas_port->remote_identify.sas_address; in _transport_delete_port()
483 mpt2sas_port->remote_identify.device_type; in _transport_delete_port()
510 u64 sas_address = mpt2sas_port->remote_identify.sas_address; in _transport_delete_phy()
534 u64 sas_address = mpt2sas_port->remote_identify.sas_address; in _transport_add_phy()
567 if (mpt2sas_port->remote_identify.sas_address != in _transport_add_phy_to_an_existing_port()
630 if (sas_node->phy[i].remote_identify.sas_address != sas_address) in _transport_sanity_check()
683 &mpt2sas_port->remote_identify))) { in mpt2sas_transport_port_add()
689 if (mpt2sas_port->remote_identify.device_type == SAS_PHY_UNUSED) { in mpt2sas_transport_port_add()
696 mpt2sas_port->remote_identify.sas_address); in mpt2sas_transport_port_add()
699 if (sas_node->phy[i].remote_identify.sas_address != in mpt2sas_transport_port_add()
[all …]
Dmpt2sas_base.h450 struct sas_identify remote_identify; member
470 struct sas_identify remote_identify; member
Dmpt2sas_scsih.c3005 if (mpt2sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3010 mpt2sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
3021 if (mpt2sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3023 mpt2sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3027 ioc, mpt2sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
7678 if (mpt2sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
7681 mpt2sas_port->remote_identify.sas_address); in _scsih_expander_node_remove()
7682 else if (mpt2sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
7684 mpt2sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
7687 mpt2sas_port->remote_identify.sas_address); in _scsih_expander_node_remove()
[all …]