Searched refs:tmp_pkt (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | efuse.c | 750 struct pgpkt_struct tmp_pkt; in efuse_write_data_case1() local 760 tmp_pkt.word_en = tmp_header & 0x0F; in efuse_write_data_case1() 781 (tmp_pkt.word_en & BIT(0)))) in efuse_write_data_case1() 785 (tmp_pkt.word_en & BIT(1)))) in efuse_write_data_case1() 789 (tmp_pkt.word_en & BIT(2)))) in efuse_write_data_case1() 793 (tmp_pkt.word_en & BIT(3)))) in efuse_write_data_case1() 800 tmp_pkt.word_en, in efuse_write_data_case1() 859 struct pgpkt_struct tmp_pkt; in efuse_write_data_case2() local 881 tmp_pkt.word_en = tmp_header & 0x0F; in efuse_write_data_case2() 890 tmp_pkt.word_en, in efuse_write_data_case2() [all …]
|
| /linux-6.15/drivers/net/wireless/ath/ath6kl/ |
| H A D | htc_pipe.c | 304 struct htc_packet *packet, *tmp_pkt; in htc_try_send() local 381 list_for_each_entry_safe(packet, tmp_pkt, in htc_try_send() 716 struct htc_packet *packet, *tmp_pkt, *found_packet = NULL; in htc_lookup_tx_packet() local 725 list_for_each_entry_safe(packet, tmp_pkt, &ep->pipe.tx_lookup_queue, in htc_lookup_tx_packet() 783 struct htc_packet *packet, *tmp_pkt; in htc_send_packets_multiple() local 801 list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) { in htc_send_packets_multiple() 1624 struct htc_packet *packet, *tmp_pkt, *first; in ath6kl_htc_pipe_add_rxbuf_multiple() local 1653 list_for_each_entry_safe(packet, tmp_pkt, pkt_queue, list) { in ath6kl_htc_pipe_add_rxbuf_multiple() 1673 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_pipe_flush_rx_buf() local 1681 list_for_each_entry_safe(packet, tmp_pkt, in ath6kl_htc_pipe_flush_rx_buf()
|
| H A D | htc_mbox.c | 1152 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_mbox_flush_txep() local 1474 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_rx_alloc() local 1556 list_for_each_entry_safe(packet, tmp_pkt, queue, list) { in ath6kl_htc_rx_alloc() 2007 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_rx_process_packets() local 2060 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_rx_fetch() local 2125 list_for_each_entry_safe(packet, tmp_pkt, rx_pktq, list) { in ath6kl_htc_rx_fetch() 2131 list_for_each_entry_safe(packet, tmp_pkt, &tmp_rxq, list) { in ath6kl_htc_rx_fetch() 2143 struct htc_packet *packets, *tmp_pkt; in ath6kl_htc_rxmsg_pending_handler() local 2341 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_mbox_add_rxbuf_multiple() local 2381 struct htc_packet *packet, *tmp_pkt; in ath6kl_htc_mbox_flush_rx_buf() local [all …]
|
| H A D | txrx.c | 1841 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()
|