Searched refs:pktslots (Results 1 – 2 of 2) sorted by relevance
1644 if (rfi->pktslots[start]) { in brcmf_rxreorder_get_skb_list()1645 __skb_queue_tail(skb_list, rfi->pktslots[start]); in brcmf_rxreorder_get_skb_list()1646 rfi->pktslots[start] = NULL; in brcmf_rxreorder_get_skb_list()1714 rfi->pktslots = (struct sk_buff **)(rfi + 1); in brcmf_fws_rxreorder()1729 rfi->pktslots[rfi->cur_idx] = pkt; in brcmf_fws_rxreorder()1740 if (rfi->pktslots[cur_idx] != NULL) { in brcmf_fws_rxreorder()1742 brcmu_pkt_buf_free_skb(rfi->pktslots[cur_idx]); in brcmf_fws_rxreorder()1743 rfi->pktslots[cur_idx] = NULL; in brcmf_fws_rxreorder()1745 rfi->pktslots[cur_idx] = pkt; in brcmf_fws_rxreorder()1757 if (rfi->pktslots[cur_idx] != NULL) { in brcmf_fws_rxreorder()[all …]
64 struct sk_buff **pktslots; member