Lines Matching refs:sent_idx
1962 uint32 sent_idx; in dhd_rxf_enqueue() local
1971 sent_idx = dhdp->sent_idx; in dhd_rxf_enqueue()
1977 skb, store_idx, sent_idx)); in dhd_rxf_enqueue()
1981 skb, store_idx, sent_idx)); in dhd_rxf_enqueue()
2003 uint32 sent_idx; in dhd_rxf_dequeue() local
2009 sent_idx = dhdp->sent_idx; in dhd_rxf_dequeue()
2010 skb = dhdp->skbbuf[sent_idx]; in dhd_rxf_dequeue()
2015 store_idx, sent_idx)); in dhd_rxf_dequeue()
2019 dhdp->skbbuf[sent_idx] = NULL; in dhd_rxf_dequeue()
2020 dhdp->sent_idx = (sent_idx + 1) & (MAXSKBPEND - 1); in dhd_rxf_dequeue()
2023 skb, sent_idx)); in dhd_rxf_dequeue()