Searched defs:ib_cm_rep_event_param (Results 1 – 2 of 2) sorted by relevance
125 struct ib_cm_rep_event_param { struct126 __be64 remote_ca_guid;127 uint32_t remote_qkey;128 uint32_t remote_qpn;129 uint32_t starting_psn;130 uint8_t responder_resources;131 uint8_t initiator_depth;132 unsigned int target_ack_delay:5;133 unsigned int failover_accepted:2;134 unsigned int flow_control:1;[all …]
149 struct ib_cm_rep_event_param { struct150 __be64 remote_ca_guid;151 u32 remote_qkey;152 u32 remote_qpn;153 u32 starting_psn;154 u8 responder_resources;155 u8 initiator_depth;156 unsigned int target_ack_delay:5;157 unsigned int failover_accepted:2;158 unsigned int flow_control:1;[all …]