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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/fc4/
H A Dsoc.c360 int cq_next_in; local
375 cq_next_in = (sw_cq->in + 1) & sw_cq->last;
377 if (cq_next_in == sw_cq->out &&
378 cq_next_in == (sw_cq->out = xram_get_8((xram_p)&sw_cq->hw_cq->out))) {
H A Dsocal.c399 int cq_next_in; local
414 cq_next_in = (sw_cq->in + 1) & sw_cq->last;
416 if (cq_next_in == sw_cq->out &&
417 cq_next_in == (sw_cq->out = sbus_readb(s->regs + REQP + qno))) {

Completed in 50 milliseconds