Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c439 struct _sas_port *mpt3sas_port) in _transport_delete_port() argument
441 u64 sas_address = mpt3sas_port->remote_identify.sas_address; in _transport_delete_port()
443 mpt3sas_port->remote_identify.device_type; in _transport_delete_port()
445 dev_printk(KERN_INFO, &mpt3sas_port->port->dev, in _transport_delete_port()
466 struct _sas_port *mpt3sas_port, struct _sas_phy *mpt3sas_phy) in _transport_delete_phy() argument
468 u64 sas_address = mpt3sas_port->remote_identify.sas_address; in _transport_delete_phy()
475 mpt3sas_port->num_phys--; in _transport_delete_phy()
476 sas_port_delete_phy(mpt3sas_port->port, mpt3sas_phy->phy); in _transport_delete_phy()
487 _transport_add_phy(struct MPT3SAS_ADAPTER *ioc, struct _sas_port *mpt3sas_port, in _transport_add_phy() argument
490 u64 sas_address = mpt3sas_port->remote_identify.sas_address; in _transport_add_phy()
[all …]
H A Dmpt3sas_scsih.c3769 struct _sas_port *mpt3sas_port; in _scsih_block_io_to_children_attached_to_ex() local
3777 list_for_each_entry(mpt3sas_port, in _scsih_block_io_to_children_attached_to_ex()
3779 if (mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3783 mpt3sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
3793 list_for_each_entry(mpt3sas_port, in _scsih_block_io_to_children_attached_to_ex()
3796 if (mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3798 mpt3sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3802 ioc, mpt3sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
5961 struct _sas_port *mpt3sas_port = NULL; in _scsih_expander_add() local
6046 mpt3sas_port = mpt3sas_transport_port_add(ioc, handle, in _scsih_expander_add()
[all …]