Searched refs:q0 (Results 1 - 4 of 4) sorted by relevance

/drivers/isdn/hardware/eicon/
H A Dcapidtmf.c188 long c, d, q0, q1, q2; local
200 q0 = sample[j] - q2 + (c * (q1 >> 16)) + (((dword)(((dword) d) * ((dword)(q1 & 0xffff)))) >> 15);
202 q1 = q0;
211 q0 = sample[j] - q2 - ((c * (q1 >> 16)) + (((dword)(((dword) d) * ((dword)(q1 & 0xffff)))) >> 15));
213 q1 = q0;
226 q0 = sample[j] - q2 + (c * (q1 >> 16)) + (((dword)(((dword)(c >> 1)) * ((dword)(q1 & 0xffff)))) >> 15);
228 q1 = q0;
237 q0 = sample[j] - q2 - ((c * (q1 >> 16)) + (((dword)(((dword)(c >> 1)) * ((dword)(q1 & 0xffff)))) >> 15));
239 q1 = q0;
/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c1650 struct bna_rxq *q0 = NULL, *q1 = NULL; local
1665 GET_RXQS(rxp, q0, q1);
1679 &q0->qpt);
1680 q0->buffer_size =
1683 htons((u16)q0->buffer_size);
1887 bna_rxp_add_rxqs(struct bna_rxp *rxp, struct bna_rxq *q0, argument
1892 rxp->rxq.single.only = q0;
1896 rxp->rxq.slr.large = q0;
1900 rxp->rxq.hds.data = q0;
2152 struct bna_rxq *q0 local
2325 struct bna_rxq *q0; local
2543 struct bna_rxq *q0 = NULL; local
[all...]
H A Dbna.h308 #define GET_RXQS(rxp, q0, q1) do { \
311 (q0) = rxp->rxq.single.only; \
315 (q0) = rxp->rxq.slr.large; \
319 (q0) = rxp->rxq.hds.data; \
/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2668 struct sge_rspq *q0 = &adap->sge.qs[0].rspq; local
2671 spin_lock(&q0->lock);
2673 w0 = is_new_response(&q0->desc[q0->cidx], q0);
2682 process_responses_gts(adap, q0);
2691 spin_unlock(&q0->lock);
2706 struct sge_rspq *q0 = &adap->sge.qs[0].rspq; local
2714 spin_lock(&q0->lock);
2720 process_responses_gts(adap, q0);
2741 struct sge_rspq *q0 = &qs0->rspq; local
[all...]

Completed in 81 milliseconds