Home
last modified time | relevance | path

Searched refs:NCHAN (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_entity.h360 u32 loopback_used[NCHAN];
361 u32 loopback_alloc[NCHAN];
696 u64 nrate[NCHAN];
697 u64 orate[NCHAN];
H A Dcudbg_lib.c1396 if (padap->chip_params->nchan == NCHAN) { in collect_fcoe_stats()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_wwv.c98 #define NCHAN 5 /* number of radio channels */ macro
550 struct chan mitig[NCHAN]; /* channel data */
610 static double qsy[NCHAN] = {2.5, 5, 10, 15, 20}; /* frequencies (MHz) */
1988 up->schan = (up->schan + 1) % NCHAN; in wwv_rsec()
2415 for (i = 0; i < NCHAN; i++) { in wwv_newchan()
2442 up->dchan = (up->dchan + 1) % NCHAN; in wwv_newchan()
2519 for (i = 0; i < NCHAN; i++) { in wwv_newgame()
2529 up->dchan = (DCHAN + NCHAN - 1) % NCHAN; in wwv_newgame()
H A Drefclock_chu.c217 #define NCHAN 3 /* number of channels */ macro
344 struct xmtr xmtr[NCHAN]; /* station metric */
441 static double qsy[NCHAN] = {3.330, 7.850, 14.670}; /* freq (MHz) */
1562 for (i = 0; i < NCHAN; i++) { in chu_newchan()
1578 for (i = 0; i < NCHAN; i++) { in chu_newchan()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.h36 NCHAN = 4, /* # of HW channels */ enumerator
H A Dt4_hw.c9211 .nchan = NCHAN, in t4_get_chip_params()
9226 .nchan = NCHAN, in t4_get_chip_params()
/freebsd/contrib/ntp/
H A DCommitLog-4.1.02804 * ntpd/refclock_chu.c: NCHAN is used with generic ICOM.