Lines Matching defs:ib_uverbs_qp_attr
534 struct ib_uverbs_qp_attr { struct
535 __u32 qp_attr_mask;
536 __u32 qp_state;
537 __u32 cur_qp_state;
538 __u32 path_mtu;
539 __u32 path_mig_state;
540 __u32 qkey;
541 __u32 rq_psn;
542 __u32 sq_psn;
543 __u32 dest_qp_num;
544 __u32 qp_access_flags;
546 struct ib_uverbs_ah_attr ah_attr;
547 struct ib_uverbs_ah_attr alt_ah_attr;
550 __u32 max_send_wr;
551 __u32 max_recv_wr;
552 __u32 max_send_sge;
553 __u32 max_recv_sge;
554 __u32 max_inline_data;
556 __u16 pkey_index;
557 __u16 alt_pkey_index;
558 __u8 en_sqd_async_notify;
559 __u8 sq_draining;
560 __u8 max_rd_atomic;
561 __u8 max_dest_rd_atomic;
562 __u8 min_rnr_timer;
563 __u8 port_num;
564 __u8 timeout;
565 __u8 retry_cnt;
566 __u8 rnr_retry;
567 __u8 alt_port_num;
568 __u8 alt_timeout;
569 __u8 reserved[5];