Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/mvsas/
Dmv_94xx.c839 u32 att_dev_info = 0; in mvs_94xx_make_dev_info() local
841 att_dev_info |= id->dev_type; in mvs_94xx_make_dev_info()
843 att_dev_info |= PORT_DEV_STP_INIT; in mvs_94xx_make_dev_info()
845 att_dev_info |= PORT_DEV_SMP_INIT; in mvs_94xx_make_dev_info()
847 att_dev_info |= PORT_DEV_SSP_INIT; in mvs_94xx_make_dev_info()
849 att_dev_info |= PORT_DEV_STP_TRGT; in mvs_94xx_make_dev_info()
851 att_dev_info |= PORT_DEV_SMP_TRGT; in mvs_94xx_make_dev_info()
853 att_dev_info |= PORT_DEV_SSP_TRGT; in mvs_94xx_make_dev_info()
855 att_dev_info |= (u32)id->phy_id<<24; in mvs_94xx_make_dev_info()
856 return att_dev_info; in mvs_94xx_make_dev_info()
[all …]
Dmv_sas.c232 if (!(phy->att_dev_info & PORT_DEV_TRGT_MASK) in mvs_bytes_dmaed()
258 if (phy->att_dev_info & PORT_SSP_TRGT_MASK) { in mvs_bytes_dmaed()
1039 || phy->att_dev_info & PORT_SSP_INIT_MASK) { in mvs_update_phyinfo()
1042 phy->att_dev_info & PORT_DEV_TYPE_MASK; in mvs_update_phyinfo()
1062 i + mvi->id * mvi->chip->n_phy, phy->att_dev_info); in mvs_update_phyinfo()
1103 if (phy->att_dev_info & PORT_SSP_TRGT_MASK) { in mvs_port_notify_formed()
1710 phy->att_dev_info = 0; in mvs_phy_disconnected()
Dmv_sas.h211 u32 att_dev_info; member
Dmv_64xx.c596 phy->att_dev_info = mvs_read_port_cfg_data(mvi, i); in mvs_64xx_fix_phy_info()