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

/freebsd-10.0-release/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c998 * flash_wait_op - wait for a flash operation to complete
1005 static int flash_wait_op(adapter_t *adapter, int attempts, int delay) function
1102 if ((ret = flash_wait_op(adapter, 5, 1)) != 0)
1278 (ret = flash_wait_op(adapter, 5, 500)) != 0)
/freebsd-10.0-release/sys/dev/cxgbe/common/
H A Dt4_hw.c795 * flash_wait_op - wait for a flash operation to complete
802 static int flash_wait_op(struct adapter *adapter, int attempts, int delay) function
900 ret = flash_wait_op(adapter, 8, 1);
1022 (ret = flash_wait_op(adapter, 14, 500)) != 0) {

Completed in 145 milliseconds