Searched refs:rx_busy_count (Results 1 – 2 of 2) sorted by relevance
1064 u_int32_t rx_busy_count, rx_ext_busy_count; in ar9300_ani_get_listen_time() local1069 rx_busy_count = OS_REG_READ(ah, AR_RCCNT); in ar9300_ani_get_listen_time()1091 int32_t rcdelta = rx_busy_count - ani_state->rx_busy_count; in ar9300_ani_get_listen_time()1113 ani_state->rx_busy_count = rx_busy_count; in ar9300_ani_get_listen_time()
188 u_int32_t rx_busy_count; /* Last rx busy count */ member