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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_mbx.c189 int countdown = mbx->timeout; local
193 if (!countdown || !mbx->ops.check_for_msg)
196 while (countdown && mbx->ops.check_for_msg(hw, mbx_id)) {
197 countdown--;
198 if (!countdown)
204 if (!countdown)
207 return countdown ? E1000_SUCCESS : -E1000_ERR_MBX;
220 int countdown = mbx->timeout; local
224 if (!countdown || !mbx->ops.check_for_ack)
227 while (countdown
[all...]

Completed in 29 milliseconds