Searched refs:responder_icid (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_roce.c | 143 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_roce.c | 143 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()
|
Completed in 3 milliseconds