Lines Matching refs:mpt3sas_port

3446 	struct _sas_port *mpt3sas_port;  in _scsih_block_io_to_children_attached_to_ex()  local
3454 list_for_each_entry(mpt3sas_port, in _scsih_block_io_to_children_attached_to_ex()
3456 if (mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3460 mpt3sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
3470 list_for_each_entry(mpt3sas_port, in _scsih_block_io_to_children_attached_to_ex()
3473 if (mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3475 mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3479 ioc, mpt3sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
5630 struct _sas_port *mpt3sas_port = NULL; in _scsih_expander_add() local
5714 mpt3sas_port = mpt3sas_transport_port_add(ioc, handle, in _scsih_expander_add()
5716 if (!mpt3sas_port) { in _scsih_expander_add()
5722 sas_expander->parent_dev = &mpt3sas_port->rphy->dev; in _scsih_expander_add()
5759 if (mpt3sas_port) in _scsih_expander_add()
9670 struct _sas_port *mpt3sas_port, *next; in _scsih_expander_node_remove() local
9674 list_for_each_entry_safe(mpt3sas_port, next, in _scsih_expander_node_remove()
9678 if (mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
9681 mpt3sas_port->remote_identify.sas_address); in _scsih_expander_node_remove()
9682 else if (mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
9684 mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
9687 mpt3sas_port->remote_identify.sas_address); in _scsih_expander_node_remove()
9789 struct _sas_port *mpt3sas_port, *next_port; in scsih_remove() local
9833 list_for_each_entry_safe(mpt3sas_port, next_port, in scsih_remove()
9835 if (mpt3sas_port->remote_identify.device_type == in scsih_remove()
9838 mpt3sas_port->remote_identify.sas_address); in scsih_remove()
9839 else if (mpt3sas_port->remote_identify.device_type == in scsih_remove()
9841 mpt3sas_port->remote_identify.device_type == in scsih_remove()
9844 mpt3sas_port->remote_identify.sas_address); in scsih_remove()