Lines Matching refs:mpt2sas_port

2997 	struct _sas_port *mpt2sas_port;  in _scsih_block_io_to_children_attached_to_ex()  local
3005 list_for_each_entry(mpt2sas_port, in _scsih_block_io_to_children_attached_to_ex()
3007 if (mpt2sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3012 mpt2sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
3020 list_for_each_entry(mpt2sas_port, in _scsih_block_io_to_children_attached_to_ex()
3023 if (mpt2sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3025 mpt2sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3031 ioc, mpt2sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
4835 struct _sas_port *mpt2sas_port = NULL; in _scsih_expander_add() local
4918 mpt2sas_port = mpt2sas_transport_port_add(ioc, handle, in _scsih_expander_add()
4920 if (!mpt2sas_port) { in _scsih_expander_add()
4926 sas_expander->parent_dev = &mpt2sas_port->rphy->dev; in _scsih_expander_add()
4963 if (mpt2sas_port) in _scsih_expander_add()
7595 struct _sas_port *mpt2sas_port, *next; in _scsih_expander_node_remove() local
7598 list_for_each_entry_safe(mpt2sas_port, next, in _scsih_expander_node_remove()
7602 if (mpt2sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
7605 mpt2sas_port->remote_identify.sas_address); in _scsih_expander_node_remove()
7606 else if (mpt2sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
7608 mpt2sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
7611 mpt2sas_port->remote_identify.sas_address); in _scsih_expander_node_remove()
7741 struct _sas_port *mpt2sas_port, *next_port; in _scsih_remove() local
7774 list_for_each_entry_safe(mpt2sas_port, next_port, in _scsih_remove()
7776 if (mpt2sas_port->remote_identify.device_type == in _scsih_remove()
7779 mpt2sas_port->remote_identify.sas_address); in _scsih_remove()
7780 else if (mpt2sas_port->remote_identify.device_type == in _scsih_remove()
7782 mpt2sas_port->remote_identify.device_type == in _scsih_remove()
7785 mpt2sas_port->remote_identify.sas_address); in _scsih_remove()