*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: ibv_modify_wq | Section: 3 | Source: FreeBSD | File: ibv_modify_wq.3.gz
IBV_MODIFY_WQ(3) Libibverbs Programmer's Manual IBV_MODIFY_WQ(3) NAME ibv_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); DESCRIPTION ibv_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 { uint32_t attr_mask; /* Use enum ibv_wq_attr_mask */ enum ibv_wq_state wq_state; /* Move to this state */ enum ibv_wq_state curr_wq_state; /* Assume this is the current state */ uint32_t flags; /* Flags values to modify, use enum ibv_wq_flags */ uint32_t flags_mask; /* Which flags to modify, use enum ibv_wq_flags */ }; The function ibv_modify_wq() will modify the WQ based on the given wq_attr->attr_mask RETURN VALUE returns 0 on success, or the value of errno on failure (which indicates the failure reason). SEE ALSO ibv_create_wq(3), ibv_destroy_wq(3), AUTHORS Yishai Hadas <[email protected]> libibverbs 2016-07-27 IBV_MODIFY_WQ(3)

Navigation Options