Lines Matching refs:mpt3sas_port
3964 struct _sas_port *mpt3sas_port; in _scsih_block_io_to_children_attached_to_ex() local
3972 list_for_each_entry(mpt3sas_port, in _scsih_block_io_to_children_attached_to_ex()
3974 if (mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3978 mpt3sas_port->remote_identify.sas_address, in _scsih_block_io_to_children_attached_to_ex()
3979 mpt3sas_port->hba_port); in _scsih_block_io_to_children_attached_to_ex()
3989 list_for_each_entry(mpt3sas_port, in _scsih_block_io_to_children_attached_to_ex()
3992 if (mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3994 mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3998 ioc, mpt3sas_port->remote_identify.sas_address, in _scsih_block_io_to_children_attached_to_ex()
3999 mpt3sas_port->hba_port); in _scsih_block_io_to_children_attached_to_ex()
6895 struct _sas_port *mpt3sas_port = NULL; in _scsih_expander_add() local
6991 mpt3sas_port = mpt3sas_transport_port_add(ioc, handle, in _scsih_expander_add()
6993 if (!mpt3sas_port) { in _scsih_expander_add()
6999 sas_expander->parent_dev = &mpt3sas_port->rphy->dev; in _scsih_expander_add()
7000 sas_expander->rphy = mpt3sas_port->rphy; in _scsih_expander_add()
7039 if (mpt3sas_port) in _scsih_expander_add()
11048 struct _sas_port *mpt3sas_port, *next; in _scsih_expander_node_remove() local
11053 list_for_each_entry_safe(mpt3sas_port, next, in _scsih_expander_node_remove()
11057 if (mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
11060 mpt3sas_port->remote_identify.sas_address, in _scsih_expander_node_remove()
11061 mpt3sas_port->hba_port); in _scsih_expander_node_remove()
11062 else if (mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
11064 mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
11067 mpt3sas_port->remote_identify.sas_address, in _scsih_expander_node_remove()
11068 mpt3sas_port->hba_port); in _scsih_expander_node_remove()
11265 struct _sas_port *mpt3sas_port, *next_port; in scsih_remove() local
11323 list_for_each_entry_safe(mpt3sas_port, next_port, in scsih_remove()
11325 if (mpt3sas_port->remote_identify.device_type == in scsih_remove()
11328 mpt3sas_port->remote_identify.sas_address, in scsih_remove()
11329 mpt3sas_port->hba_port); in scsih_remove()
11330 else if (mpt3sas_port->remote_identify.device_type == in scsih_remove()
11332 mpt3sas_port->remote_identify.device_type == in scsih_remove()
11335 mpt3sas_port->remote_identify.sas_address, in scsih_remove()
11336 mpt3sas_port->hba_port); in scsih_remove()