Lines Matching refs:mpt3sas_port
2676 struct _sas_port *mpt3sas_port; in _scsih_block_io_to_children_attached_to_ex() local
2684 list_for_each_entry(mpt3sas_port, in _scsih_block_io_to_children_attached_to_ex()
2686 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()
2699 list_for_each_entry(mpt3sas_port, 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()
4464 struct _sas_port *mpt3sas_port = NULL; in _scsih_expander_add() local
4548 mpt3sas_port = mpt3sas_transport_port_add(ioc, handle, in _scsih_expander_add()
4550 if (!mpt3sas_port) { in _scsih_expander_add()
4556 sas_expander->parent_dev = &mpt3sas_port->rphy->dev; in _scsih_expander_add()
4592 if (mpt3sas_port) in _scsih_expander_add()
7303 struct _sas_port *mpt3sas_port, *next; in _scsih_expander_node_remove() local
7306 list_for_each_entry_safe(mpt3sas_port, next, in _scsih_expander_node_remove()
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()
7418 struct _sas_port *mpt3sas_port, *next_port; in _scsih_remove() local
7451 list_for_each_entry_safe(mpt3sas_port, next_port, in _scsih_remove()
7453 if (mpt3sas_port->remote_identify.device_type == in _scsih_remove()
7456 mpt3sas_port->remote_identify.sas_address); in _scsih_remove()
7457 else if (mpt3sas_port->remote_identify.device_type == in _scsih_remove()
7459 mpt3sas_port->remote_identify.device_type == in _scsih_remove()
7462 mpt3sas_port->remote_identify.sas_address); in _scsih_remove()