ibv_resize_cq

Function ibv_resize_cq 

Source
pub unsafe extern "C" fn ibv_resize_cq(
    cq: *mut ibv_cq,
    cqe: c_int,
) -> c_int
Expand description

ibv_resize_cq - Modifies the capacity of the CQ. @cq: The CQ to resize. @cqe: The minimum size of the CQ.

Users can examine the cq structure to determine the actual CQ size.