Lines Matching refs:mpt3sas_port
3965 struct _sas_port *mpt3sas_port; in _scsih_block_io_to_children_attached_to_ex() local
3973 list_for_each_entry(mpt3sas_port, in _scsih_block_io_to_children_attached_to_ex()
3975 if (mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3979 mpt3sas_port->remote_identify.sas_address, in _scsih_block_io_to_children_attached_to_ex()
3980 mpt3sas_port->hba_port); in _scsih_block_io_to_children_attached_to_ex()
3990 list_for_each_entry(mpt3sas_port, in _scsih_block_io_to_children_attached_to_ex()
3993 if (mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3995 mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3999 ioc, mpt3sas_port->remote_identify.sas_address, in _scsih_block_io_to_children_attached_to_ex()
4000 mpt3sas_port->hba_port); in _scsih_block_io_to_children_attached_to_ex()
6896 struct _sas_port *mpt3sas_port = NULL; in _scsih_expander_add() local
6992 mpt3sas_port = mpt3sas_transport_port_add(ioc, handle, in _scsih_expander_add()
6994 if (!mpt3sas_port) { in _scsih_expander_add()
7000 sas_expander->parent_dev = &mpt3sas_port->rphy->dev; in _scsih_expander_add()
7001 sas_expander->rphy = mpt3sas_port->rphy; in _scsih_expander_add()
7040 if (mpt3sas_port) in _scsih_expander_add()
11049 struct _sas_port *mpt3sas_port, *next; in _scsih_expander_node_remove() local
11054 list_for_each_entry_safe(mpt3sas_port, next, in _scsih_expander_node_remove()
11058 if (mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
11061 mpt3sas_port->remote_identify.sas_address, in _scsih_expander_node_remove()
11062 mpt3sas_port->hba_port); in _scsih_expander_node_remove()
11063 else if (mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
11065 mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
11068 mpt3sas_port->remote_identify.sas_address, in _scsih_expander_node_remove()
11069 mpt3sas_port->hba_port); in _scsih_expander_node_remove()
11266 struct _sas_port *mpt3sas_port, *next_port; in scsih_remove() local
11324 list_for_each_entry_safe(mpt3sas_port, next_port, in scsih_remove()
11326 if (mpt3sas_port->remote_identify.device_type == in scsih_remove()
11329 mpt3sas_port->remote_identify.sas_address, in scsih_remove()
11330 mpt3sas_port->hba_port); in scsih_remove()
11331 else if (mpt3sas_port->remote_identify.device_type == in scsih_remove()
11333 mpt3sas_port->remote_identify.device_type == in scsih_remove()
11336 mpt3sas_port->remote_identify.sas_address, in scsih_remove()
11337 mpt3sas_port->hba_port); in scsih_remove()