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