Searched refs:mac_pkt (Results 1 – 2 of 2) sorted by relevance
36 struct cfg802154_mac_pkt *mac_pkt; in mac802154_rx_beacon_worker() local38 mac_pkt = list_first_entry_or_null(&local->rx_beacon_list, in mac802154_rx_beacon_worker()40 if (!mac_pkt) in mac802154_rx_beacon_worker()43 mac802154_process_beacon(local, mac_pkt->skb, mac_pkt->page, mac_pkt->channel); in mac802154_rx_beacon_worker()45 list_del(&mac_pkt->node); in mac802154_rx_beacon_worker()46 kfree_skb(mac_pkt->skb); in mac802154_rx_beacon_worker()47 kfree(mac_pkt); in mac802154_rx_beacon_worker()75 struct cfg802154_mac_pkt *mac_pkt; in mac802154_rx_mac_cmd_worker() local79 mac_pkt = list_first_entry_or_null(&local->rx_mac_cmd_list, in mac802154_rx_mac_cmd_worker()81 if (!mac_pkt) in mac802154_rx_mac_cmd_worker()[all …]
107 struct cfg802154_mac_pkt *mac_pkt, *tmp; in mac802154_flush_queued_beacons() local109 list_for_each_entry_safe(mac_pkt, tmp, &local->rx_beacon_list, node) { in mac802154_flush_queued_beacons()110 list_del(&mac_pkt->node); in mac802154_flush_queued_beacons()111 kfree_skb(mac_pkt->skb); in mac802154_flush_queued_beacons()112 kfree(mac_pkt); in mac802154_flush_queued_beacons()