Searched refs:schp (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | qp.c | 684 struct c4iw_cq *schp; in complete_sq_drain_wr() local 689 schp = to_c4iw_cq(qhp->ibqp.send_cq); in complete_sq_drain_wr() 690 cq = &schp->cq; in complete_sq_drain_wr() 705 spin_lock_irqsave(&schp->lock, flag); in complete_sq_drain_wr() 709 spin_unlock_irqrestore(&schp->lock, flag); in complete_sq_drain_wr() 711 spin_lock_irqsave(&schp->comp_handler_lock, flag); in complete_sq_drain_wr() 712 (*schp->ibcq.comp_handler)(&schp->ibcq, in complete_sq_drain_wr() 713 schp->ibcq.cq_context); in complete_sq_drain_wr() 714 spin_unlock_irqrestore(&schp->comp_handler_lock, flag); in complete_sq_drain_wr() 1367 struct c4iw_cq *schp) in __flush_qp() argument [all …]
|
| /freebsd/contrib/ofed/libcxgb4/ |
| H A D | qp.c | 428 struct c4iw_cq *schp; in complete_sq_drain_wr() local 432 schp = to_c4iw_cq(qhp->ibv_qp.send_cq); in complete_sq_drain_wr() 433 cq = &schp->cq; in complete_sq_drain_wr() 448 pthread_spin_lock(&schp->lock); in complete_sq_drain_wr() 452 pthread_spin_unlock(&schp->lock); in complete_sq_drain_wr() 454 t4_clear_cq_armed(&schp->cq); in complete_sq_drain_wr() 796 struct c4iw_cq *rchp, *schp; in c4iw_flush_qp() local 805 schp = to_c4iw_cq(qhp->ibv_qp.send_cq); in c4iw_flush_qp() 807 PDBG("%s qhp %p rchp %p schp %p\n", __func__, qhp, rchp, schp); in c4iw_flush_qp() 821 pthread_spin_lock(&schp->lock); in c4iw_flush_qp() [all …]
|
| /freebsd/sys/netinet/ |
| H A D | tcp_syncache.c | 596 syncache_lookup(struct in_conninfo *inc, struct syncache_head **schp) in syncache_lookup() argument 601 *schp = sch = syncache_hashbucket(inc); in syncache_lookup()
|