Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/asr/
H A Dsys_info.h444 u_int32_t max_eata_tries; member
/dragonfly/sys/dev/raid/dpt/
H A Ddpt.h988 u_int32_t max_eata_tries; member
H A Ddpt_scsi.c1120 if (loop > dpt->performance.max_eata_tries) in dpt_send_eata_command()
1121 dpt->performance.max_eata_tries = loop; in dpt_send_eata_command()