• Home
  • Raw
  • Download

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()
6883 struct _sas_port *mpt3sas_port = NULL; in _scsih_expander_add() local
6979 mpt3sas_port = mpt3sas_transport_port_add(ioc, handle, in _scsih_expander_add()
6981 if (!mpt3sas_port) { in _scsih_expander_add()
6987 sas_expander->parent_dev = &mpt3sas_port->rphy->dev; in _scsih_expander_add()
6988 sas_expander->rphy = mpt3sas_port->rphy; in _scsih_expander_add()
7027 if (mpt3sas_port) in _scsih_expander_add()
11036 struct _sas_port *mpt3sas_port, *next; in _scsih_expander_node_remove() local
11041 list_for_each_entry_safe(mpt3sas_port, next, in _scsih_expander_node_remove()
11045 if (mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
11048 mpt3sas_port->remote_identify.sas_address, in _scsih_expander_node_remove()
11049 mpt3sas_port->hba_port); in _scsih_expander_node_remove()
11050 else if (mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
11052 mpt3sas_port->remote_identify.device_type == in _scsih_expander_node_remove()
11055 mpt3sas_port->remote_identify.sas_address, in _scsih_expander_node_remove()
11056 mpt3sas_port->hba_port); in _scsih_expander_node_remove()
11253 struct _sas_port *mpt3sas_port, *next_port; in scsih_remove() local
11311 list_for_each_entry_safe(mpt3sas_port, next_port, in scsih_remove()
11313 if (mpt3sas_port->remote_identify.device_type == in scsih_remove()
11316 mpt3sas_port->remote_identify.sas_address, in scsih_remove()
11317 mpt3sas_port->hba_port); in scsih_remove()
11318 else if (mpt3sas_port->remote_identify.device_type == in scsih_remove()
11320 mpt3sas_port->remote_identify.device_type == in scsih_remove()
11323 mpt3sas_port->remote_identify.sas_address, in scsih_remove()
11324 mpt3sas_port->hba_port); in scsih_remove()