Searched refs:tmp_pkt (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/rtlwifi/ |
D | efuse.c | 777 struct pgpkt_struct tmp_pkt; in efuse_write_data_case1() local 786 tmp_pkt.offset = (tmp_header >> 4) & 0x0F; in efuse_write_data_case1() 787 tmp_pkt.word_en = tmp_header & 0x0F; in efuse_write_data_case1() 788 tmp_word_cnts = efuse_calculate_word_cnts(tmp_pkt.word_en); in efuse_write_data_case1() 790 if (tmp_pkt.offset != target_pkt->offset) { in efuse_write_data_case1() 807 (tmp_pkt.word_en & BIT(0)))) in efuse_write_data_case1() 811 (tmp_pkt.word_en & BIT(1)))) in efuse_write_data_case1() 815 (tmp_pkt.word_en & BIT(2)))) in efuse_write_data_case1() 819 (tmp_pkt.word_en & BIT(3)))) in efuse_write_data_case1() 825 tmp_pkt.word_en, in efuse_write_data_case1() [all …]
|
/drivers/net/wireless/ath/ath6kl/ |
D | htc_mbox.c | 1159 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_mbox_flush_txep() local 1173 list_for_each_entry_safe(packet, tmp_pkt, &endpoint->txq, list) { in ath6kl_htc_mbox_flush_txep() 1181 list_for_each_entry_safe(packet, tmp_pkt, &discard_q, list) { in ath6kl_htc_mbox_flush_txep() 1483 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_rx_alloc() local 1566 list_for_each_entry_safe(packet, tmp_pkt, queue, list) { in ath6kl_htc_rx_alloc() 2020 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_rx_process_packets() local 2024 list_for_each_entry_safe(packet, tmp_pkt, comp_pktq, list) { in ath6kl_htc_rx_process_packets() 2073 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_rx_fetch() local 2139 list_for_each_entry_safe(packet, tmp_pkt, rx_pktq, list) { in ath6kl_htc_rx_fetch() 2145 list_for_each_entry_safe(packet, tmp_pkt, &tmp_rxq, list) { in ath6kl_htc_rx_fetch() [all …]
|
D | htc_pipe.c | 309 struct htc_packet *packet, *tmp_pkt; in htc_try_send() local 386 list_for_each_entry_safe(packet, tmp_pkt, in htc_try_send() 724 struct htc_packet *packet, *tmp_pkt, *found_packet = NULL; in htc_lookup_tx_packet() local 733 list_for_each_entry_safe(packet, tmp_pkt, &ep->pipe.tx_lookup_queue, in htc_lookup_tx_packet() 793 struct htc_packet *packet, *tmp_pkt; in htc_send_packets_multiple() local 811 list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) { in htc_send_packets_multiple() 1641 struct htc_packet *packet, *tmp_pkt, *first; in ath6kl_htc_pipe_add_rxbuf_multiple() local 1670 list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) { in ath6kl_htc_pipe_add_rxbuf_multiple()
|
D | txrx.c | 1844 struct htc_packet *packet, *tmp_pkt; in ath6kl_cleanup_amsdu_rxbufs() local 1852 list_for_each_entry_safe(packet, tmp_pkt, &ar->amsdu_rx_buffer_queue, in ath6kl_cleanup_amsdu_rxbufs()
|