Searched refs:EXTENDED_PPR (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/include/scsi/ |
D | scsi.h | 89 #define EXTENDED_PPR 0x04 macro
|
/linux-6.1.9/drivers/scsi/sym53c8xx_2/ |
D | sym_defs.h | 754 #define M_X_PPR_REQ EXTENDED_PPR
|
/linux-6.1.9/drivers/scsi/ |
D | scsi_transport_spi.c | 1210 msg[2] = EXTENDED_PPR; in spi_populate_ppr_msg() 1308 case EXTENDED_PPR: in spi_print_msg()
|
/linux-6.1.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 1848 EXTENDED_PPR, FALSE)) { in ahc_handle_scsiint() 3785 case EXTENDED_PPR: in ahc_parse_msg() 3845 if (ahc_sent_msg(ahc, AHCMSG_EXT, EXTENDED_PPR, TRUE)) { in ahc_parse_msg() 4004 if (ahc_sent_msg(ahc, AHCMSG_EXT, EXTENDED_PPR, /*full*/FALSE)) { in ahc_handle_msg_reject()
|
D | aic79xx_core.c | 3101 } else if (ahd_sent_msg(ahd, AHDMSG_EXT, EXTENDED_PPR, FALSE) in ahd_handle_nonpkt_busfree() 5286 case EXTENDED_PPR: in ahd_parse_msg() 5341 if (ahd_sent_msg(ahd, AHDMSG_EXT, EXTENDED_PPR, TRUE)) { in ahd_parse_msg() 5507 if (ahd_sent_msg(ahd, AHDMSG_EXT, EXTENDED_PPR, /*full*/FALSE)) { in ahd_handle_msg_reject() 5508 if (ahd_sent_msg(ahd, AHDMSG_EXT, EXTENDED_PPR, /*full*/TRUE) in ahd_handle_msg_reject()
|