Searched refs:NX_FSW_RX_STALL_THRES (Results 1 – 1 of 1) sorted by relevance
129 #define NX_FSW_RX_STALL_THRES 10 /* seconds */ macro130 static uint32_t fsw_rx_stall_thresh = NX_FSW_RX_STALL_THRES;4622 if (last != 0 && (now - last) >= NX_FSW_RX_STALL_THRES) { in fsw_reap_thread_cont()