![]() |
![]()
| ![]() |
![]()
NAMEibv_modify_wq - Modify a Work Queue (WQ). SYNOPSIS#include <infiniband/verbs.h> struct int ibv_modify_wq(struct ibv_wq *wq, struct ibv_wq_attr *wq_attr); DESCRIPTIONibv_modify_wq() modifys a WQ wq. The argument wq_attr is an ibv_wq_attr struct, as defined in <infiniband/verbs.h>. struct ibv_wq_attr { The function ibv_modify_wq() will modify the WQ based on the given wq_attr->attr_mask RETURN VALUEreturns 0 on success, or the value of errno on failure (which indicates the failure reason). SEE ALSOibv_create_wq(3), ibv_destroy_wq(3), AUTHORS
|