Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h437 unsigned int idma_1s_thresh; /* 1s threshold in Core Clock ticks */ member
H A Dt4_hw.c11131 idma->idma_1s_thresh = core_ticks_per_usec(adapter) * 1000000; /* 1s */ in t4_idma_monitor_init()
11168 if (idma_same_state_cnt[i] < idma->idma_1s_thresh) { in t4_idma_monitor()