/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | dc395x.c | 287 u8 sync_period; /* for reg. */ member 942 if (dcb->sync_period & WIDE_SYNC && in build_srb() 1145 dcb->sync_period = 0; in reset_dev_param() 1411 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); in start_scsi() 1951 if (dcb->sync_period & WIDE_SYNC) in data_out_phase0() 1958 (dcb->sync_period & WIDE_SYNC) ? "words" : "bytes", in data_out_phase0() 1981 if (d_left_counter == 1 && dcb->sync_period & WIDE_SYNC in data_out_phase0() 2009 (dcb->sync_period & WIDE_SYNC) ? 2 : 1; in data_out_phase0() 2109 << ((srb->dcb->sync_period & WIDE_SYNC) ? 1 : in data_in_phase0() 2116 (srb->dcb->sync_period in data_in_phase0() [all...] |
H A D | mac53c94.h | 55 #define sync_period seqstep macro
|
H A D | BusLogic.c | 2176 u8 sync_period[BLOGIC_MAXDEV]; in blogic_inquiry() local 2265 req_replylen = sizeof(sync_period); in blogic_inquiry() 2267 sizeof(req_replylen), &sync_period, in blogic_inquiry() 2268 sizeof(sync_period)) != sizeof(sync_period)) in blogic_inquiry() 2272 adapter->sync_period[tgt_id] = sync_period[tgt_id]; in blogic_inquiry() 2276 adapter->sync_period[tgt_id] = 20 + 5 * setupinfo.sync0to7[tgt_id].tx_period; in blogic_inquiry()
|
H A D | mac53c94.c | 137 writeb(0, ®s->sync_period); in mac53c94_init() 169 writeb(0, ®s->sync_period); in mac53c94_start()
|
H A D | BusLogic.h | 1060 unsigned char sync_period[BLOGIC_MAXDEV]; member
|
H A D | qla1280.c | 1147 mb[3] |= nv->bus[bus].target[target].sync_period; in qla1280_set_target_parameters() 2004 nv->bus[bus].target[target].sync_period = 9; in qla1280_set_target_defaults() 2011 nv->bus[bus].target[target].sync_period = 10; in qla1280_set_target_defaults() 2093 mb[3] |= nv->bus[bus].target[target].sync_period; in qla1280_config_target()
|
H A D | qla1280.h | 460 uint8_t sync_period; /* 42 */ member
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | dc395x.c | 272 u8 sync_period; /* for reg. */ member 927 if (dcb->sync_period & WIDE_SYNC && in build_srb() 1129 dcb->sync_period = 0; in reset_dev_param() 1387 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); in start_scsi() 1928 if (dcb->sync_period & WIDE_SYNC) in data_out_phase0() 1935 (dcb->sync_period & WIDE_SYNC) ? "words" : "bytes", in data_out_phase0() 1958 if (d_left_counter == 1 && dcb->sync_period & WIDE_SYNC in data_out_phase0() 1986 (dcb->sync_period & WIDE_SYNC) ? 2 : 1; in data_out_phase0() 2086 << ((srb->dcb->sync_period & WIDE_SYNC) ? 1 : in data_in_phase0() 2093 (srb->dcb->sync_period in data_in_phase0() [all...] |
H A D | mac53c94.h | 55 #define sync_period seqstep macro
|
H A D | BusLogic.c | 2025 u8 sync_period[BLOGIC_MAXDEV]; in blogic_inquiry() local 2114 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()
|
H A D | mac53c94.c | 134 writeb(0, ®s->sync_period); in mac53c94_init() 166 writeb(0, ®s->sync_period); in mac53c94_start()
|
H A D | BusLogic.h | 1049 unsigned char sync_period[BLOGIC_MAXDEV]; member
|
H A D | qla1280.c | 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()
|
H A D | qla1280.h | 459 uint8_t sync_period; /* 42 */ member
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_nvram.h | 95 u_short sync_period; /* 4*period factor */ member
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_nvram.h | 95 u_short sync_period; /* 4*period factor */ member
|
H A 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()
|
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_sync.c | 455 * - (2) if both sync_refresh_period and sync_period are 0 send sync only 467 int sync_period; in ip_vs_sync_conn_needed() local 521 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()
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_sync.c | 455 * - (2) if both sync_refresh_period and sync_period are 0 send sync only 467 int sync_period; in ip_vs_sync_conn_needed() local 521 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()
|