Home
last modified time | relevance | path

Searched refs:ecore_rdma_get_fw_srq_id (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_rdma.h274 u16 ecore_rdma_get_fw_srq_id(struct ecore_hwfn *p_hwfn, u16 id, bool is_xrc);
H A Decore_rdma.c2044 u16 ecore_rdma_get_fw_srq_id(struct ecore_hwfn *p_hwfn, u16 id, bool is_xrc) in ecore_rdma_get_fw_srq_id() function
2075 fw_srq_id = ecore_rdma_get_fw_srq_id(p_hwfn, in_params->srq_id, in ecore_rdma_modify_srq()
2119 fw_srq_id = ecore_rdma_get_fw_srq_id(p_hwfn, in_params->srq_id, in ecore_rdma_destroy_srq()
2197 fw_srq_id = ecore_rdma_get_fw_srq_id(p_hwfn, (u16) returned_id, in ecore_rdma_create_srq()
H A Decore_roce.c523 fw_srq_id = ecore_rdma_get_fw_srq_id(p_hwfn, qp->srq_id, is_xrc); in ecore_roce_sp_create_responder()