Lines Matching refs:pskb
1116 struct sk_buff *pskb = NULL; in _rtl_pci_prepare_bcn_tasklet() local
1126 pskb = __skb_dequeue(&ring->queue); in _rtl_pci_prepare_bcn_tasklet()
1131 if (pskb) { in _rtl_pci_prepare_bcn_tasklet()
1135 pskb->len, PCI_DMA_TODEVICE); in _rtl_pci_prepare_bcn_tasklet()
1136 kfree_skb(pskb); in _rtl_pci_prepare_bcn_tasklet()
1140 pskb = ieee80211_beacon_get(hw, mac->vif); in _rtl_pci_prepare_bcn_tasklet()
1141 if (pskb == NULL) in _rtl_pci_prepare_bcn_tasklet()
1143 hdr = rtl_get_hdr(pskb); in _rtl_pci_prepare_bcn_tasklet()
1144 info = IEEE80211_SKB_CB(pskb); in _rtl_pci_prepare_bcn_tasklet()
1150 (u8 *)pbuffer_desc, info, NULL, pskb, in _rtl_pci_prepare_bcn_tasklet()
1153 __skb_queue_tail(&ring->queue, pskb); in _rtl_pci_prepare_bcn_tasklet()