| /dflybsd-src/lib/libcam/ |
| H A D | camlib.c | 689 device->sync_offset = spi->sync_offset; in cam_real_open_device() 693 device->sync_offset = 0; in cam_real_open_device()
|
| /dflybsd-src/sys/dev/disk/advansys/ |
| H A D | adwcam.c | 614 if (spi->sync_offset == 0) in adw_action() 676 spi->sync_offset = 15; /* XXX ??? */ in adw_action() 678 spi->sync_offset = 0; in adw_action() 705 spi->sync_offset = targ_tinfo & ADW_HSHK_CFG_OFFSET; in adw_action() 707 spi->sync_offset = 0; in adw_action() 709 if (spi->sync_offset == 0) in adw_action()
|
| H A D | advansys.c | 360 spi->sync_offset = tconf->offset; in adv_action() 370 &spi->sync_offset, in adv_action() 375 spi->sync_offset, update_type); in adv_action() 421 spi->sync_offset = tconf->offset; in adv_action()
|
| H A D | advlib.c | 1141 spi->sync_offset = offset; in adv_set_syncrate()
|
| /dflybsd-src/sys/sys/ |
| H A D | camlib.h | 128 u_int8_t sync_offset; /* Negotiated sync offset */ member
|
| /dflybsd-src/sys/dev/disk/amd/ |
| H A D | amd.c | 559 spi->sync_offset = tinfo->offset; in amd_action() 638 spi->sync_offset = targ_info->goal.offset; in amd_action() 640 spi->sync_offset = targ_info->user.offset; in amd_action() 643 if (spi->sync_offset > AMD_MAX_SYNC_OFFSET) in amd_action() 644 spi->sync_offset = AMD_MAX_SYNC_OFFSET; in amd_action() 659 if (spi->sync_offset == 0) in amd_action() 664 targ_info->user.offset = spi->sync_offset; in amd_action() 668 targ_info->goal.offset = spi->sync_offset; in amd_action() 824 spi->sync_offset = offset; in amdsetsync()
|
| /dflybsd-src/sys/dev/disk/buslogic/ |
| H A D | bt.c | 1126 spi->sync_offset = 15; in btaction() 1980 u_int sync_offset; in btfetchtransinfo() local 2018 sync_offset = 0; in btfetchtransinfo() 2020 sync_offset = sync_info.offset; in btfetchtransinfo() 2084 spi->sync_offset = sync_offset; in btfetchtransinfo()
|
| /dflybsd-src/sbin/camcontrol/ |
| H A D | camcontrol.c | 974 && (spi->sync_offset != 0)) in scsixferrate() 976 freq % 1000, spi->sync_offset); in scsixferrate() 981 && (spi->sync_offset != 0)) { in scsixferrate() 988 && (spi->sync_offset != 0)) { in scsixferrate() 2351 if (spi->sync_offset != 0) { in cts_print() 2362 spi->sync_offset); in cts_print() 2820 spi->sync_offset = offset; in ratecontrol()
|
| /dflybsd-src/sys/dev/disk/trm/ |
| H A D | trm.c | 872 spi->sync_offset = tinfo->offset; in trm_action() 966 if (spi->sync_offset == 0) in trm_action() 969 if (spi->sync_offset > 15) in trm_action() 970 spi->sync_offset = 15; in trm_action() 975 pDCB->tinfo.user.offset = spi->sync_offset; in trm_action() 980 pDCB->tinfo.goal.offset = spi->sync_offset; in trm_action() 2293 neg->xport_specific.spi.sync_offset = pDCB->tinfo.goal.offset; in trm_SetXferRate()
|
| /dflybsd-src/sys/dev/disk/ncr/ |
| H A D | ncr.c | 4246 if (spi->sync_offset == 0) 4248 if (spi->sync_offset > np->maxoffs) 4249 spi->sync_offset = np->maxoffs; 4256 tp->tinfo.user.offset = spi->sync_offset; 4265 tp->tinfo.goal.offset = spi->sync_offset; 4317 spi->sync_offset = tinfo->offset; 4977 neg->xport_specific.spi.sync_offset = sxfer & 0x1f; 5058 neg->xport_specific.spi.sync_offset = 0;
|
| /dflybsd-src/sys/dev/raid/amr/ |
| H A D | amr_cam.c | 380 spi->sync_offset = 31; /* How to extract this from board? */ in amr_cam_action()
|
| /dflybsd-src/sys/dev/disk/sym/ |
| H A D | sym_defs.h | 197 u_char sync_offset; member
|
| H A D | sym_hipd.c | 3474 cts__spi.sync_offset = tp->tinfo.current.offset; in sym_xpt_async_transfer_neg() 8096 cts__spi->sync_offset = tip->offset; 8263 tip->offset = cts__spi->sync_offset;
|
| /dflybsd-src/sys/bus/cam/ |
| H A D | cam_xpt.c | 1680 && spi->sync_offset != 0) { in xpt_announce_periph() 1721 spi->sync_offset); in xpt_announce_periph() 6052 || spi->sync_offset == 0 || spi->sync_period == 0) { in proberequestbackoff() 6079 spi->sync_offset = 0; in proberequestbackoff() 6790 spi->sync_offset = cur_spi->sync_offset; in xpt_set_transfer_settings() 6792 spi->sync_offset = 0; in xpt_set_transfer_settings() 6813 spi->sync_offset = 0; in xpt_set_transfer_settings()
|
| H A D | cam_ccb.h | 728 u_int sync_offset; member
|
| /dflybsd-src/sys/dev/disk/isp/ |
| H A D | isp_freebsd.c | 4611 …SYNC_OFFSET) && (spi->valid & CTS_SPI_VALID_SYNC_RATE) && (spi->sync_period && spi->sync_offset)) { in isp_action() 4617 sdp->isp_devparam[tgt].goal_offset = spi->sync_offset; in isp_action() 4689 spi->sync_offset = oval; in isp_action() 4692 spi->sync_offset = 0; in isp_action() 5033 spi->sync_offset = sdp->isp_devparam[tgt].actv_offset; in isp_async()
|
| /dflybsd-src/sys/dev/raid/dpt/ |
| H A D | dpt_scsi.c | 998 spi->sync_offset = 15; in dpt_action()
|
| /dflybsd-src/sys/dev/raid/iir/ |
| H A D | iir.c | 1371 spi->sync_offset = 15; in iir_action()
|
| /dflybsd-src/sys/dev/disk/mpt/ |
| H A D | mpt_cam.c | 3470 offset = spi->sync_offset; in mpt_action() 3791 spi->sync_offset = oval; in mpt_get_spi_settings()
|
| /dflybsd-src/sys/dev/raid/asr/ |
| H A D | asr.c | 2780 spi->sync_offset = 15; in asr_action()
|
| /dflybsd-src/sys/dev/raid/arcmsr/ |
| H A D | arcmsr.c | 3208 spi->sync_offset = 32; in arcmsr_action()
|