Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/fc4/
Dsoc.c361 int cq_next_in; in soc_hw_enque() local
376 cq_next_in = (sw_cq->in + 1) & sw_cq->last; in soc_hw_enque()
378 if (cq_next_in == sw_cq->out && in soc_hw_enque()
379 cq_next_in == (sw_cq->out = xram_get_8((xram_p)&sw_cq->hw_cq->out))) { in soc_hw_enque()
Dsocal.c441 int cq_next_in; in socal_hw_enque() local
456 cq_next_in = (sw_cq->in + 1) & sw_cq->last; in socal_hw_enque()
458 if (cq_next_in == sw_cq->out && in socal_hw_enque()
459 cq_next_in == (sw_cq->out = sbus_readb(s->regs + REQP + qno))) { in socal_hw_enque()