Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/qlnx/qlnxe/
H A Decore_roce_api.h347 struct ecore_rdma_create_qp_in_params { struct
349 u32 qp_handle_lo; /* QP handle to be written in CQE */
350 u32 qp_handle_hi;
351 u32 qp_handle_async_lo; /* QP handle to be written in async event */
352 u32 qp_handle_async_hi;
353 bool use_srq;
354 bool signal_all;
355 bool fmr_and_reserved_lkey;
356 u16 pd;
357 u16 dpi;
[all …]
H A Decore_rdma_api.h463 struct ecore_rdma_create_qp_in_params { struct
465 u32 qp_handle_lo; /* QP handle to be written in CQE */
466 u32 qp_handle_hi;
467 u32 qp_handle_async_lo; /* QP handle to be written in async event */
468 u32 qp_handle_async_hi;
469 bool use_srq;
470 bool signal_all;
471 bool fmr_and_reserved_lkey;
472 u16 pd;
473 u16 dpi;
[all …]