Searched refs:pktslots (Results 1 – 2 of 2) sorted by relevance
1656 if (rfi->pktslots[start]) { in brcmf_rxreorder_get_skb_list()1658 rfi->pktslots[start] = NULL; in brcmf_rxreorder_get_skb_list()1738 rfi->pktslots[rfi->cur_idx] = pkt; in brcmf_fws_rxreorder()1749 if (rfi->pktslots[cur_idx] != NULL) { in brcmf_fws_rxreorder()1751 brcmu_pkt_buf_free_skb(rfi->pktslots[cur_idx]); in brcmf_fws_rxreorder()1752 rfi->pktslots[cur_idx] = NULL; in brcmf_fws_rxreorder()1754 rfi->pktslots[cur_idx] = pkt; in brcmf_fws_rxreorder()1766 if (rfi->pktslots[cur_idx] != NULL) { in brcmf_fws_rxreorder()1769 rfi->pktslots[cur_idx] = NULL; in brcmf_fws_rxreorder()1771 rfi->pktslots[cur_idx] = pkt; in brcmf_fws_rxreorder()[all …]
64 struct sk_buff *pktslots[]; member
Completed in 10 milliseconds