Searched defs:ibv_req_notify_cq (Results 1 – 2 of 2) sorted by relevance
522 struct ibv_req_notify_cq { struct523 __u32 command;524 __u16 in_words;525 __u16 out_words;526 __u32 cq_handle;527 __u32 solicited;
1931 static inline int ibv_req_notify_cq(struct ibv_cq *cq, int solicited_only) in ibv_req_notify_cq() function