Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c3477 static int flash_wait_op(struct adapter *adapter, int attempts, int ch_delay) in flash_wait_op() argument
3490 if (ch_delay) { in flash_wait_op()
3493 mdelay(ch_delay); in flash_wait_op()
3496 msleep(ch_delay); in flash_wait_op()