Home
last modified time | relevance | path

Searched refs:mpt2sas_port (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c475 struct _sas_port *mpt2sas_port) in _transport_delete_port() argument
477 u64 sas_address = mpt2sas_port->remote_identify.sas_address; in _transport_delete_port()
479 mpt2sas_port->remote_identify.device_type; in _transport_delete_port()
481 dev_printk(KERN_INFO, &mpt2sas_port->port->dev, in _transport_delete_port()
504 struct _sas_port *mpt2sas_port, struct _sas_phy *mpt2sas_phy) in _transport_delete_phy() argument
506 u64 sas_address = mpt2sas_port->remote_identify.sas_address; in _transport_delete_phy()
513 mpt2sas_port->num_phys--; in _transport_delete_phy()
514 sas_port_delete_phy(mpt2sas_port->port, mpt2sas_phy->phy); in _transport_delete_phy()
527 _transport_add_phy(struct MPT2SAS_ADAPTER *ioc, struct _sas_port *mpt2sas_port, in _transport_add_phy() argument
530 u64 sas_address = mpt2sas_port->remote_identify.sas_address; in _transport_add_phy()
[all …]
Dmpt2sas_scsih.c2997 struct _sas_port *mpt2sas_port; in _scsih_block_io_to_children_attached_to_ex() local
3005 list_for_each_entry(mpt2sas_port, in _scsih_block_io_to_children_attached_to_ex()
3007 if (mpt2sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3012 mpt2sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
3020 list_for_each_entry(mpt2sas_port, in _scsih_block_io_to_children_attached_to_ex()
3023 if (mpt2sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3025 mpt2sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3031 ioc, mpt2sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
4835 struct _sas_port *mpt2sas_port = NULL; in _scsih_expander_add() local
4918 mpt2sas_port = mpt2sas_transport_port_add(ioc, handle, in _scsih_expander_add()
[all …]