Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aic7xxx/
Daic79xx_core.c4071 u_int ppr_opts; in ahd_update_neg_table() local
4085 ppr_opts = tinfo->ppr_options & (MSG_EXT_PPR_QAS_REQ|MSG_EXT_PPR_DT_REQ in ahd_update_neg_table()
4104 ppr_opts |= PPROPT_PACE; in ahd_update_neg_table()
4125 && (ppr_opts & MSG_EXT_PPR_DT_REQ) != 0 in ahd_update_neg_table()
4126 && (ppr_opts & MSG_EXT_PPR_IU_REQ) == 0) { in ahd_update_neg_table()
4152 ahd_outb(ahd, NEGPPROPTS, ppr_opts); in ahd_update_neg_table()