Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/sbus/char/
Doradax.c70 #define DAX_CCB_RETRIES 10000 macro
508 for (nretries = 0; nretries < DAX_CCB_RETRIES; nretries++) { in dax_ccb_wait()
515 (void *)ctx, idx, DAX_CCB_USEC, DAX_CCB_RETRIES); in dax_ccb_wait()
714 for (count = 0; count < DAX_CCB_RETRIES; count++) { in dax_ccb_kill()