Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgb/common/
Dcxgb_t3_hw.c1005 static int flash_wait_op(adapter_t *adapter, int attempts, int delay) in flash_wait_op() function
1102 if ((ret = flash_wait_op(adapter, 5, 1)) != 0) in t3_write_flash()
1278 (ret = flash_wait_op(adapter, 5, 500)) != 0) in t3_flash_erase_sectors()
/freebsd-9-stable/sys/dev/cxgbe/common/
Dt4_hw.c802 static int flash_wait_op(struct adapter *adapter, int attempts, int delay) in flash_wait_op() function
900 ret = flash_wait_op(adapter, 8, 1); in t4_write_flash()
1022 (ret = flash_wait_op(adapter, 14, 500)) != 0) { in t4_flash_erase_sectors()