Searched refs:in_idx (Results 1 - 3 of 3) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hysdn/
H A Dhycapi.c123 cinfo->skbs[cinfo->in_idx++] = skb; /* add to buffer list */
124 if (cinfo->in_idx >= HYSDN_MAX_CAPI_SKB)
125 cinfo->in_idx = 0; /* wrap around */
H A Dhysdn_defs.h206 int in_idx, out_idx; /* indexes to buffer ring */ member in struct:HYSDN_CARD::hycapictrl_info
H A Dhysdn_net.c53 int in_idx, out_idx; /* indexes to buffer ring */ member in struct:net_local
142 lp->skbs[lp->in_idx++] = skb; /* add to buffer list */
143 if (lp->in_idx >= MAX_SKB_BUFFERS)
144 lp->in_idx = 0; /* wrap around */

Completed in 180 milliseconds