Searched refs:iqp_headx (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dpmcc4_private.h175 unsigned int iqp_headx, iqp_tailx; member in struct:sbe_card_info
H A Dmusycc.c276 bh, max_bh, ci->iqp_headx, ci->iqp_tailx, max_intcnt,
1361 while ((headx = ci->iqp_headx) != (tailx = ci->iqp_tailx))
1416 ci->iqp_headx = (headx + 1) & (INT_QUEUE_SIZE - 1); /* insure wrapness */
1606 ci->iqp_headx = (headx + 1) & (INT_QUEUE_SIZE - 1); /* insure wrapness */
1610 if ((log_level >= LOG_MONITOR2) && (ci->iqp_headx != ci->iqp_tailx))
1616 ci->iqp_headx, ci->iqp_tailx, bh);

Completed in 123 milliseconds