Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c614 struct c4iw_cq *schp; in complete_sq_drain_wr() local
618 schp = to_c4iw_cq(qhp->ibqp.send_cq); in complete_sq_drain_wr()
619 cq = &schp->cq; in complete_sq_drain_wr()
629 spin_lock_irqsave(&schp->lock, flag); in complete_sq_drain_wr()
633 spin_unlock_irqrestore(&schp->lock, flag); in complete_sq_drain_wr()
635 spin_lock_irqsave(&schp->comp_handler_lock, flag); in complete_sq_drain_wr()
636 (*schp->ibcq.comp_handler)(&schp->ibcq, in complete_sq_drain_wr()
637 schp->ibcq.cq_context); in complete_sq_drain_wr()
638 spin_unlock_irqrestore(&schp->comp_handler_lock, flag); in complete_sq_drain_wr()
1162 struct c4iw_cq *schp) in __flush_qp() argument
[all …]
/freebsd/contrib/ofed/libcxgb4/
H A Dqp.c504 struct c4iw_cq *rchp, *schp; in c4iw_flush_qp() local
513 schp = to_c4iw_cq(qhp->ibv_qp.send_cq); in c4iw_flush_qp()
515 PDBG("%s qhp %p rchp %p schp %p\n", __func__, qhp, rchp, schp); in c4iw_flush_qp()
529 pthread_spin_lock(&schp->lock); in c4iw_flush_qp()
531 if (schp != rchp) in c4iw_flush_qp()
532 c4iw_flush_hw_cq(schp); in c4iw_flush_qp()
535 pthread_spin_unlock(&schp->lock); in c4iw_flush_qp()
/freebsd/sys/netinet/
H A Dtcp_syncache.c586 syncache_lookup(struct in_conninfo *inc, struct syncache_head **schp) in syncache_lookup() argument
591 *schp = sch = syncache_hashbucket(inc); in syncache_lookup()