Searched refs:hw_context (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/infiniband/hw/hfi1/ |
| A D | pio.c | 454 u32 *hw_context) in sc_hw_alloc() argument 468 *hw_context = context; in sc_hw_alloc() 624 u32 hw_context = sc->hw_context; in set_pio_integrity() local 627 write_kctxt_csr(dd, hw_context, in set_pio_integrity() 664 u32 hw_context; in sc_alloc() local 712 sc->hw_context = hw_context; in sc_alloc() 825 hw_context, in sc_alloc() 841 u32 hw_context; in sc_free() local 851 hw_context = sc->hw_context; in sc_free() 1044 sc->hw_context); in sc_restart() [all …]
|
| A D | pio.h | 69 u8 hw_context; /* hardware context number */ member 254 void sc_group_release_update(struct hfi1_devdata *dd, u32 hw_context);
|
| A D | trace_tx.h | 29 __field(u32, hw_context) 34 __entry->hw_context = sc->hw_context; 40 __entry->hw_context, 50 __field(u32, hw_context) 56 __entry->hw_context = sc->hw_context; 63 __entry->hw_context,
|
| A D | file_ops.c | 342 (uctxt->sc->hw_context * BIT(16))) + in hfi1_file_mmap() 946 uctxt->sc->hw_context); in allocate_ctxt() 1121 cinfo.send_ctxt = uctxt->sc->hw_context; in get_ctxt_info()
|
| A D | chip.c | 5946 unsigned int hw_context) in is_sendctxt_err_int() argument 5956 sw_index = dd->hw_to_sw[hw_context]; in is_sendctxt_err_int() 5960 sw_index, hw_context); in is_sendctxt_err_int() 5968 sw_index, hw_context); in is_sendctxt_err_int() 5976 status = read_kctxt_csr(dd, hw_context, SEND_CTXT_ERR_STATUS); in is_sendctxt_err_int() 13133 reg = read_kctxt_csr(dd, sc->hw_context, in hfi1_init_ctxt() 13139 write_kctxt_csr(dd, sc->hw_context, in hfi1_init_ctxt() 14766 hw_ctxt = rcd->sc->hw_context; in hfi1_set_ctxt_jkey() 14800 hw_ctxt = rcd->sc->hw_context; in hfi1_clear_ctxt_jkey() 14827 hw_ctxt = rcd->sc->hw_context; in hfi1_set_ctxt_pkey() [all …]
|
| /linux/drivers/gpu/drm/gma500/ |
| A D | mmu.c | 131 pd->hw_context = hw_context; in psb_mmu_set_pd_context() 206 pd->hw_context = -1; in psb_mmu_alloc_pd() 238 if (pd->hw_context != -1) { in psb_mmu_free_pagedir() 553 if (pd->hw_context != -1) in psb_mmu_remove_pfn_sequence() 558 if (pd->hw_context != -1) in psb_mmu_remove_pfn_sequence() 610 if (pd->hw_context != -1) in psb_mmu_remove_pages() 616 if (pd->hw_context != -1) in psb_mmu_remove_pages() 655 if (pd->hw_context != -1) in psb_mmu_insert_pfn_sequence() 660 if (pd->hw_context != -1) in psb_mmu_insert_pfn_sequence() 721 if (pd->hw_context != -1) in psb_mmu_insert_pages() [all …]
|
| A D | mmu.h | 45 int hw_context; member 76 extern void psb_mmu_set_pd_context(struct psb_mmu_pd *pd, int hw_context);
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| A 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()
|
| A D | ipsec.h | 112 void *hw_context; member
|
| /linux/drivers/crypto/ |
| A D | talitos.c | 1809 req_ctx->hw_context, in common_nonsnoop_hash() 1854 req_ctx->hw_context, in common_nonsnoop_hash() 1881 req_ctx->hw_context, in common_nonsnoop_hash() 1892 req_ctx->hw_context, in common_nonsnoop_hash() 1962 req_ctx->hw_context[0] = SHA224_H0; in ahash_init_sha224_swinit() 1963 req_ctx->hw_context[1] = SHA224_H1; in ahash_init_sha224_swinit() 1964 req_ctx->hw_context[2] = SHA224_H2; in ahash_init_sha224_swinit() 1972 req_ctx->hw_context[8] = 0; in ahash_init_sha224_swinit() 1973 req_ctx->hw_context[9] = 0; in ahash_init_sha224_swinit() 2144 memcpy(export->hw_context, req_ctx->hw_context, in ahash_export() [all …]
|
| /linux/drivers/crypto/stm32/ |
| A D | stm32-hash.c | 149 u32 *hw_context; member 970 rctx->hw_context = kmalloc_array(3 + HASH_CSR_REGISTER_NUMBER, in stm32_hash_export() 974 preg = rctx->hw_context; in stm32_hash_export() 1001 preg = rctx->hw_context; in stm32_hash_import() 1017 kfree(rctx->hw_context); in stm32_hash_import()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| A D | bnx2x.h | 1199 struct hw_context { struct 1648 struct hw_context context[ILT_MAX_L2_LINES];
|
Completed in 63 milliseconds