Lines Matching refs:store_idx
1961 uint32 store_idx; in dhd_rxf_enqueue() local
1970 store_idx = dhdp->store_idx; in dhd_rxf_enqueue()
1972 if (dhdp->skbbuf[store_idx] != NULL) { in dhd_rxf_enqueue()
1977 skb, store_idx, sent_idx)); in dhd_rxf_enqueue()
1981 skb, store_idx, sent_idx)); in dhd_rxf_enqueue()
1992 skb, store_idx, (store_idx + 1) & (MAXSKBPEND - 1))); in dhd_rxf_enqueue()
1993 dhdp->skbbuf[store_idx] = skb; in dhd_rxf_enqueue()
1994 dhdp->store_idx = (store_idx + 1) & (MAXSKBPEND - 1); in dhd_rxf_enqueue()
2002 uint32 store_idx; in dhd_rxf_dequeue() local
2008 store_idx = dhdp->store_idx; in dhd_rxf_dequeue()
2015 store_idx, sent_idx)); in dhd_rxf_dequeue()