Searched defs:ib_uverbs_attr (Results 1 – 1 of 1) sorted by relevance
59 struct ib_uverbs_attr { struct60 __u16 attr_id; /* command specific type attribute */61 __u16 len; /* only for pointers and IDRs array */62 __u16 flags; /* combination of UVERBS_ATTR_F_XXXX */63 union {89 struct ib_uverbs_attr attrs[0]; argument