Lines Matching defs:nes_qp
134 struct nes_qp { struct
135 struct ib_qp ibqp;
159 struct nes_qp_context *nesqp_context; argument
160 dma_addr_t nesqp_context_pbase;
161 void *pbl_vbase;
162 dma_addr_t pbl_pbase;
163 struct page *page;
164 struct timer_list terminate_timer;
165 enum ib_event_type terminate_eventtype;
166 struct sk_buff_head pau_list;
167 u32 pau_rcv_nxt;
168 u16 active_conn:1;
169 u16 skip_lsmm:1;
170 u16 user_mode:1;
171 u16 hte_added:1;
172 u16 flush_issued:1;
173 u16 destroyed:1;
174 u16 sig_all:1;
175 u16 pau_mode:1;
176 u16 rsvd:8;
177 u16 private_data_len;
178 u16 term_sq_flush_code;
179 u16 term_rq_flush_code;
180 u8 hw_iwarp_state;
181 u8 hw_tcp_state;
182 u8 term_flags;
183 u8 sq_kmapped;
184 u8 pau_busy;
185 u8 pau_pending;
186 u8 pau_state;