/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | pio.c | 496 u32 *hw_context) in sc_hw_alloc() argument 510 *hw_context = context; in sc_hw_alloc() 523 static void sc_hw_free(struct hfi1_devdata *dd, u32 sw_index, u32 hw_context) in sc_hw_free() argument 530 __func__, sw_index, hw_context); in sc_hw_free() 533 dd->hw_to_sw[hw_context] = INVALID_SCI; in sc_hw_free() 563 u32 gc = group_context(sc->hw_context, sc->group); in cr_group_addresses() 564 u32 index = sc->hw_context & 0x7; in cr_group_addresses() 645 write_kctxt_csr(sc->dd, sc->hw_context, in sc_set_cr_threshold() 666 u32 hw_context = sc->hw_context; in set_pio_integrity() local 669 write_kctxt_csr(dd, hw_context, in set_pio_integrity() [all …]
|
D | trace_tx.h | 69 __field(u32, hw_context) 74 __entry->hw_context = sc->hw_context; 80 __entry->hw_context, 90 __field(u32, hw_context) 96 __entry->hw_context = sc->hw_context; 103 __entry->hw_context,
|
D | pio.h | 111 u8 hw_context; /* hardware context number */ member 298 void sc_group_release_update(struct hfi1_devdata *dd, u32 hw_context);
|
D | file_ops.c | 383 (uctxt->sc->hw_context * BIT(16))) + in hfi1_file_mmap() 987 uctxt->sc->hw_context); in allocate_ctxt() 1162 cinfo.send_ctxt = uctxt->sc->hw_context; in get_ctxt_info()
|
D | chip.c | 5987 unsigned int hw_context) in is_sendctxt_err_int() argument 5997 sw_index = dd->hw_to_sw[hw_context]; in is_sendctxt_err_int() 6001 sw_index, hw_context); in is_sendctxt_err_int() 6009 sw_index, hw_context); in is_sendctxt_err_int() 6017 status = read_kctxt_csr(dd, hw_context, SEND_CTXT_ERR_STATUS); in is_sendctxt_err_int() 6019 dd_dev_info(dd, "Send Context %u(%u) Error: %s\n", sw_index, hw_context, in is_sendctxt_err_int() 13174 reg = read_kctxt_csr(dd, sc->hw_context, in hfi1_init_ctxt() 13180 write_kctxt_csr(dd, sc->hw_context, in hfi1_init_ctxt() 14807 hw_ctxt = rcd->sc->hw_context; in hfi1_set_ctxt_jkey() 14841 hw_ctxt = rcd->sc->hw_context; in hfi1_clear_ctxt_jkey() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
D | mmu.c | 128 void psb_mmu_set_pd_context(struct psb_mmu_pd *pd, int hw_context) in psb_mmu_set_pd_context() argument 132 uint32_t offset = (hw_context == 0) ? PSB_CR_BIF_DIR_LIST_BASE0 : in psb_mmu_set_pd_context() 133 PSB_CR_BIF_DIR_LIST_BASE1 + hw_context * 4; in psb_mmu_set_pd_context() 139 pd->hw_context = hw_context; in psb_mmu_set_pd_context() 214 pd->hw_context = -1; in psb_mmu_alloc_pd() 246 if (pd->hw_context != -1) { in psb_mmu_free_pagedir() 247 PSB_WSGX32(0, PSB_CR_BIF_DIR_LIST_BASE0 + pd->hw_context * 4); in psb_mmu_free_pagedir() 297 if (pd->driver->has_clflush && pd->hw_context != -1) { in psb_mmu_alloc_pt() 347 if (pd->hw_context != -1) { in psb_mmu_pt_alloc_map_lock() 384 if (pd->hw_context != -1) { in psb_mmu_pt_unmap_unlock() [all …]
|
D | mmu.h | 45 int hw_context; member 76 extern void psb_mmu_set_pd_context(struct psb_mmu_pd *pd, int hw_context);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ipsec.c | 346 sa_entry->hw_context = in mlx5e_xfrm_add_state() 350 if (IS_ERR(sa_entry->hw_context)) { in mlx5e_xfrm_add_state() 351 err = PTR_ERR(sa_entry->hw_context); in mlx5e_xfrm_add_state() 375 mlx5_accel_esp_free_hw_context(priv->mdev, sa_entry->hw_context); in mlx5e_xfrm_add_state() 404 if (sa_entry->hw_context) { in mlx5e_xfrm_free_state() 407 mlx5_accel_esp_free_hw_context(sa_entry->xfrm->mdev, sa_entry->hw_context); in mlx5e_xfrm_free_state()
|
D | ipsec.h | 112 void *hw_context; member
|
/kernel/linux/linux-5.10/drivers/crypto/ |
D | talitos.c | 865 u32 hw_context[TALITOS_MDEU_MAX_CONTEXT_SIZE / sizeof(u32)]; member 879 u32 hw_context[TALITOS_MDEU_MAX_CONTEXT_SIZE / sizeof(u32)]; member 1716 memcpy(areq->result, req_ctx->hw_context, in common_nonsnoop_hash_unmap() 1808 req_ctx->hw_context, in common_nonsnoop_hash() 1849 req_ctx->hw_context, DMA_FROM_DEVICE); in common_nonsnoop_hash() 1853 req_ctx->hw_context, in common_nonsnoop_hash() 1880 req_ctx->hw_context, in common_nonsnoop_hash() 1891 req_ctx->hw_context, in common_nonsnoop_hash() 1946 dma = dma_map_single(dev, req_ctx->hw_context, req_ctx->hw_context_size, in ahash_init() 1961 req_ctx->hw_context[0] = SHA224_H0; in ahash_init_sha224_swinit() [all …]
|
/kernel/linux/linux-5.10/drivers/crypto/stm32/ |
D | stm32-hash.c | 148 u32 *hw_context; member 969 rctx->hw_context = kmalloc_array(3 + HASH_CSR_REGISTER_NUMBER, in stm32_hash_export() 973 preg = rctx->hw_context; in stm32_hash_export() 1000 preg = rctx->hw_context; in stm32_hash_import() 1016 kfree(rctx->hw_context); in stm32_hash_import()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x.h | 1199 struct hw_context { struct 1648 struct hw_context context[ILT_MAX_L2_LINES];
|