Searched refs:is_xrc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_rdma.c | 2036 static struct ecore_bmap *ecore_rdma_get_srq_bmap(struct ecore_hwfn *p_hwfn, bool is_xrc) in ecore_rdma_get_srq_bmap() argument 2038 if (is_xrc) in ecore_rdma_get_srq_bmap() 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() argument 2046 if (is_xrc) in ecore_rdma_get_fw_srq_id() 2076 in_params->is_xrc); in ecore_rdma_modify_srq() 2087 in_params->srq_id, in_params->is_xrc); in ecore_rdma_modify_srq() 2120 in_params->is_xrc); in ecore_rdma_destroy_srq() 2129 bmap = ecore_rdma_get_srq_bmap(p_hwfn, in_params->is_xrc); in ecore_rdma_destroy_srq() 2137 in_params->srq_id, in_params->is_xrc); in ecore_rdma_destroy_srq() 2158 bmap = ecore_rdma_get_srq_bmap(p_hwfn, in_params->is_xrc); in ecore_rdma_create_srq() [all …]
|
H A D | ecore_rdma_api.h | 427 bool is_xrc; member 601 bool is_xrc; member 607 bool is_xrc; member
|
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_roce.c | 401 bool is_xrc; in ecore_roce_sp_create_responder() local 522 is_xrc = ecore_rdma_is_xrc_qp(qp); in ecore_roce_sp_create_responder() 523 fw_srq_id = ecore_rdma_get_fw_srq_id(p_hwfn, qp->srq_id, is_xrc); in ecore_roce_sp_create_responder()
|