Function create_qp

Source
pub unsafe extern "C" fn create_qp(
    context: *mut ibv_context,
    pd: *mut ibv_pd,
    cq_entries: c_int,
    max_send_wr: c_int,
    max_recv_wr: c_int,
    max_send_sge: c_int,
    max_recv_sge: c_int,
) -> *mut ibv_qp