Searched refs:solicited_only (Results 1 – 8 of 8) sorted by relevance
710 int (*req_notify_cq)(struct ibv_cq *cq, int solicited_only);966 static inline int ibv_req_notify_cq(struct ibv_cq *cq, int solicited_only) in ibv_req_notify_cq() argument968 return cq->context->ops.req_notify_cq(cq, solicited_only); in ibv_req_notify_cq()
91 int ibv_cmd_req_notify_cq(struct ibv_cq *cq, int solicited_only);
146 +int ibv_req_notify_cq(struct ibv_cq *cq, int solicited_only);
343 __u32 solicited_only; member
183 int solicited_only);
380 int ibv_cmd_req_notify_cq(struct ibv_cq *ibcq, int solicited_only) in ibv_cmd_req_notify_cq() argument386 cmd.solicited = !!solicited_only; in ibv_cmd_req_notify_cq()
486 solicited_only flag into the kernel.
974 ib_req_notify_cq(cq, cmd.solicited_only ? in ib_uverbs_req_notify_cq()