Lines Matching defs:ib_uverbs_qp_attr
548 struct ib_uverbs_qp_attr { struct
549 __u32 qp_attr_mask;
550 __u32 qp_state;
551 __u32 cur_qp_state;
552 __u32 path_mtu;
553 __u32 path_mig_state;
554 __u32 qkey;
555 __u32 rq_psn;
556 __u32 sq_psn;
557 __u32 dest_qp_num;
558 __u32 qp_access_flags;
560 struct ib_uverbs_ah_attr ah_attr;
561 struct ib_uverbs_ah_attr alt_ah_attr;
564 __u32 max_send_wr;
565 __u32 max_recv_wr;
566 __u32 max_send_sge;
567 __u32 max_recv_sge;
568 __u32 max_inline_data;
570 __u16 pkey_index;
571 __u16 alt_pkey_index;
572 __u8 en_sqd_async_notify;
573 __u8 sq_draining;
574 __u8 max_rd_atomic;
575 __u8 max_dest_rd_atomic;
576 __u8 min_rnr_timer;
577 __u8 port_num;
578 __u8 timeout;
579 __u8 retry_cnt;
580 __u8 rnr_retry;
581 __u8 alt_port_num;
582 __u8 alt_timeout;
583 __u8 reserved[5];