Lines Matching refs:mpt2sas_port

2995 	struct _sas_port *mpt2sas_port;  in _scsih_block_io_to_children_attached_to_ex()  local
3003 list_for_each_entry(mpt2sas_port, in _scsih_block_io_to_children_attached_to_ex()
3005 if (mpt2sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3010 mpt2sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
3018 list_for_each_entry(mpt2sas_port, in _scsih_block_io_to_children_attached_to_ex()
3021 if (mpt2sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3023 mpt2sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3027 ioc, mpt2sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
4863 struct _sas_port *mpt2sas_port = NULL; in _scsih_expander_add() local
4946 mpt2sas_port = mpt2sas_transport_port_add(ioc, handle, in _scsih_expander_add()
4948 if (!mpt2sas_port) { in _scsih_expander_add()
4954 sas_expander->parent_dev = &mpt2sas_port->rphy->dev; in _scsih_expander_add()
4991 if (mpt2sas_port) in _scsih_expander_add()
7671 struct _sas_port *mpt2sas_port, *next; in _scsih_expander_node_remove() local
7674 list_for_each_entry_safe(mpt2sas_port, next, in _scsih_expander_node_remove()
7678 if (mpt2sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
7681 mpt2sas_port->remote_identify.sas_address); in _scsih_expander_node_remove()
7682 else if (mpt2sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
7684 mpt2sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
7687 mpt2sas_port->remote_identify.sas_address); in _scsih_expander_node_remove()
7813 struct _sas_port *mpt2sas_port, *next_port; in _scsih_remove() local
7846 list_for_each_entry_safe(mpt2sas_port, next_port, in _scsih_remove()
7848 if (mpt2sas_port->remote_identify.device_type == in _scsih_remove()
7851 mpt2sas_port->remote_identify.sas_address); in _scsih_remove()
7852 else if (mpt2sas_port->remote_identify.device_type == in _scsih_remove()
7854 mpt2sas_port->remote_identify.device_type == in _scsih_remove()
7857 mpt2sas_port->remote_identify.sas_address); in _scsih_remove()