Lines Matching refs:mpt3sas_port
2703 struct _sas_port *mpt3sas_port; in _scsih_block_io_to_children_attached_to_ex() local
2711 list_for_each_entry(mpt3sas_port, in _scsih_block_io_to_children_attached_to_ex()
2713 if (mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
2718 mpt3sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
2726 list_for_each_entry(mpt3sas_port, in _scsih_block_io_to_children_attached_to_ex()
2729 if (mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
2731 mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
2735 ioc, mpt3sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
4434 struct _sas_port *mpt3sas_port = NULL; in _scsih_expander_add() local
4518 mpt3sas_port = mpt3sas_transport_port_add(ioc, handle, in _scsih_expander_add()
4520 if (!mpt3sas_port) { in _scsih_expander_add()
4526 sas_expander->parent_dev = &mpt3sas_port->rphy->dev; in _scsih_expander_add()
4562 if (mpt3sas_port) in _scsih_expander_add()
7263 struct _sas_port *mpt3sas_port, *next; in _scsih_expander_node_remove() local
7266 list_for_each_entry_safe(mpt3sas_port, next, in _scsih_expander_node_remove()
7270 if (mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
7273 mpt3sas_port->remote_identify.sas_address); in _scsih_expander_node_remove()
7274 else if (mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
7276 mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
7279 mpt3sas_port->remote_identify.sas_address); in _scsih_expander_node_remove()
7378 struct _sas_port *mpt3sas_port, *next_port; in _scsih_remove() local
7411 list_for_each_entry_safe(mpt3sas_port, next_port, in _scsih_remove()
7413 if (mpt3sas_port->remote_identify.device_type == in _scsih_remove()
7416 mpt3sas_port->remote_identify.sas_address); in _scsih_remove()
7417 else if (mpt3sas_port->remote_identify.device_type == in _scsih_remove()
7419 mpt3sas_port->remote_identify.device_type == in _scsih_remove()
7422 mpt3sas_port->remote_identify.sas_address); in _scsih_remove()