Searched refs:zd_retry_rates (Results 1 – 1 of 1) sorted by relevance
93 static const struct tx_retry_rate zd_retry_rates[] = { variable455 ZD_ASSERT(0<=first_idx && first_idx<ARRAY_SIZE(zd_retry_rates)); in zd_mac_tx_status()456 retries = &zd_retry_rates[first_idx]; in zd_mac_tx_status()527 ZD_ASSERT(0<=first_idx && first_idx<ARRAY_SIZE(zd_retry_rates)); in zd_mac_tx_failed()528 retries = &zd_retry_rates[first_idx]; in zd_mac_tx_failed()