Searched refs:pktslots (Results 1 – 2 of 2) sorted by relevance
354 if (rfi->pktslots[start]) { in brcmf_rxreorder_get_skb_list()355 __skb_queue_tail(skb_list, rfi->pktslots[start]); in brcmf_rxreorder_get_skb_list()356 rfi->pktslots[start] = NULL; in brcmf_rxreorder_get_skb_list()423 rfi->pktslots = (struct sk_buff **)(rfi+1); in brcmf_rxreorder_process_info()438 rfi->pktslots[rfi->cur_idx] = pkt; in brcmf_rxreorder_process_info()449 if (rfi->pktslots[cur_idx] != NULL) { in brcmf_rxreorder_process_info()451 brcmu_pkt_buf_free_skb(rfi->pktslots[cur_idx]); in brcmf_rxreorder_process_info()452 rfi->pktslots[cur_idx] = NULL; in brcmf_rxreorder_process_info()454 rfi->pktslots[cur_idx] = pkt; in brcmf_rxreorder_process_info()466 if (rfi->pktslots[cur_idx] != NULL) { in brcmf_rxreorder_process_info()[all …]
62 struct sk_buff **pktslots; member