Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.h23 #define lio_check_timeout(cur_time, chk_time) ((cur_time) > (chk_time)) macro
H A Dlio_rxtx.c1356 } else if ((sc->timeout && lio_check_timeout(lio_uptime, in lio_process_ordered_list()