Searched refs:prxb (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/staging/rtl8192e/ |
H A D | rtl819x_TSProc.c | 47 reorder_entry->prxb; in RxPktPendingTimeout() 344 struct rtllib_rxb *prxb = pRxReorderEntry->prxb; in RemoveTsEntry() local 346 if (unlikely(!prxb)) in RemoveTsEntry() 348 for (i = 0; i < prxb->nr_subframes; i++) in RemoveTsEntry() 349 dev_kfree_skb(prxb->subframes[i]); in RemoveTsEntry() 350 kfree(prxb); in RemoveTsEntry() 351 prxb = NULL; in RemoveTsEntry()
|
H A D | rtllib_rx.c | 438 struct rtllib_rxb *prxb = prxb_indicate_array[j]; in rtllib_indicate_packets() local 440 for (i = 0; i < prxb->nr_subframes; i++) { in rtllib_indicate_packets() 441 struct sk_buff *sub_skb = prxb->subframes[i]; in rtllib_indicate_packets() 456 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in rtllib_indicate_packets() 457 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in rtllib_indicate_packets() 463 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->src, ETH_ALEN); in rtllib_indicate_packets() 464 memcpy(skb_push(sub_skb, ETH_ALEN), prxb->dst, ETH_ALEN); in rtllib_indicate_packets() 484 kfree(prxb); in rtllib_indicate_packets() 485 prxb = NULL; in rtllib_indicate_packets() 511 ieee->rfd_array[rfd_cnt] = pRxReorderEntry->prxb; in rtllib_flush_rx_ts_pending_pkts() [all …]
|
H A D | rtllib.h | 1019 struct rtllib_rxb *prxb; member
|