Searched refs:HYSDN_MAX_CAPI_SKB (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hysdn/
H A Dhycapi.c124 if (cinfo->in_idx >= HYSDN_MAX_CAPI_SKB)
127 if (cinfo->sk_count >= HYSDN_MAX_CAPI_SKB) {
644 if (cinfo->out_idx >= HYSDN_MAX_CAPI_SKB)
647 if (cinfo->sk_count-- == HYSDN_MAX_CAPI_SKB) /* dec usage count */
H A Dhysdn_defs.h68 #define HYSDN_MAX_CAPI_SKB 20 macro
205 struct sk_buff *skbs[HYSDN_MAX_CAPI_SKB];

Completed in 105 milliseconds