Searched refs:rx_frame (Results 1 – 8 of 8) sorted by relevance
666 struct e8390_pkt_hdr rx_frame; in ei_receive() local699 ei_get_8390_hdr(dev, &rx_frame, this_frame); in ei_receive()701 pkt_len = rx_frame.count - sizeof(struct e8390_pkt_hdr); in ei_receive()702 pkt_stat = rx_frame.status; in ei_receive()709 if (rx_frame.next != next_frame && in ei_receive()710 rx_frame.next != next_frame + 1 && in ei_receive()711 rx_frame.next != next_frame - num_rx_pages && in ei_receive()712 rx_frame.next != next_frame + 1 - num_rx_pages) { in ei_receive()722 rx_frame.count, rx_frame.status, in ei_receive()723 rx_frame.next); in ei_receive()[all …]
168 common->cc_ani.rx_frame += rx; in ath_hw_cycle_counters_update()173 common->cc_survey.rx_frame += rx; in ath_hw_cycle_counters_update()183 listen_time = (cc->cycles - cc->rx_frame - cc->tx_frame) / in ath_hw_get_listen_time()
48 u32 rx_frame; member
1371 static inline u8 zd_rate_from_ofdm_plcp_header(const void *rx_frame) in zd_rate_from_ofdm_plcp_header() argument1373 return ZD_OFDM | zd_ofdm_plcp_header_rate(rx_frame); in zd_rate_from_ofdm_plcp_header()1384 u8 zd_rx_rate(const void *rx_frame, const struct rx_status *status) in zd_rx_rate() argument1388 zd_rate = zd_rate_from_ofdm_plcp_header(rx_frame); in zd_rx_rate()1390 switch (zd_cck_plcp_header_signal(rx_frame)) { in zd_rx_rate()
935 u8 zd_rx_rate(const void *rx_frame, const struct rx_status *status);
558 survey->time_rx += cc->rx_frame / div; in ath_update_survey_stats()
664 ah->survey.time_rx += cc->rx_frame / div; in ath5k_get_survey()
717 CC_PRINT(as->last_cc, rx_frame)); in read_file_ani()