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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dsg.c184 static int sg_build_indirect(Sg_scatter_hold * schp, Sg_fd * sfp, int buff_size);
193 static void sg_remove_scat(Sg_scatter_hold * schp);
1744 sg_build_sgat(Sg_scatter_hold * schp, const Sg_fd * sfp, int tablesize) argument
1749 schp->pages = kzalloc(sg_bufflen, gfp_flags);
1750 if (!schp->pages)
1752 schp->sglist_len = sg_bufflen;
1757 sg_build_indirect(Sg_scatter_hold * schp, Sg_fd * sfp, int buff_size) argument
1774 mx_sc_elems = sg_build_sgat(schp, sfp, sg_tablesize);
1803 schp->pages[k] = alloc_pages(gfp_mask, order);
1804 if (!schp
1838 sg_remove_scat(Sg_scatter_hold * schp) argument
1861 Sg_scatter_hold *schp = &srp->data; local
1893 Sg_scatter_hold *schp = &sfp->reserve; local
[all...]
/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
812 schp = get_chp(qhp->rhp, qhp->attr.scq);
814 PDBG("%s qhp %p rchp %p schp %p\n", __func__, qhp, rchp, schp);
831 spin_lock_irqsave(&schp->lock, *flag);
833 cxio_flush_hw_cq(&schp->cq);
834 cxio_count_scqes(&schp->cq, &qhp->wq, &count);
835 flushed = cxio_flush_sq(&qhp->wq, &schp->cq, count);
837 spin_unlock_irqrestore(&schp->lock, *flag);
839 (*schp
[all...]
H A Diwch_provider.c889 struct iwch_cq *schp; local
900 schp = get_chp(rhp, ((struct iwch_cq *) attrs->send_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.c908 struct c4iw_cq *schp, unsigned long *flag)
913 PDBG("%s qhp %p rchp %p schp %p\n", __func__, qhp, rchp, schp);
930 spin_lock_irqsave(&schp->lock, *flag);
932 c4iw_flush_hw_cq(&schp->cq);
933 c4iw_count_scqes(&schp->cq, &qhp->wq, &count);
934 flushed = c4iw_flush_sq(&qhp->wq, &schp->cq, count);
936 spin_unlock_irqrestore(&schp->lock, *flag);
938 (*schp->ibcq.comp_handler)(&schp
907 __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp, struct c4iw_cq *schp, unsigned long *flag) argument
949 struct c4iw_cq *rchp, *schp; local
1377 struct c4iw_cq *schp; local
[all...]

Completed in 48 milliseconds