Searched refs:solicited (Results 1 – 6 of 6) sorted by relevance
/drivers/infiniband/sw/rxe/ |
D | rxe_cq.c | 121 int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited) in rxe_cq_post() argument 151 (cq->notify == IB_CQ_SOLICITED && solicited)) { in rxe_cq_post()
|
D | rxe_req.c | 391 int solicited; in init_req_packet() local 417 solicited = (ibwr->send_flags & IB_SEND_SOLICITED) && in init_req_packet() 435 bth_init(pkt, pkt->opcode, solicited, 0, pad, pkey, qp_num, in init_req_packet()
|
D | rxe_loc.h | 65 int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited);
|
/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_hw.h | 106 bool solicited, u16 cqe_popped);
|
D | ocrdma_hw.c | 302 bool solicited, u16 cqe_popped) in ocrdma_ring_cq_db() argument 311 if (solicited) in ocrdma_ring_cq_db()
|
/drivers/infiniband/sw/rdmavt/ |
D | cq.c | 62 void rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited) in rvt_cq_enter() argument 121 (solicited || entry->status != IB_WC_SUCCESS))) { in rvt_cq_enter()
|