Home
last modified time | relevance | path

Searched refs:start_cid (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c340 return p_hwfn->p_cxt_mngr->acquired[type].start_cid; in qed_cxt_get_proto_cid_start()
1042 p_mngr->acquired[type].start_cid = 0; in qed_cid_map_free()
1047 p_mngr->acquired_vf[type][vf].start_cid = 0; in qed_cid_map_free()
1071 p_map->start_cid = cid_start; in qed_cid_map_alloc_single()
1075 type, p_map->start_cid, p_map->max_count); in qed_cid_map_alloc_single()
1083 u32 start_cid = 0, vf_start_cid = 0; in qed_cid_map_alloc() local
1092 if (qed_cid_map_alloc_single(p_hwfn, type, start_cid, in qed_cid_map_alloc()
1105 start_cid += p_cfg->cid_count; in qed_cid_map_alloc()
1848 *p_cid = rel_cid + p_map->start_cid; in _qed_cxt_acquire_cid()
1881 if (cid >= (*pp_map)->start_cid in qed_cxt_test_cid_acquired()
[all...]
H A Dqed_cxt.h285 u32 start_cid; member
H A Dqed_roce.c1083 u32 start_cid, cid, xcid; in qed_roce_free_real_icid() local
1090 start_cid = qed_cxt_get_proto_cid_start(p_hwfn, p_rdma_info->proto); in qed_roce_free_real_icid()
1091 cid = icid - start_cid; in qed_roce_free_real_icid()
H A Dqed_rdma.c1062 u32 returned_id, start_cid; in qed_rdma_create_cq() local
1078 start_cid = qed_cxt_get_proto_cid_start(p_hwfn, in qed_rdma_create_cq()
1080 *icid = returned_id + start_cid; in qed_rdma_create_cq()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c340 return p_hwfn->p_cxt_mngr->acquired[type].start_cid; in qed_cxt_get_proto_cid_start()
1042 p_mngr->acquired[type].start_cid = 0; in qed_cid_map_free()
1047 p_mngr->acquired_vf[type][vf].start_cid = 0; in qed_cid_map_free()
1066 p_map->start_cid = cid_start; in qed_cid_map_alloc_single()
1070 type, p_map->start_cid, p_map->max_count); in qed_cid_map_alloc_single()
1078 u32 start_cid = 0, vf_start_cid = 0; in qed_cid_map_alloc() local
1087 if (qed_cid_map_alloc_single(p_hwfn, type, start_cid, in qed_cid_map_alloc()
1100 start_cid += p_cfg->cid_count; in qed_cid_map_alloc()
1834 *p_cid = rel_cid + p_map->start_cid; in _qed_cxt_acquire_cid()
1867 if (cid >= (*pp_map)->start_cid in qed_cxt_test_cid_acquired()
[all...]
H A Dqed_cxt.h297 u32 start_cid; member
H A Dqed_roce.c1082 u32 start_cid, cid, xcid; in qed_roce_free_real_icid() local
1089 start_cid = qed_cxt_get_proto_cid_start(p_hwfn, p_rdma_info->proto); in qed_roce_free_real_icid()
1090 cid = icid - start_cid; in qed_roce_free_real_icid()
H A Dqed_rdma.c1035 u32 returned_id, start_cid; in qed_rdma_create_cq() local
1051 start_cid = qed_cxt_get_proto_cid_start(p_hwfn, in qed_rdma_create_cq()
1053 *icid = returned_id + start_cid; in qed_rdma_create_cq()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dcnic.c1243 u32 start_cid = ethdev->starting_cid; in cnic_alloc_bnx2x_resc() local
1248 cp->iscsi_start_cid = start_cid; in cnic_alloc_bnx2x_resc()
1249 cp->fcoe_start_cid = start_cid + MAX_ISCSI_TBL_SZ; in cnic_alloc_bnx2x_resc()
2538 static void cnic_bnx2x_delete_wait(struct cnic_dev *dev, u32 start_cid) in cnic_bnx2x_delete_wait() argument
2543 for (i = start_cid; i < cp->max_cid_space; i++) { in cnic_bnx2x_delete_wait()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Dcnic.c1241 u32 start_cid = ethdev->starting_cid; in cnic_alloc_bnx2x_resc() local
1246 cp->iscsi_start_cid = start_cid; in cnic_alloc_bnx2x_resc()
1247 cp->fcoe_start_cid = start_cid + MAX_ISCSI_TBL_SZ; in cnic_alloc_bnx2x_resc()
2536 static void cnic_bnx2x_delete_wait(struct cnic_dev *dev, u32 start_cid) in cnic_bnx2x_delete_wait() argument
2541 for (i = start_cid; i < cp->max_cid_space; i++) { in cnic_bnx2x_delete_wait()

Completed in 28 milliseconds