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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dioasm.h119 static inline int rchp(struct chp_id chpid) function
126 " rchp\n"
H A Dcio.c997 ret = rchp(chpid);
1000 * rchp either succeeded, or another rchp is already
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_qp.c807 struct iwch_cq *rchp, *schp; local
811 rchp = get_chp(qhp->rhp, qhp->attr.rcq);
814 PDBG("%s qhp %p rchp %p schp %p\n", __func__, qhp, rchp, schp);
820 spin_lock_irqsave(&rchp->lock, *flag);
822 cxio_flush_hw_cq(&rchp->cq);
823 cxio_count_rcqes(&rchp->cq, &qhp->wq, &count);
824 flushed = cxio_flush_rq(&qhp->wq, &rchp->cq, count);
826 spin_unlock_irqrestore(&rchp->lock, *flag);
828 (*rchp
[all...]
H A Diwch_provider.c890 struct iwch_cq *rchp; local
901 rchp = get_chp(rhp, ((struct iwch_cq *) attrs->recv_cq)->cq.cqid);
902 if (!schp || !rchp)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dqp.c907 static void __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp, argument
913 PDBG("%s qhp %p rchp %p schp %p\n", __func__, qhp, rchp, schp);
919 spin_lock_irqsave(&rchp->lock, *flag);
921 c4iw_flush_hw_cq(&rchp->cq);
922 c4iw_count_rcqes(&rchp->cq, &qhp->wq, &count);
923 flushed = c4iw_flush_rq(&qhp->wq, &rchp->cq, count);
925 spin_unlock_irqrestore(&rchp->lock, *flag);
927 (*rchp->ibcq.comp_handler)(&rchp
949 struct c4iw_cq *rchp, *schp; local
1378 struct c4iw_cq *rchp; local
[all...]

Completed in 101 milliseconds