Searched refs:sync_period (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/drivers/scsi/ |
| D | dc395x.c | 288 u8 sync_period; /* for reg. */ member 943 if (dcb->sync_period & WIDE_SYNC && in build_srb() 1178 dcb->sync_period = 0; in reset_dev_param() 1444 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); in start_scsi() 1984 if (dcb->sync_period & WIDE_SYNC) in data_out_phase0() 1991 (dcb->sync_period & WIDE_SYNC) ? "words" : "bytes", in data_out_phase0() 2014 if (d_left_counter == 1 && dcb->sync_period & WIDE_SYNC in data_out_phase0() 2042 (dcb->sync_period & WIDE_SYNC) ? 2 : 1; in data_out_phase0() 2142 << ((srb->dcb->sync_period & WIDE_SYNC) ? 1 : in data_in_phase0() 2149 (srb->dcb->sync_period & WIDE_SYNC) ? "words" : "bytes", in data_in_phase0() [all …]
|
| D | mac53c94.h | 55 #define sync_period seqstep macro
|
| D | mac53c94.c | 137 writeb(0, ®s->sync_period); in mac53c94_init() 169 writeb(0, ®s->sync_period); in mac53c94_start()
|
| D | BusLogic.c | 2175 u8 sync_period[BLOGIC_MAXDEV]; in blogic_inquiry() local 2264 req_replylen = sizeof(sync_period); in blogic_inquiry() 2266 sizeof(req_replylen), &sync_period, in blogic_inquiry() 2267 sizeof(sync_period)) != sizeof(sync_period)) in blogic_inquiry() 2271 adapter->sync_period[tgt_id] = sync_period[tgt_id]; in blogic_inquiry() 2275 adapter->sync_period[tgt_id] = 20 + 5 * setupinfo.sync0to7[tgt_id].tx_period; in blogic_inquiry()
|
| D | BusLogic.h | 1060 unsigned char sync_period[BLOGIC_MAXDEV]; member
|
| D | qla1280.c | 1147 mb[3] |= nv->bus[bus].target[target].sync_period; in qla1280_set_target_parameters() 1997 nv->bus[bus].target[target].sync_period = 9; in qla1280_set_target_defaults() 2004 nv->bus[bus].target[target].sync_period = 10; in qla1280_set_target_defaults() 2086 mb[3] |= nv->bus[bus].target[target].sync_period; in qla1280_config_target()
|
| D | qla1280.h | 458 uint8_t sync_period; /* 42 */ member
|
| /Linux-v5.4/Documentation/networking/ |
| D | ipvs-sysctl.txt | 196 sync_threshold - vector of 2 INTEGERs: sync_threshold, sync_period 203 modulus sync_period equals the threshold. The range of the 204 threshold is from 0 to sync_period. 206 When sync_period and sync_refresh_period are 0, send sync only
|
| /Linux-v5.4/drivers/scsi/sym53c8xx_2/ |
| D | sym_nvram.h | 95 u_short sync_period; /* 4*period factor */ member
|
| D | sym_nvram.c | 94 tp->usr_period = (tn->sync_period + 3) / 4; in sym_Symbios_setup_target() 167 tn->sync_period / 4, in sym_display_Symbios_nvram()
|
| /Linux-v5.4/net/netfilter/ipvs/ |
| D | ip_vs_sync.c | 470 int sync_period; in ip_vs_sync_conn_needed() local 524 sync_period = sysctl_sync_period(ipvs); in ip_vs_sync_conn_needed() 525 if (sync_period > 0) { in ip_vs_sync_conn_needed() 527 pkts % sync_period != sysctl_sync_threshold(ipvs)) in ip_vs_sync_conn_needed()
|