Lines Matching refs:mpt3sas_port
3747 struct _sas_port *mpt3sas_port; in _scsih_block_io_to_children_attached_to_ex() local
3755 list_for_each_entry(mpt3sas_port, in _scsih_block_io_to_children_attached_to_ex()
3757 if (mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3761 mpt3sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
3771 list_for_each_entry(mpt3sas_port, in _scsih_block_io_to_children_attached_to_ex()
3774 if (mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3776 mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3780 ioc, mpt3sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
5939 struct _sas_port *mpt3sas_port = NULL; in _scsih_expander_add() local
6022 mpt3sas_port = mpt3sas_transport_port_add(ioc, handle, in _scsih_expander_add()
6024 if (!mpt3sas_port) { in _scsih_expander_add()
6030 sas_expander->parent_dev = &mpt3sas_port->rphy->dev; in _scsih_expander_add()
6067 if (mpt3sas_port) in _scsih_expander_add()
9922 struct _sas_port *mpt3sas_port, *next; in _scsih_expander_node_remove() local
9926 list_for_each_entry_safe(mpt3sas_port, next, in _scsih_expander_node_remove()
9930 if (mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
9933 mpt3sas_port->remote_identify.sas_address); in _scsih_expander_node_remove()
9934 else if (mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
9936 mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
9939 mpt3sas_port->remote_identify.sas_address); in _scsih_expander_node_remove()
10132 struct _sas_port *mpt3sas_port, *next_port; in scsih_remove() local
10187 list_for_each_entry_safe(mpt3sas_port, next_port, in scsih_remove()
10189 if (mpt3sas_port->remote_identify.device_type == in scsih_remove()
10192 mpt3sas_port->remote_identify.sas_address); in scsih_remove()
10193 else if (mpt3sas_port->remote_identify.device_type == in scsih_remove()
10195 mpt3sas_port->remote_identify.device_type == in scsih_remove()
10198 mpt3sas_port->remote_identify.sas_address); in scsih_remove()