Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/qlogic/qed/
Dqed_roce.c143 u32 responder_icid; in qed_roce_alloc_cid() local
149 &responder_icid); in qed_roce_alloc_cid()
163 if ((requester_icid - responder_icid) != 1) { in qed_roce_alloc_cid()
169 responder_icid += qed_cxt_get_proto_cid_start(p_hwfn, in qed_roce_alloc_cid()
177 rc = qed_cxt_dynamic_ilt_alloc(p_hwfn, QED_ELEM_CXT, responder_icid); in qed_roce_alloc_cid()
185 *cid = (u16)responder_icid; in qed_roce_alloc_cid()
190 qed_bmap_release_id(p_hwfn, &p_rdma_info->cid_map, responder_icid); in qed_roce_alloc_cid()