Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/sbus/char/
Doradax.c82 #define DAX_CCB_RETRIES 10000 macro
522 for (nretries = 0; nretries < DAX_CCB_RETRIES; nretries++) { in dax_ccb_wait()
529 (void *)ctx, idx, DAX_CCB_USEC, DAX_CCB_RETRIES); in dax_ccb_wait()
728 for (count = 0; count < DAX_CCB_RETRIES; count++) { in dax_ccb_kill()