Lines Matching refs:pktslots
1656 if (rfi->pktslots[start]) { in brcmf_rxreorder_get_skb_list()
1657 __skb_queue_tail(skb_list, rfi->pktslots[start]); in brcmf_rxreorder_get_skb_list()
1658 rfi->pktslots[start] = NULL; in brcmf_rxreorder_get_skb_list()
1727 rfi->pktslots = (struct sk_buff **)(rfi + 1); in brcmf_fws_rxreorder()
1742 rfi->pktslots[rfi->cur_idx] = pkt; in brcmf_fws_rxreorder()
1753 if (rfi->pktslots[cur_idx] != NULL) { in brcmf_fws_rxreorder()
1755 brcmu_pkt_buf_free_skb(rfi->pktslots[cur_idx]); in brcmf_fws_rxreorder()
1756 rfi->pktslots[cur_idx] = NULL; in brcmf_fws_rxreorder()
1758 rfi->pktslots[cur_idx] = pkt; in brcmf_fws_rxreorder()
1770 if (rfi->pktslots[cur_idx] != NULL) { in brcmf_fws_rxreorder()
1772 brcmu_pkt_buf_free_skb(rfi->pktslots[cur_idx]); in brcmf_fws_rxreorder()
1773 rfi->pktslots[cur_idx] = NULL; in brcmf_fws_rxreorder()
1775 rfi->pktslots[cur_idx] = pkt; in brcmf_fws_rxreorder()
1810 rfi->pktslots[cur_idx] = pkt; in brcmf_fws_rxreorder()