Home
last modified time | relevance | path

Searched refs:SEC_THIS_YEAR (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_bypass.h46 #define SEC_THIS_YEAR(y) (LEAP_YR(y) ? SEC_PER_LYEAR : SEC_PER_YEAR) macro
H A Dif_bypass.c103 while(*sec > SEC_THIS_YEAR(*year)) { in ixgbe_get_bypass_time()
104 *sec -= SEC_THIS_YEAR(*year); in ixgbe_get_bypass_time()