Searched defs:ib_destroy_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.c1014 ib_destroy_cq(struct ib_cq *cq) function
1023 "ib_destroy_cq: cq: 0x%p => invalid device state (%d)",
1029 "ib_destroy_cq: cq: 0x%p", cq);
1035 * ib_destroy_cq() is called. To distinguish this case from
1045 "ib_destroy_cq: cq: 0x%p, rtn: 0x%x", cq, rtn);
1052 "ib_destroy_cq: cq: 0x%p => ibt_free_cq failed w/ 0x%x", cq, rtn);

Completed in 48 milliseconds