Searched refs:iqp_headx (Results 1 – 2 of 2) sorted by relevance
236 bh, max_bh, ci->iqp_headx, ci->iqp_tailx, max_intcnt, in musycc_dump_ring()1368 while ((headx = ci->iqp_headx) != (tailx = ci->iqp_tailx)) in musycc_intr_bh_tasklet()1423 ci->iqp_headx = (headx + 1) & (INT_QUEUE_SIZE - 1); /* insure wrapness */ in musycc_intr_bh_tasklet()1617 ci->iqp_headx = (headx + 1) & (INT_QUEUE_SIZE - 1); /* insure wrapness */ in musycc_intr_bh_tasklet()1621 if ((cxt1e1_log_level >= LOG_MONITOR2) && (ci->iqp_headx != ci->iqp_tailx)) in musycc_intr_bh_tasklet()1627 ci->iqp_headx, ci->iqp_tailx, bh); in musycc_intr_bh_tasklet()
188 unsigned int iqp_headx, iqp_tailx; member