Home
last modified time | relevance | path

Searched refs:MSG_EXT_PPR_PCOMP_EN (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/scsi/aic7xxx/
Dscsi_message.h33 #define MSG_EXT_PPR_PCOMP_EN 0x80 macro
Daic79xx_osm.c1706 + (spi_pcomp_en(starget) ? MSG_EXT_PPR_PCOMP_EN : 0) in ahd_send_async()
1725 spi_pcomp_en(starget) = tinfo->curr.ppr_options & MSG_EXT_PPR_PCOMP_EN ? 1 : 0; in ahd_send_async()
2703 & ~MSG_EXT_PPR_PCOMP_EN; in ahd_linux_set_pcomp_en()
2725 ppr_options |= MSG_EXT_PPR_PCOMP_EN; in ahd_linux_set_pcomp_en()
Daic79xx_core.c3692 *ppr_options &= (transinfo->ppr_options|MSG_EXT_PPR_PCOMP_EN); in ahd_devlimited_syncrate()
4115 if ((tinfo->ppr_options & MSG_EXT_PPR_PCOMP_EN) == 0) in ahd_update_neg_table()
4630 ppr_options |= MSG_EXT_PPR_PCOMP_EN; in ahd_construct_ppr()