diff options
Diffstat (limited to 'drivers/infiniband/hw/nes/nes_verbs.h')
-rw-r--r-- | drivers/infiniband/hw/nes/nes_verbs.h | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/drivers/infiniband/hw/nes/nes_verbs.h b/drivers/infiniband/hw/nes/nes_verbs.h index 89822d75f82e..ac8b86b8cc11 100644 --- a/drivers/infiniband/hw/nes/nes_verbs.h +++ b/drivers/infiniband/hw/nes/nes_verbs.h | |||
@@ -167,17 +167,20 @@ struct nes_qp { | |||
167 | enum ib_event_type terminate_eventtype; | 167 | enum ib_event_type terminate_eventtype; |
168 | wait_queue_head_t kick_waitq; | 168 | wait_queue_head_t kick_waitq; |
169 | u16 in_disconnect; | 169 | u16 in_disconnect; |
170 | u16 active_conn:1; | ||
171 | u16 skip_lsmm:1; | ||
172 | u16 user_mode:1; | ||
173 | u16 hte_added:1; | ||
174 | u16 flush_issued:1; | ||
175 | u16 destroyed:1; | ||
176 | u16 sq_kmapped:1; | ||
177 | u16 sig_all:1; | ||
178 | u16 rsvd:8; | ||
170 | u16 private_data_len; | 179 | u16 private_data_len; |
171 | u16 term_sq_flush_code; | 180 | u16 term_sq_flush_code; |
172 | u16 term_rq_flush_code; | 181 | u16 term_rq_flush_code; |
173 | u8 active_conn; | ||
174 | u8 skip_lsmm; | ||
175 | u8 user_mode; | ||
176 | u8 hte_added; | ||
177 | u8 hw_iwarp_state; | 182 | u8 hw_iwarp_state; |
178 | u8 flush_issued; | ||
179 | u8 hw_tcp_state; | 183 | u8 hw_tcp_state; |
180 | u8 term_flags; | 184 | u8 term_flags; |
181 | u8 destroyed; | ||
182 | }; | 185 | }; |
183 | #endif /* NES_VERBS_H */ | 186 | #endif /* NES_VERBS_H */ |