Lines Matching defs:ib_uverbs_qp_attr
369 struct ib_uverbs_qp_attr { struct
370 __u32 qp_attr_mask;
371 __u32 qp_state;
372 __u32 cur_qp_state;
373 __u32 path_mtu;
374 __u32 path_mig_state;
375 __u32 qkey;
376 __u32 rq_psn;
377 __u32 sq_psn;
378 __u32 dest_qp_num;
379 __u32 qp_access_flags;
381 struct ib_uverbs_ah_attr ah_attr;
382 struct ib_uverbs_ah_attr alt_ah_attr;
385 __u32 max_send_wr;
386 __u32 max_recv_wr;
387 __u32 max_send_sge;
388 __u32 max_recv_sge;
389 __u32 max_inline_data;
391 __u16 pkey_index;
392 __u16 alt_pkey_index;
393 __u8 en_sqd_async_notify;
394 __u8 sq_draining;
395 __u8 max_rd_atomic;
396 __u8 max_dest_rd_atomic;
397 __u8 min_rnr_timer;
398 __u8 port_num;
399 __u8 timeout;
400 __u8 retry_cnt;
401 __u8 rnr_retry;
402 __u8 alt_port_num;
403 __u8 alt_timeout;
404 __u8 reserved[5];