Searched refs:hw_context (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/infiniband/hw/hfi1/
H A Dpio.c454 u32 *hw_context)
468 *hw_context = context;
481 static void sc_hw_free(struct hfi1_devdata *dd, u32 sw_index, u32 hw_context) argument
487 dd_dev_err(dd, "%s: sw_index %u not allocated? hw_context %u\n",
488 __func__, sw_index, hw_context);
491 dd->hw_to_sw[hw_context] = INVALID_SCI;
521 u32 gc = group_context(sc->hw_context, sc->group);
522 u32 index = sc->hw_context & 0x7;
603 write_kctxt_csr(sc->dd, sc->hw_context,
624 u32 hw_context local
453 sc_hw_alloc(struct hfi1_devdata *dd, int type, u32 *sw_index, u32 *hw_context) argument
664 u32 hw_context; local
841 u32 hw_context; local
949 is_sc_halted(struct hfi1_devdata *dd, u32 hw_context) argument
1718 sc_group_release_update(struct hfi1_devdata *dd, u32 hw_context) argument
[all...]
H A Dpio.h69 u8 hw_context; /* hardware context number */ member in struct:send_context
254 void sc_group_release_update(struct hfi1_devdata *dd, u32 hw_context);
H A Dtrace_tx.h29 __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,
H A Dfile_ops.c359 (uctxt->sc->hw_context * BIT(16))) +
979 uctxt->sc->hw_context);
1154 cinfo.send_ctxt = uctxt->sc->hw_context;
H A Dchip.c5938 * Send context error interrupt. Source (hw_context) is < 160.
5947 unsigned int hw_context)
5957 sw_index = dd->hw_to_sw[hw_context];
5961 sw_index, hw_context);
5969 sw_index, hw_context);
5977 status = read_kctxt_csr(dd, hw_context, SEND_CTXT_ERR_STATUS);
5979 dd_dev_info(dd, "Send Context %u(%u) Error: %s\n", sw_index, hw_context,
13136 reg = read_kctxt_csr(dd, sc->hw_context,
13142 write_kctxt_csr(dd, sc->hw_context,
14775 hw_ctxt = rcd->sc->hw_context;
5946 is_sendctxt_err_int(struct hfi1_devdata *dd, unsigned int hw_context) argument
[all...]
/linux-master/drivers/gpu/drm/gma500/
H A Dmmu.h45 int hw_context; member in struct:psb_mmu_pd
76 extern void psb_mmu_set_pd_context(struct psb_mmu_pd *pd, int hw_context);
H A Dmmu.c120 void psb_mmu_set_pd_context(struct psb_mmu_pd *pd, int hw_context) argument
124 uint32_t offset = (hw_context == 0) ? PSB_CR_BIF_DIR_LIST_BASE0 :
125 PSB_CR_BIF_DIR_LIST_BASE1 + hw_context * 4;
131 pd->hw_context = hw_context;
206 pd->hw_context = -1;
238 if (pd->hw_context != -1) {
239 PSB_WSGX32(0, PSB_CR_BIF_DIR_LIST_BASE0 + pd->hw_context * 4);
288 if (pd->driver->has_clflush && pd->hw_context != -1) {
337 if (pd->hw_context !
[all...]
/linux-master/drivers/crypto/
H A Dtalitos.c866 u32 hw_context[TALITOS_MDEU_MAX_CONTEXT_SIZE / sizeof(u32)]; member in struct:talitos_ahash_req_ctx
880 u32 hw_context[TALITOS_MDEU_MAX_CONTEXT_SIZE / sizeof(u32)]; member in struct:talitos_export_state
1717 memcpy(areq->result, req_ctx->hw_context,
1809 req_ctx->hw_context,
1850 req_ctx->hw_context, DMA_FROM_DEVICE);
1854 req_ctx->hw_context,
1881 req_ctx->hw_context,
1892 req_ctx->hw_context,
1947 dma = dma_map_single(dev, req_ctx->hw_context, req_ctx->hw_context_size,
1962 req_ctx->hw_context[
[all...]
/linux-master/drivers/crypto/stm32/
H A Dstm32-hash.c151 u32 hw_context[3 + HASH_CSR_NB_MAX]; member in struct:stm32_hash_state
472 u32 *preg = state->hw_context;
1014 u32 *preg = rctx->state.hw_context;
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h1199 struct hw_context { struct
1649 struct hw_context context[ILT_MAX_L2_LINES];

Completed in 287 milliseconds