Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_rdma.c895 u32 *itid) in ecore_rdma_alloc_tid() argument
905 itid); in ecore_rdma_alloc_tid()
912 rc = ecore_cxt_dynamic_ilt_alloc(p_hwfn, ECORE_ELEM_TASK, *itid); in ecore_rdma_alloc_tid()
1146 u32 itid) in ecore_rdma_free_tid() argument
1150 DP_VERBOSE(p_hwfn, ECORE_MSG_RDMA, "itid = %08x\n", itid); in ecore_rdma_free_tid()
1155 itid); in ecore_rdma_free_tid()
1793 DP_VERBOSE(p_hwfn, ECORE_MSG_RDMA, "itid = %08x\n", params->itid); in ecore_rdma_register_tid()
1807 if (p_hwfn->p_rdma_info->last_tid < params->itid) { in ecore_rdma_register_tid()
1808 p_hwfn->p_rdma_info->last_tid = params->itid; in ecore_rdma_register_tid()
1888 p_ramrod->itid = OSAL_CPU_TO_LE32(params->itid); in ecore_rdma_register_tid()
[all …]
H A Dstorage_common.h218 __le16 itid /* Physical Address of buffer */; member
H A Decore_roce_api.h497 u32 itid; /* index only, 18 bit long, lkey = itid << 8 | key */ member
H A Decore_rdma_api.h373 u32 itid; /* index only, 18 bit long, lkey = itid << 8 | key */ member
H A Decore_hsi_rdma.h532 __le32 itid; member
677 __le32 itid; member
H A Discsi_common.h1430 __le16 itid /* initiator itt (Initiator mode) or target ttt (Target mode) */; member
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c1108 rc = ecore_rdma_alloc_tid(dev->rdma_ctx, &mr->hw_mr.itid); in qlnxr_get_dma_mr()
1130 mr->ibmr.lkey = mr->hw_mr.itid << 8 | mr->hw_mr.key; in qlnxr_get_dma_mr()
1134 mr->ibmr.rkey = mr->hw_mr.itid << 8 | mr->hw_mr.key; in qlnxr_get_dma_mr()
1142 ecore_rdma_free_tid(dev->rdma_ctx, mr->hw_mr.itid); in qlnxr_get_dma_mr()
1502 rc = ecore_rdma_alloc_tid(dev->rdma_ctx, &mr->hw_mr.itid); in qlnxr_reg_user_mr()
1537 mr->ibmr.lkey = mr->hw_mr.itid << 8 | mr->hw_mr.key; in qlnxr_reg_user_mr()
1540 mr->ibmr.rkey = mr->hw_mr.itid << 8 | mr->hw_mr.key; in qlnxr_reg_user_mr()
1547 ecore_rdma_free_tid(dev->rdma_ctx, mr->hw_mr.itid); in qlnxr_reg_user_mr()
5387 rc = ecore_rdma_alloc_tid(dev->rdma_ctx, &mr->hw_mr.itid); in __qlnxr_alloc_mr()
5419 mr->ibmr.lkey = mr->hw_mr.itid << 8 | mr->hw_mr.key; in __qlnxr_alloc_mr()
[all …]