Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/mvsas/
Dmv_94xx.c808 u32 att_dev_info = 0; in mvs_94xx_make_dev_info() local
810 att_dev_info |= id->dev_type; in mvs_94xx_make_dev_info()
812 att_dev_info |= PORT_DEV_STP_INIT; in mvs_94xx_make_dev_info()
814 att_dev_info |= PORT_DEV_SMP_INIT; in mvs_94xx_make_dev_info()
816 att_dev_info |= PORT_DEV_SSP_INIT; in mvs_94xx_make_dev_info()
818 att_dev_info |= PORT_DEV_STP_TRGT; in mvs_94xx_make_dev_info()
820 att_dev_info |= PORT_DEV_SMP_TRGT; in mvs_94xx_make_dev_info()
822 att_dev_info |= PORT_DEV_SSP_TRGT; in mvs_94xx_make_dev_info()
824 att_dev_info |= (u32)id->phy_id<<24; in mvs_94xx_make_dev_info()
825 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()
1151 || phy->att_dev_info & PORT_SSP_INIT_MASK) { in mvs_update_phyinfo()
1154 phy->att_dev_info & PORT_DEV_TYPE_MASK; in mvs_update_phyinfo()
1174 i + mvi->id * mvi->chip->n_phy, phy->att_dev_info); in mvs_update_phyinfo()
1215 if (phy->att_dev_info & PORT_SSP_TRGT_MASK) { in mvs_port_notify_formed()
1970 phy->att_dev_info = 0; in mvs_phy_disconnected()
Dmv_sas.h226 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()