Searched refs:MSG_EXT_WDTR_BUS_8_BIT (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/cam/scsi/ |
H A D | scsi_message.h | 56 #define MSG_EXT_WDTR_BUS_8_BIT 0x00 macro
|
H A D | scsi_xpt.c | 2833 case MSG_EXT_WDTR_BUS_8_BIT: in scsi_set_transfer_settings() 2835 spi->bus_width = MSG_EXT_WDTR_BUS_8_BIT; in scsi_set_transfer_settings()
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.c | 1085 ahd_set_width(ahd, &devinfo, MSG_EXT_WDTR_BUS_8_BIT, in ahd_handle_seqint() 2285 MSG_EXT_WDTR_BUS_8_BIT, in ahd_handle_nonpkt_busfree() 2322 MSG_EXT_WDTR_BUS_8_BIT, in ahd_handle_nonpkt_busfree() 2887 if (transinfo->width == MSG_EXT_WDTR_BUS_8_BIT) { in ahd_devlimited_syncrate() 2987 case MSG_EXT_WDTR_BUS_8_BIT: in ahd_validate_width() 2988 *bus_width = MSG_EXT_WDTR_BUS_8_BIT; in ahd_validate_width() 3031 || tinfo->goal.width != MSG_EXT_WDTR_BUS_8_BIT in ahd_update_neg_request() 3711 dowide = tinfo->goal.width != MSG_EXT_WDTR_BUS_8_BIT; in ahd_build_transfer_msg() 4738 ahd_set_width(ahd, devinfo, MSG_EXT_WDTR_BUS_8_BIT, in ahd_handle_msg_reject() 5108 ahd_set_width(ahd, devinfo, MSG_EXT_WDTR_BUS_8_BIT, in ahd_handle_devreset() [all …]
|
H A D | aic79xx_osm.c | 935 ahd_set_width(ahd, &devinfo, MSG_EXT_WDTR_BUS_8_BIT,
|
H A D | aic7xxx_osm.c | 916 ahc_set_width(ahc, &devinfo, MSG_EXT_WDTR_BUS_8_BIT,
|
/freebsd/sys/dev/mpt/ |
H A D | mpt_cam.c | 3755 spi->bus_width = MSG_EXT_WDTR_BUS_8_BIT; in mpt_get_spi_settings()
|
/freebsd/sys/dev/sym/ |
H A D | sym_hipd.c | 1049 #define BUS_8_BIT MSG_EXT_WDTR_BUS_8_BIT
|