Function ibverbs::ffi::ibv_modify_srq[][src]

pub unsafe extern "C" fn ibv_modify_srq(
    srq: *mut ibv_srq,
    srq_attr: *mut ibv_srq_attr,
    srq_attr_mask: c_int
) -> c_int

ibv_modify_srq - Modifies the attributes for the specified SRQ. @srq: The SRQ to modify. @srq_attr: On input, specifies the SRQ attributes to modify. On output, the current values of selected SRQ attributes are returned. @srq_attr_mask: A bit-mask used to specify which attributes of the SRQ are being modified.

The mask may contain IBV_SRQ_MAX_WR to resize the SRQ and/or IBV_SRQ_LIMIT to set the SRQ’s limit and request notification when the number of receives queued drops below the limit.