Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c479 struct _sas_port *mpt2sas_port) in _transport_delete_port() argument
481 u64 sas_address = mpt2sas_port->remote_identify.sas_address; in _transport_delete_port()
483 mpt2sas_port->remote_identify.device_type; in _transport_delete_port()
485 dev_printk(KERN_INFO, &mpt2sas_port->port->dev, in _transport_delete_port()
508 struct _sas_port *mpt2sas_port, struct _sas_phy *mpt2sas_phy) in _transport_delete_phy() argument
510 u64 sas_address = mpt2sas_port->remote_identify.sas_address; in _transport_delete_phy()
517 mpt2sas_port->num_phys--; in _transport_delete_phy()
518 sas_port_delete_phy(mpt2sas_port->port, mpt2sas_phy->phy); in _transport_delete_phy()
531 _transport_add_phy(struct MPT2SAS_ADAPTER *ioc, struct _sas_port *mpt2sas_port, in _transport_add_phy() argument
534 u64 sas_address = mpt2sas_port->remote_identify.sas_address; in _transport_add_phy()
[all …]
Dmpt2sas_scsih.c2995 struct _sas_port *mpt2sas_port; in _scsih_block_io_to_children_attached_to_ex() local
3003 list_for_each_entry(mpt2sas_port, in _scsih_block_io_to_children_attached_to_ex()
3005 if (mpt2sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3010 mpt2sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
3018 list_for_each_entry(mpt2sas_port, in _scsih_block_io_to_children_attached_to_ex()
3021 if (mpt2sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3023 mpt2sas_port->remote_identify.device_type == in _scsih_block_io_to_children_attached_to_ex()
3027 ioc, mpt2sas_port->remote_identify.sas_address); in _scsih_block_io_to_children_attached_to_ex()
4863 struct _sas_port *mpt2sas_port = NULL; in _scsih_expander_add() local
4946 mpt2sas_port = mpt2sas_transport_port_add(ioc, handle, in _scsih_expander_add()
[all …]