Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_roce.c166 u32 responder_icid; in qed_roce_alloc_cid() local
172 &responder_icid); in qed_roce_alloc_cid()
186 if ((requester_icid - responder_icid) != 1) { in qed_roce_alloc_cid()
192 responder_icid += qed_cxt_get_proto_cid_start(p_hwfn, in qed_roce_alloc_cid()
200 rc = qed_cxt_dynamic_ilt_alloc(p_hwfn, QED_ELEM_CXT, responder_icid); in qed_roce_alloc_cid()
208 *cid = (u16)responder_icid; in qed_roce_alloc_cid()
213 qed_bmap_release_id(p_hwfn, &p_rdma_info->cid_map, responder_icid); in qed_roce_alloc_cid()