Searched refs:rnicp (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/infiniband/hw/cxgb3/ |
| D | iwch.c | 65 static void disable_dbs(struct iwch_dev *rnicp) in disable_dbs() argument 70 xa_lock_irq(&rnicp->qps); in disable_dbs() 71 xa_for_each(&rnicp->qps, index, qhp) in disable_dbs() 73 xa_unlock_irq(&rnicp->qps); in disable_dbs() 76 static void enable_dbs(struct iwch_dev *rnicp, int ring_db) in enable_dbs() argument 81 xa_lock_irq(&rnicp->qps); in enable_dbs() 82 xa_for_each(&rnicp->qps, index, qhp) { in enable_dbs() 88 xa_unlock_irq(&rnicp->qps); in enable_dbs() 93 struct iwch_dev *rnicp = container_of(work, struct iwch_dev, in iwch_db_drop_task() local 95 enable_dbs(rnicp, 1); in iwch_db_drop_task() [all …]
|
| D | iwch_ev.c | 41 static void post_qp_event(struct iwch_dev *rnicp, struct iwch_cq *chp, in post_qp_event() argument 51 xa_lock(&rnicp->qps); in post_qp_event() 52 qhp = xa_load(&rnicp->qps, CQE_QPID(rsp_msg->cqe)); in post_qp_event() 58 xa_unlock(&rnicp->qps); in post_qp_event() 68 xa_unlock(&rnicp->qps); in post_qp_event() 79 xa_unlock(&rnicp->qps); in post_qp_event() 109 struct iwch_dev *rnicp; in iwch_ev_dispatch() local 116 rnicp = (struct iwch_dev *) rdev_p->ulp; in iwch_ev_dispatch() 117 xa_lock(&rnicp->qps); in iwch_ev_dispatch() 118 chp = get_chp(rnicp, cqid); in iwch_ev_dispatch() [all …]
|
| /Linux-v5.4/drivers/infiniband/hw/cxgb4/ |
| D | iw_cxgb4.h | 1025 int c4iw_ev_handler(struct c4iw_dev *rnicp, u32 qid);
|