Home
last modified time | relevance | path

Searched refs:tmp_pkt (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/staging/rtlwifi/
Defuse.c743 struct pgpkt_struct tmp_pkt; in efuse_write_data_case1() local
752 tmp_pkt.offset = (tmp_header >> 4) & 0x0F; in efuse_write_data_case1()
753 tmp_pkt.word_en = tmp_header & 0x0F; in efuse_write_data_case1()
754 tmp_word_cnts = efuse_calculate_word_cnts(tmp_pkt.word_en); in efuse_write_data_case1()
756 if (tmp_pkt.offset != target_pkt->offset) { in efuse_write_data_case1()
774 (tmp_pkt.word_en & BIT(0)))) in efuse_write_data_case1()
778 (tmp_pkt.word_en & BIT(1)))) in efuse_write_data_case1()
782 (tmp_pkt.word_en & BIT(2)))) in efuse_write_data_case1()
786 (tmp_pkt.word_en & BIT(3)))) in efuse_write_data_case1()
793 tmp_pkt.word_en, in efuse_write_data_case1()
[all …]
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Defuse.c780 struct pgpkt_struct tmp_pkt; in efuse_write_data_case1() local
789 tmp_pkt.offset = (tmp_header >> 4) & 0x0F; in efuse_write_data_case1()
790 tmp_pkt.word_en = tmp_header & 0x0F; in efuse_write_data_case1()
791 tmp_word_cnts = efuse_calculate_word_cnts(tmp_pkt.word_en); in efuse_write_data_case1()
793 if (tmp_pkt.offset != target_pkt->offset) { in efuse_write_data_case1()
811 (tmp_pkt.word_en & BIT(0)))) in efuse_write_data_case1()
815 (tmp_pkt.word_en & BIT(1)))) in efuse_write_data_case1()
819 (tmp_pkt.word_en & BIT(2)))) in efuse_write_data_case1()
823 (tmp_pkt.word_en & BIT(3)))) in efuse_write_data_case1()
830 tmp_pkt.word_en, in efuse_write_data_case1()
[all …]
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c305 struct htc_packet *packet, *tmp_pkt; in htc_try_send() local
382 list_for_each_entry_safe(packet, tmp_pkt, in htc_try_send()
717 struct htc_packet *packet, *tmp_pkt, *found_packet = NULL; in htc_lookup_tx_packet() local
726 list_for_each_entry_safe(packet, tmp_pkt, &ep->pipe.tx_lookup_queue, in htc_lookup_tx_packet()
784 struct htc_packet *packet, *tmp_pkt; in htc_send_packets_multiple() local
802 list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) { in htc_send_packets_multiple()
1628 struct htc_packet *packet, *tmp_pkt, *first; in ath6kl_htc_pipe_add_rxbuf_multiple() local
1657 list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) { in ath6kl_htc_pipe_add_rxbuf_multiple()
1677 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_pipe_flush_rx_buf() local
1685 list_for_each_entry_safe(packet, tmp_pkt, in ath6kl_htc_pipe_flush_rx_buf()
Dhtc_mbox.c1153 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_mbox_flush_txep() local
1167 list_for_each_entry_safe(packet, tmp_pkt, &endpoint->txq, list) { in ath6kl_htc_mbox_flush_txep()
1175 list_for_each_entry_safe(packet, tmp_pkt, &discard_q, list) { in ath6kl_htc_mbox_flush_txep()
1475 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_rx_alloc() local
1557 list_for_each_entry_safe(packet, tmp_pkt, queue, list) { in ath6kl_htc_rx_alloc()
2008 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_rx_process_packets() local
2012 list_for_each_entry_safe(packet, tmp_pkt, comp_pktq, list) { in ath6kl_htc_rx_process_packets()
2061 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_rx_fetch() local
2126 list_for_each_entry_safe(packet, tmp_pkt, rx_pktq, list) { in ath6kl_htc_rx_fetch()
2132 list_for_each_entry_safe(packet, tmp_pkt, &tmp_rxq, list) { in ath6kl_htc_rx_fetch()
[all …]
Dtxrx.c1841 struct htc_packet *packet, *tmp_pkt; in ath6kl_cleanup_amsdu_rxbufs() local
1849 list_for_each_entry_safe(packet, tmp_pkt, &ar->amsdu_rx_buffer_queue, in ath6kl_cleanup_amsdu_rxbufs()