Lines Matching refs:timeout
266 * ath5k_hw_pcu_init(). It seems all this is doing is setting an ACK timeout on
299 /* Set ACK timeout */
323 * ath5k_hw_set_ack_timeout() - Set ACK timeout on PCU
325 * @timeout: Timeout in usec
328 ath5k_hw_set_ack_timeout(struct ath5k_hw *ah, unsigned int timeout)
331 <= timeout)
335 ath5k_hw_htoclock(ah, timeout));
341 * ath5k_hw_set_cts_timeout() - Set CTS timeout on PCU
343 * @timeout: Timeout in usec
346 ath5k_hw_set_cts_timeout(struct ath5k_hw *ah, unsigned int timeout)
349 <= timeout)
353 ath5k_hw_htoclock(ah, timeout));