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

/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c776 * flash_wait_op - wait for a flash operation to complete
783 static int flash_wait_op(struct adapter *adapter, int attempts, int delay) function
873 if ((ret = flash_wait_op(adapter, 5, 1)) != 0)
1041 (ret = flash_wait_op(adapter, 5, 500)) != 0)
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c2970 * flash_wait_op - wait for a flash operation to complete
2977 static int flash_wait_op(struct adapter *adapter, int attempts, int delay) function
3076 ret = flash_wait_op(adapter, 8, 1);
3567 (ret = flash_wait_op(adapter, 14, 500)) != 0) {

Completed in 195 milliseconds