Home
last modified time | relevance | path

Searched refs:att_dev_info (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/scsi/mvsas/
Dmv_94xx.c807 u32 att_dev_info = 0; in mvs_94xx_make_dev_info() local
809 att_dev_info |= id->dev_type; in mvs_94xx_make_dev_info()
811 att_dev_info |= PORT_DEV_STP_INIT; in mvs_94xx_make_dev_info()
813 att_dev_info |= PORT_DEV_SMP_INIT; in mvs_94xx_make_dev_info()
815 att_dev_info |= PORT_DEV_SSP_INIT; in mvs_94xx_make_dev_info()
817 att_dev_info |= PORT_DEV_STP_TRGT; in mvs_94xx_make_dev_info()
819 att_dev_info |= PORT_DEV_SMP_TRGT; in mvs_94xx_make_dev_info()
821 att_dev_info |= PORT_DEV_SSP_TRGT; in mvs_94xx_make_dev_info()
823 att_dev_info |= (u32)id->phy_id<<24; in mvs_94xx_make_dev_info()
824 return att_dev_info; in mvs_94xx_make_dev_info()
[all …]
Dmv_sas.c243 if (!(phy->att_dev_info & PORT_DEV_TRGT_MASK) in mvs_bytes_dmaed()
270 if (phy->att_dev_info & PORT_SSP_TRGT_MASK) { in mvs_bytes_dmaed()
1056 || phy->att_dev_info & PORT_SSP_INIT_MASK) { in mvs_update_phyinfo()
1059 phy->att_dev_info & PORT_DEV_TYPE_MASK; in mvs_update_phyinfo()
1079 i + mvi->id * mvi->chip->n_phy, phy->att_dev_info); in mvs_update_phyinfo()
1120 if (phy->att_dev_info & PORT_SSP_TRGT_MASK) { in mvs_port_notify_formed()
1884 phy->att_dev_info = 0; in mvs_phy_disconnected()
Dmv_sas.h227 u32 att_dev_info; member
Dmv_64xx.c611 phy->att_dev_info = mvs_read_port_cfg_data(mvi, i); in mvs_64xx_fix_phy_info()