Searched refs:ecore_rdma_get_fw_srq_id (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_rdma.h | 274 u16 ecore_rdma_get_fw_srq_id(struct ecore_hwfn *p_hwfn, u16 id, bool is_xrc);
|
H A D | ecore_rdma.c | 2044 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 D | ecore_roce.c | 523 fw_srq_id = ecore_rdma_get_fw_srq_id(p_hwfn, qp->srq_id, is_xrc); in ecore_roce_sp_create_responder()
|