Lines Matching refs:mpt3sas_port

3769 	struct _sas_port *mpt3sas_port;  in _scsih_block_io_to_children_attached_to_ex()  local
3777 list_for_each_entry(mpt3sas_port, in _scsih_block_io_to_children_attached_to_ex()
3779 if (mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3783 mpt3sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
3793 list_for_each_entry(mpt3sas_port, in _scsih_block_io_to_children_attached_to_ex()
3796 if (mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3798 mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3802 ioc, mpt3sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
5961 struct _sas_port *mpt3sas_port = NULL; in _scsih_expander_add() local
6046 mpt3sas_port = mpt3sas_transport_port_add(ioc, handle, in _scsih_expander_add()
6048 if (!mpt3sas_port) { in _scsih_expander_add()
6054 sas_expander->parent_dev = &mpt3sas_port->rphy->dev; in _scsih_expander_add()
6091 if (mpt3sas_port) in _scsih_expander_add()
9946 struct _sas_port *mpt3sas_port, *next; in _scsih_expander_node_remove() local
9950 list_for_each_entry_safe(mpt3sas_port, next, in _scsih_expander_node_remove()
9954 if (mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
9957 mpt3sas_port->remote_identify.sas_address); in _scsih_expander_node_remove()
9958 else if (mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
9960 mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
9963 mpt3sas_port->remote_identify.sas_address); in _scsih_expander_node_remove()
10156 struct _sas_port *mpt3sas_port, *next_port; in scsih_remove() local
10211 list_for_each_entry_safe(mpt3sas_port, next_port, in scsih_remove()
10213 if (mpt3sas_port->remote_identify.device_type == in scsih_remove()
10216 mpt3sas_port->remote_identify.sas_address); in scsih_remove()
10217 else if (mpt3sas_port->remote_identify.device_type == in scsih_remove()
10219 mpt3sas_port->remote_identify.device_type == in scsih_remove()
10222 mpt3sas_port->remote_identify.sas_address); in scsih_remove()