Lines Matching refs:mpt3sas_port

3481 	struct _sas_port *mpt3sas_port;  in _scsih_block_io_to_children_attached_to_ex()  local
3489 list_for_each_entry(mpt3sas_port, in _scsih_block_io_to_children_attached_to_ex()
3491 if (mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3495 mpt3sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
3505 list_for_each_entry(mpt3sas_port, in _scsih_block_io_to_children_attached_to_ex()
3508 if (mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3510 mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3514 ioc, mpt3sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
5660 struct _sas_port *mpt3sas_port = NULL; in _scsih_expander_add() local
5743 mpt3sas_port = mpt3sas_transport_port_add(ioc, handle, in _scsih_expander_add()
5745 if (!mpt3sas_port) { in _scsih_expander_add()
5751 sas_expander->parent_dev = &mpt3sas_port->rphy->dev; in _scsih_expander_add()
5788 if (mpt3sas_port) in _scsih_expander_add()
9627 struct _sas_port *mpt3sas_port, *next; in _scsih_expander_node_remove() local
9631 list_for_each_entry_safe(mpt3sas_port, next, in _scsih_expander_node_remove()
9635 if (mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
9638 mpt3sas_port->remote_identify.sas_address); in _scsih_expander_node_remove()
9639 else if (mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
9641 mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
9644 mpt3sas_port->remote_identify.sas_address); in _scsih_expander_node_remove()
9740 struct _sas_port *mpt3sas_port, *next_port; in scsih_remove() local
9791 list_for_each_entry_safe(mpt3sas_port, next_port, in scsih_remove()
9793 if (mpt3sas_port->remote_identify.device_type == in scsih_remove()
9796 mpt3sas_port->remote_identify.sas_address); in scsih_remove()
9797 else if (mpt3sas_port->remote_identify.device_type == in scsih_remove()
9799 mpt3sas_port->remote_identify.device_type == in scsih_remove()
9802 mpt3sas_port->remote_identify.sas_address); in scsih_remove()