Home
last modified time | relevance | path

Searched full:wdtr (Results 1 – 12 of 12) sorted by relevance

/linux/include/scsi/
H A Dscsi_device.h209 unsigned wdtr:1; /* Device supports WDTR messages */ member
650 return sdev->wdtr; in scsi_device_wide()
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2986 * Force async with a WDTR message if we have a wide bus, in ahc_build_transfer_msg()
3009 * Regardless, guarantee that if we are using WDTR and SDTR in ahc_build_transfer_msg()
3010 * messages that WDTR comes first. in ahc_build_transfer_msg()
3062 printk("(%s:%c:%d:%d): Sending WDTR %x\n", in ahc_construct_wdtr()
3716 printk("(%s:%c:%d:%d): Received WDTR " in ahc_parse_msg()
3725 * Don't send a WDTR back to the in ahc_parse_msg()
3741 * Send our own WDTR in reply in ahc_parse_msg()
3746 "Initiated WDTR\n", in ahc_parse_msg()
3985 * outstanding SDTR or WDTR message for this in ahc_handle_msg_reject()
4011 "Trying WDTR/SDTR\n", in ahc_handle_msg_reject()
[all …]
H A Daic79xx_core.c3162 printk("WDTR negotiation rejected busfree.\n"); in ahd_handle_nonpkt_busfree()
3955 * WDTR or SDTR messages. in ahd_set_syncrate()
4534 * Force async with a WDTR message if we have a wide bus, in ahd_build_transfer_msg()
4556 * Regardless, guarantee that if we are using WDTR and SDTR in ahd_build_transfer_msg()
4557 * messages that WDTR comes first. in ahd_build_transfer_msg()
4609 printk("(%s:%c:%d:%d): Sending WDTR %x\n", in ahd_construct_wdtr()
5217 printk("(%s:%c:%d:%d): Received WDTR " in ahd_parse_msg()
5226 * Don't send a WDTR back to the in ahd_parse_msg()
5242 * Send our own WDTR in reply in ahd_parse_msg()
5247 "Initiated WDTR\n", in ahd_parse_msg()
[all …]
H A Daic7xxx.reg1732 /* WDTR Message values */
H A Daic79xx.reg4217 /* WDTR Message values */
/linux/Documentation/scsi/
H A Daic7xxx.rst158 - When negotiation async via an 8bit WDTR message, send
H A Daic79xx.rst90 - When negotiation async via an 8bit WDTR message, send
/linux/drivers/message/fusion/
H A Dmptbase.h480 /* #define MPT_SCSICFG_BLK_NEGO 0x10 WriteSDP1 with WDTR and SDTR disabled */
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h753 * a SDTR or WDTR message is appended.
H A Dsym_hipd.c2059 * We received a WDTR.
4194 * chip handler for WIDE DATA TRANSFER REQUEST (WDTR) message.
4221 sym_print_addr(cp->cmd, "wdtr: wide=%d chg=%d.\n",
4549 * We handle MODIFY DATA POINTER, SDTR, WDTR
/linux/drivers/scsi/
H A Dscsi_scan.c988 sdev->wdtr = 1; in scsi_add_lun()
H A D53c700.c847 printk(KERN_INFO "scsi%d: (%d:%d), Unsolicited WDTR after CMD, Rejecting\n", in process_extended_message()