Searched refs:msgval (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 180 u_int msgval, int full); 3514 ahc_sent_msg(struct ahc_softc *ahc, ahc_msgtype type, u_int msgval, int full) in ahc_sent_msg() argument 3527 if (ahc->msgout_buf[index+2] == msgval in ahc_sent_msg() 3545 && ahc->msgout_buf[index] == msgval in ahc_sent_msg()
|
H A D | aic79xx_core.c | 152 u_int msgval, int full); 5019 ahd_sent_msg(struct ahd_softc *ahd, ahd_msgtype type, u_int msgval, int full) in ahd_sent_msg() argument 5032 if (ahd->msgout_buf[index+2] == msgval in ahd_sent_msg() 5051 && (ahd->msgout_buf[index] == msgval in ahd_sent_msg() 5053 && msgval == MSG_IDENTIFYFLAG))) in ahd_sent_msg()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 180 u_int msgval, int full); 3512 ahc_sent_msg(struct ahc_softc *ahc, ahc_msgtype type, u_int msgval, int full) in ahc_sent_msg() argument 3525 if (ahc->msgout_buf[index+2] == msgval in ahc_sent_msg() 3543 && ahc->msgout_buf[index] == msgval in ahc_sent_msg()
|
H A D | aic79xx_core.c | 152 u_int msgval, int full); 5017 ahd_sent_msg(struct ahd_softc *ahd, ahd_msgtype type, u_int msgval, int full) in ahd_sent_msg() argument 5030 if (ahd->msgout_buf[index+2] == msgval in ahd_sent_msg() 5049 && (ahd->msgout_buf[index] == msgval in ahd_sent_msg() 5051 && msgval == MSG_IDENTIFYFLAG))) in ahd_sent_msg()
|
Completed in 36 milliseconds