Home
last modified time | relevance | path

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

/linux/drivers/dma/ioat/
H A Dprep.c215 xor->ctl_f.src_cnt = src_cnt_to_hw(src_cnt); in __ioat_prep_xor_lock()
424 pq->ctl_f.src_cnt = src_cnt_to_hw(s); in __ioat_prep_pq_lock()
H A Ddma.h30 #define src_cnt_to_hw(x) ((x) - 2) macro