Searched defs:ib_req_notify_cq (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c1274 * ib_req_notify_cq - Request completion notification on a CQ.
1303 ib_req_notify_cq(struct ib_cq *cq, enum ib_cq_notify_flags flags) function
1313 "ib_req_notify_cq: cq: 0x%p, flag: 0x%x", cq, flags);
1318 "ib_req_notify_cq: cq: 0x%p, flag: 0x%x", cq, flags);
1331 "ib_req_notify_cq: cq: 0x%p, flag: 0x%x => invalid flag",
1341 "ib_req_notify_cq: cq: 0x%p, flag: 0x%x rtn: 0x%x",
1347 "ib_req_notify_cq: cq: 0x%p, flag: 0x%x => ibt_enable_cq_notify "

Completed in 61 milliseconds