Home
last modified time | relevance | path

Searched defs:ecore_rdma_create_cq_in_params (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_roce_api.h310 struct ecore_rdma_create_cq_in_params { struct
312 u32 cq_handle_lo; /* CQ handle to be written in CNQ */
313 u32 cq_handle_hi;
314 u32 cq_size;
315 u16 dpi;
316 bool pbl_two_level;
317 u64 pbl_ptr;
318 u16 pbl_num_pages;
319 u8 pbl_page_size_log; /* for the pages that contain the
322 u8 cnq_id;
[all …]
H A Decore_rdma_api.h403 struct ecore_rdma_create_cq_in_params { struct
405 u32 cq_handle_lo; /* CQ handle to be written in CNQ */
406 u32 cq_handle_hi;
407 u32 cq_size;
408 u16 dpi;
409 bool pbl_two_level;
410 u64 pbl_ptr;
411 u16 pbl_num_pages;
412 u8 pbl_page_size_log; /* for the pages that contain the
415 u8 cnq_id;
[all …]