Function ibverbs::ffi::ibv_get_cq_event[][src]

pub unsafe extern "C" fn ibv_get_cq_event(
    channel: *mut ibv_comp_channel,
    cq: *mut *mut ibv_cq,
    cq_context: *mut *mut c_void
) -> c_int

ibv_get_cq_event - Read next CQ event @channel: Channel to get next event from. @cq: Used to return pointer to CQ. @cq_context: Used to return consumer-supplied CQ context.

All completion events returned by ibv_get_cq_event() must eventually be acknowledged with ibv_ack_cq_events().