Searched defs:sys_time (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c1162 * sys_time System Clock rate
1167 * If the cycle is FCRAM clock cycle, then sys_time parameter
1176 uint32_t max_time, uint32_t sys_time)
1186 max = max_time * sys_time;
1187 min = min_time * sys_time;
1175 npi_fflp_cfg_fcram_refresh_time(npi_handle_t handle, uint32_t min_time, uint32_t max_time, uint32_t sys_time) argument
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c364 uint32_t min_time, max_time, sys_time; local
373 sys_time = FCRAM_REFRESH_DEFAULT_SYS_TIME;
392 max_time, sys_time);

Completed in 71 milliseconds