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

/drivers/infiniband/hw/cxgb3/
H A Diwch_qp.c807 struct iwch_cq *schp)
813 PDBG("%s qhp %p rchp %p schp %p\n", __func__, qhp, rchp, schp);
833 spin_lock(&schp->lock);
835 cxio_flush_hw_cq(&schp->cq);
836 cxio_count_scqes(&schp->cq, &qhp->wq, &count);
837 flushed = cxio_flush_sq(&qhp->wq, &schp->cq, count);
839 spin_unlock(&schp->lock);
841 spin_lock(&schp->comp_handler_lock);
842 (*schp
806 __flush_qp(struct iwch_qp *qhp, struct iwch_cq *rchp, struct iwch_cq *schp) argument
855 struct iwch_cq *rchp, *schp; local
[all...]
H A Diwch_provider.c895 struct iwch_cq *schp; local
906 schp = get_chp(rhp, ((struct iwch_cq *) attrs->send_cq)->cq.cqid);
908 if (!schp || !rchp)
/drivers/scsi/
H A Dsg.c194 static int sg_build_indirect(Sg_scatter_hold * schp, Sg_fd * sfp, int buff_size);
203 static void sg_remove_scat(Sg_fd * sfp, Sg_scatter_hold * schp);
1826 sg_build_sgat(Sg_scatter_hold * schp, const Sg_fd * sfp, int tablesize) argument
1831 schp->pages = kzalloc(sg_bufflen, gfp_flags);
1832 if (!schp->pages)
1834 schp->sglist_len = sg_bufflen;
1839 sg_build_indirect(Sg_scatter_hold * schp, Sg_fd * sfp, int buff_size) argument
1857 mx_sc_elems = sg_build_sgat(schp, sfp, sg_tablesize);
1886 schp->pages[k] = alloc_pages(gfp_mask, order);
1887 if (!schp
1923 sg_remove_scat(Sg_fd * sfp, Sg_scatter_hold * schp) argument
1948 Sg_scatter_hold *schp = &srp->data; local
1981 Sg_scatter_hold *schp = &sfp->reserve; local
[all...]
/drivers/infiniband/hw/cxgb4/
H A Dqp.c1105 struct c4iw_cq *schp)
1111 PDBG("%s qhp %p rchp %p schp %p\n", __func__, qhp, rchp, schp);
1131 spin_lock_irqsave(&schp->lock, flag);
1133 if (schp != rchp)
1134 c4iw_flush_hw_cq(schp);
1137 spin_unlock_irqrestore(&schp->lock, flag);
1139 if (schp == rchp) {
1154 if (t4_clear_cq_armed(&schp->cq) && sq_flushed) {
1155 spin_lock_irqsave(&schp
1104 __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp, struct c4iw_cq *schp) argument
1165 struct c4iw_cq *rchp, *schp; local
1614 struct c4iw_cq *schp; local
[all...]

Completed in 199 milliseconds