Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_roce.c213 ecore_spq_unregister_async_cb(p_hwfn, PROTOCOLID_ROCE); in ecore_roce_stop()
428 PROTOCOLID_ROCE, &init_data); in ecore_roce_sp_create_responder()
597 PROTOCOLID_ROCE, &init_data); in ecore_roce_sp_create_requester()
736 PROTOCOLID_ROCE, &init_data); in ecore_roce_sp_modify_responder()
842 PROTOCOLID_ROCE, &init_data); in ecore_roce_sp_modify_requester()
957 PROTOCOLID_ROCE, &init_data); in ecore_roce_sp_destroy_qp_responder()
1049 PROTOCOLID_ROCE, &init_data); in ecore_roce_sp_destroy_qp_requester()
1121 PROTOCOLID_ROCE, &init_data); in ecore_roce_sp_query_responder()
1187 PROTOCOLID_ROCE, &init_data); in ecore_roce_sp_query_requester()
1310 PROTOCOLID_ROCE, &init_data); in ecore_roce_destroy_ud_qp()
[all …]
H A Decore_cxt.h39 #define ECORE_CXT_ROCE_TID_SEG PROTOCOLID_ROCE /* 2 */
H A Decore_rdma.h80 #define IS_ROCE(_p_hwfn) (_p_hwfn->p_rdma_info->proto == PROTOCOLID_ROCE)
H A Decore_cxt.c266 type == PROTOCOLID_ROCE || in tm_cid_proto()
496 if (type == PROTOCOLID_ROCE) { in ecore_cxt_set_proto_cid_count()
597 u32 cid_count = p_hwfn->p_cxt_mngr->conn_cfg[PROTOCOLID_ROCE].cid_count; in ecore_ilt_get_dynamic_line_cnt()
2209 proto = PROTOCOLID_ROCE; in ecore_rdma_set_pf_params()
2224 ecore_cxt_set_proto_tid_count(p_hwfn, PROTOCOLID_ROCE, in ecore_rdma_set_pf_params()
H A Drdma_common.h56 #define RDMA_TASK_TYPE (PROTOCOLID_ROCE)
H A Decore_rdma.c284 p_rdma_info->proto = PROTOCOLID_ROCE; in ecore_rdma_alloc()
295 num_tasks = ecore_cxt_get_proto_tid_count(p_hwfn, PROTOCOLID_ROCE); in ecore_rdma_alloc()
551 p_hwfn, PROTOCOLID_ROCE)); in ecore_rdma_free_ilt()
779 if (ecore_cxt_get_proto_cid_start(p_hwfn, PROTOCOLID_ROCE) % 2) in ecore_rdma_init_hw()
H A Dcommon_hsi.h718 PROTOCOLID_ROCE /* RoCE */, enumerator
H A Decore_ll2.c957 p_ramrod->conn_type = PROTOCOLID_ROCE; in ecore_sp_ll2_tx_queue_start()
H A Decore_dev.c2546 p_hwfn, PROTOCOLID_ROCE, OSAL_NULL); in ecore_resc_alloc()