Searched refs:rx_busy_count (Results 1 – 2 of 2) sorted by relevance
1109 u_int32_t rx_busy_count, rx_ext_busy_count; in ar9300_ani_get_listen_time() local1114 rx_busy_count = OS_REG_READ(ah, AR_RCCNT); in ar9300_ani_get_listen_time()1136 int32_t rcdelta = rx_busy_count - ani_state->rx_busy_count; in ar9300_ani_get_listen_time()1158 ani_state->rx_busy_count = rx_busy_count; in ar9300_ani_get_listen_time()
176 u_int32_t rx_busy_count; /* Last rx busy count */ member