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

/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c615 struct c4iw_cq *schp; local
619 schp = to_c4iw_cq(qhp->ibqp.send_cq);
620 cq = &schp->cq;
630 spin_lock_irqsave(&schp->lock, flag);
634 spin_unlock_irqrestore(&schp->lock, flag);
636 spin_lock_irqsave(&schp->comp_handler_lock, flag);
637 (*schp->ibcq.comp_handler)(&schp->ibcq,
638 schp->ibcq.cq_context);
639 spin_unlock_irqrestore(&schp
1158 __flush_qp(struct c4iw_qp *qhp, struct c4iw_cq *rchp, struct c4iw_cq *schp) argument
1220 struct c4iw_cq *rchp, *schp; local
1715 struct c4iw_cq *schp; local
[all...]
/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Dqp.c504 struct c4iw_cq *rchp, *schp; local
513 schp = to_c4iw_cq(qhp->ibv_qp.send_cq);
515 PDBG("%s qhp %p rchp %p schp %p\n", __func__, qhp, rchp, schp);
529 pthread_spin_lock(&schp->lock);
531 if (schp != rchp)
532 c4iw_flush_hw_cq(schp);
535 pthread_spin_unlock(&schp->lock);
/freebsd-13-stable/sys/netinet/
H A Dtcp_syncache.c586 syncache_lookup(struct in_conninfo *inc, struct syncache_head **schp) argument
591 *schp = sch = syncache_hashbucket(inc);

Completed in 114 milliseconds