Home
last modified time | relevance | path

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

/dpdk/drivers/dma/skeleton/
H A Dskeleton_dmadev.c72 hw->zero_req_count++; in cpucopy_thread()
73 if (hw->zero_req_count == 0) in cpucopy_thread()
74 hw->zero_req_count = SLEEP_THRESHOLD; in cpucopy_thread()
75 if (hw->zero_req_count >= SLEEP_THRESHOLD) in cpucopy_thread()
80 hw->zero_req_count = 0; in cpucopy_thread()
122 hw->zero_req_count = 0; in skeldma_start()
270 || hw->zero_req_count == 0) in skeldma_vchan_status()
H A Dskeleton_dmadev.h57 volatile uint32_t zero_req_count; member