Searched refs:ecore_cxt_get_proto_cid_start (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_cxt.h | 65 u32 ecore_cxt_get_proto_cid_start(struct ecore_hwfn *p_hwfn,
|
H A D | ecore_ooo.c | 111 cid_base =(u16)ecore_cxt_get_proto_cid_start(p_hwfn, in ecore_ooo_alloc() 120 cid_base = (u16)ecore_cxt_get_proto_cid_start(p_hwfn, in ecore_ooo_alloc()
|
H A D | ecore_roce.c | 355 start_cid = ecore_cxt_get_proto_cid_start(p_hwfn, p_rdma_info->proto); in ecore_roce_alloc_qp_idx() 541 cid_start = ecore_cxt_get_proto_cid_start(p_hwfn, in ecore_roce_sp_create_responder() 693 cid_start = ecore_cxt_get_proto_cid_start(p_hwfn, in ecore_roce_sp_create_requester() 1516 start_cid = ecore_cxt_get_proto_cid_start(p_hwfn, p_rdma_info->proto); in ecore_roce_free_icid()
|
H A D | ecore_rdma.c | 540 ecore_cxt_get_proto_cid_start(p_hwfn, in ecore_rdma_free_ilt() 779 if (ecore_cxt_get_proto_cid_start(p_hwfn, PROTOCOLID_ROCE) % 2) in ecore_rdma_init_hw() 1271 bmap_id = icid - ecore_cxt_get_proto_cid_start(p_hwfn, p_info->proto); in ecore_rdma_toggle_bit_create_resize_cq() 1311 ecore_cxt_get_proto_cid_start( in ecore_rdma_create_cq() 1428 (in_params->icid - ecore_cxt_get_proto_cid_start( in ecore_rdma_destroy_cq()
|
H A D | ecore_iwarp.c | 158 *cid += ecore_cxt_get_proto_cid_start(p_hwfn, in ecore_iwarp_alloc_cid() 169 *cid -= ecore_cxt_get_proto_cid_start(p_hwfn, in ecore_iwarp_alloc_cid() 185 cid -= ecore_cxt_get_proto_cid_start(p_hwfn, in ecore_iwarp_set_tcp_cid() 213 *cid += ecore_cxt_get_proto_cid_start(p_hwfn, in ecore_iwarp_alloc_tcp_cid() 232 cid -= ecore_cxt_get_proto_cid_start(p_hwfn, in ecore_iwarp_cid_cleaned() 1595 cid = ep->tcp_cid - ecore_cxt_get_proto_cid_start( in ecore_iwarp_free_prealloc_ep() 2116 u32 idx = cid - ecore_cxt_get_proto_cid_start(p_hwfn, PROTOCOLID_IWARP); in ecore_iwarp_get_curr_fpdu()
|
H A D | ecore_cxt.c | 516 u32 ecore_cxt_get_proto_cid_start(struct ecore_hwfn *p_hwfn, in ecore_cxt_get_proto_cid_start() function
|
H A D | ecore_dev.c | 3306 non_pwm_conn = ecore_cxt_get_proto_cid_start(p_hwfn, PROTOCOLID_CORE) + in ecore_hw_init_pf_doorbell_bar()
|