Function ibverbs::ffi::ibv_resize_cq[][src]

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

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.