Searched refs:sync_period (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.h95 u_short sync_period; /* 4*period factor */ member in struct:Symbios_nvram::Symbios_target
H A Dsym_nvram.c94 tp->usr_period = (tn->sync_period + 3) / 4;
167 tn->sync_period / 4,
/linux-master/drivers/scsi/
H A Ddc395x.c272 u8 sync_period; /* for reg. */ member in struct:DeviceCtlBlk
927 if (dcb->sync_period & WIDE_SYNC &&
1129 dcb->sync_period = 0;
1387 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period);
1928 if (dcb->sync_period & WIDE_SYNC)
1935 (dcb->sync_period & WIDE_SYNC) ? "words" : "bytes",
1958 if (d_left_counter == 1 && dcb->sync_period & WIDE_SYNC
1986 (dcb->sync_period & WIDE_SYNC) ? 2 : 1;
2086 << ((srb->dcb->sync_period & WIDE_SYNC) ? 1 :
2093 (srb->dcb->sync_period
[all...]
H A Dmac53c94.h55 #define sync_period seqstep macro
H A DBusLogic.c2025 u8 sync_period[BLOGIC_MAXDEV]; local
2114 req_replylen = sizeof(sync_period);
2116 sizeof(req_replylen), &sync_period,
2117 sizeof(sync_period)) != sizeof(sync_period))
2121 adapter->sync_period[tgt_id] = sync_period[tgt_id];
2125 adapter->sync_period[tgt_id] = 20 + 5 * setupinfo.sync0to7[tgt_id].tx_period;
H A Dmac53c94.c134 writeb(0, &regs->sync_period);
166 writeb(0, &regs->sync_period);
H A DBusLogic.h1049 unsigned char sync_period[BLOGIC_MAXDEV]; member in struct:blogic_adapter
H A Dqla1280.h459 uint8_t sync_period; /* 42 */ member in struct:nvram::__anon3026::__anon3029
H A Dqla1280.c1139 mb[3] |= nv->bus[bus].target[target].sync_period;
1996 nv->bus[bus].target[target].sync_period = 9;
2003 nv->bus[bus].target[target].sync_period = 10;
2085 mb[3] |= nv->bus[bus].target[target].sync_period;
/linux-master/net/netfilter/ipvs/
H A Dip_vs_sync.c455 * - (2) if both sync_refresh_period and sync_period are 0 send sync only
467 int sync_period; local
521 sync_period = sysctl_sync_period(ipvs);
522 if (sync_period > 0) {
524 pkts % sync_period != sysctl_sync_threshold(ipvs))

Completed in 368 milliseconds