Lines Matching refs:u32

46 #define irdma_stag_index u32
47 #define irdma_stag u32
50 #define irdma_access_privileges u32
190 volatile u32 head;
191 volatile u32 tail; /* effective tail */
192 u32 size;
205 u32 num_sges;
206 u32 qkey;
207 u32 dest_qp;
208 u32 ah_id;
214 u32 num_sges;
219 u32 num_lo_sges;
225 u32 num_lo_sges;
257 u32 imm_data;
258 u32 stag_to_inv;
271 u32 bytes_xfered;
272 u32 qp_id;
273 u32 ud_src_qpn;
274 u32 imm_data;
293 u32 tcp_sqn;
294 u32 roce_psn;
295 u32 rtt;
296 u32 raw;
322 void (*iw_copy_inline_data)(u8 *dest, struct ibv_sge *sge_list, u32 num_sges, u8 polarity);
323 u16 (*iw_inline_data_size_to_quanta)(u32 data_size);
324 void (*iw_set_fragment)(__le64 *wqe, u32 offset, struct ibv_sge *sge,
341 u32 *sq_depth, u8 *sq_shift);
343 u32 *rq_depth, u8 *rq_shift);
346 u32 wr_len;
360 u32 IOMEM *wqe_alloc_db;
371 u32 qp_id;
372 u32 qp_caps;
373 u32 sq_size;
374 u32 rq_size;
375 u32 max_sq_frag_cnt;
376 u32 max_rq_frag_cnt;
377 u32 max_inline_data;
378 u32 last_rx_cmpl_idx;
379 u32 last_tx_cmpl_idx;
407 u32 IOMEM *cqe_alloc_db;
408 u32 IOMEM *cq_ack_db;
410 u32 cq_id;
411 u32 cq_size;
421 u32 IOMEM *wqe_alloc_db;
426 u32 qp_id;
427 u32 qp_caps;
428 u32 sq_size;
429 u32 rq_size;
430 u32 max_sq_frag_cnt;
431 u32 max_rq_frag_cnt;
432 u32 max_inline_data;
433 u32 sq_depth;
434 u32 rq_depth;
446 u32 IOMEM *cqe_alloc_db;
447 u32 IOMEM *cq_ack_db;
450 u32 cq_size;
451 u32 cq_id;
455 __le64 *irdma_qp_get_next_send_wqe(struct irdma_qp_uk *qp, u32 *wqe_idx,
456 u16 *quanta, u32 total_size,
458 __le64 *irdma_qp_get_next_recv_wqe(struct irdma_qp_uk *qp, u32 *wqe_idx);
461 int irdma_fragcnt_to_quanta_sq(u32 frag_cnt, u16 *quanta);
462 int irdma_fragcnt_to_wqesize_rq(u32 frag_cnt, u16 *wqe_size);
463 void irdma_get_wqe_shift(struct irdma_uk_attrs *uk_attrs, u32 sge,
464 u32 inline_data, u8 *shift);
465 int irdma_get_sqdepth(struct irdma_uk_attrs *uk_attrs, u32 sq_size, u8 shift, u32 *sqdepth);
466 int irdma_get_rqdepth(struct irdma_uk_attrs *uk_attrs, u32 rq_size, u8 shift, u32 *rqdepth);
468 u32 wqe_idx, bool post_sq);
469 void irdma_clr_wqes(struct irdma_qp_uk *qp, u32 qp_wqe_idx);