Searched defs:usec (Results 1 – 1 of 1) sorted by relevance
10 #define INTR_COALESCE_USEC_TO_HW(usec) ((usec) * 2 / 3) argument11 #define INTR_COALESCE_HW_TO_USEC(usec) ((usec) * 3 / 2) argument