Searched refs:sync_period (Results 1 – 11 of 11) sorted by relevance
272 u8 sync_period; /* for reg. */ member927 if (dcb->sync_period & WIDE_SYNC && in build_srb()1129 dcb->sync_period = 0; in reset_dev_param()2592 dcb->sync_period &= 0xf0; in msgin_set_sync()2596 if (dcb->sync_period & WIDE_SYNC) in msgin_set_sync()2639 dcb->sync_period &= ~WIDE_SYNC; in msgin_set_nowide()2674 dcb->sync_period |= WIDE_SYNC; in msgin_set_wide()2676 dcb->sync_period &= ~WIDE_SYNC; in msgin_set_wide()2858 i->sync_period = dcb->sync_period; in set_xfer_rate()3572 dcb->sync_period = 0; in device_alloc()[all …]
55 #define sync_period seqstep macro
134 writeb(0, ®s->sync_period); in mac53c94_init()166 writeb(0, ®s->sync_period); in mac53c94_start()
2025 u8 sync_period[BLOGIC_MAXDEV]; in blogic_inquiry() local2114 req_replylen = sizeof(sync_period); in blogic_inquiry()2116 sizeof(req_replylen), &sync_period, in blogic_inquiry()2117 sizeof(sync_period)) != sizeof(sync_period)) in blogic_inquiry()2121 adapter->sync_period[tgt_id] = sync_period[tgt_id]; in blogic_inquiry()2125 adapter->sync_period[tgt_id] = 20 + 5 * setupinfo.sync0to7[tgt_id].tx_period; in blogic_inquiry()
1049 unsigned char sync_period[BLOGIC_MAXDEV]; member
1137 mb[3] |= nv->bus[bus].target[target].sync_period; in qla1280_set_target_parameters()1994 nv->bus[bus].target[target].sync_period = 9; in qla1280_set_target_defaults()2001 nv->bus[bus].target[target].sync_period = 10; in qla1280_set_target_defaults()2083 mb[3] |= nv->bus[bus].target[target].sync_period; in qla1280_config_target()
459 uint8_t sync_period; /* 42 */ member
95 u_short sync_period; /* 4*period factor */ member
94 tp->usr_period = (tn->sync_period + 3) / 4; in sym_Symbios_setup_target()167 tn->sync_period / 4, in sym_display_Symbios_nvram()
222 sync_threshold - vector of 2 INTEGERs: sync_threshold, sync_period229 modulus sync_period equals the threshold. The range of the230 threshold is from 0 to sync_period.232 When sync_period and sync_refresh_period are 0, send sync only
467 int sync_period; in ip_vs_sync_conn_needed() local521 sync_period = sysctl_sync_period(ipvs); in ip_vs_sync_conn_needed()522 if (sync_period > 0) { in ip_vs_sync_conn_needed()524 pkts % sync_period != sysctl_sync_threshold(ipvs)) in ip_vs_sync_conn_needed()
Completed in 44 milliseconds