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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Dioasm.h193 static inline int rchp(struct chp_id chpid) function
200 " rchp\n"
H A Dcio.c972 ret = rchp(chpid);
975 * rchp either succeeded, or another rchp is already
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_qp.c632 struct iwch_cq *rchp, *schp; local
635 rchp = get_chp(qhp->rhp, qhp->attr.rcq);
638 PDBG("%s qhp %p rchp %p schp %p\n", __FUNCTION__, qhp, rchp, schp);
644 spin_lock_irqsave(&rchp->lock, *flag);
646 cxio_flush_hw_cq(&rchp->cq);
647 cxio_count_rcqes(&rchp->cq, &qhp->wq, &count);
648 cxio_flush_rq(&qhp->wq, &rchp->cq, count);
650 spin_unlock_irqrestore(&rchp->lock, *flag);
H A Diwch_provider.c770 struct iwch_cq *rchp; local
781 rchp = get_chp(rhp, ((struct iwch_cq *) attrs->recv_cq)->cq.cqid);
782 if (!schp || !rchp)

Completed in 107 milliseconds