Home
last modified time | relevance | path

Searched refs:CTX_SIZE (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-debugfs.c293 dma = dev->out_ctx->dma + (ep_index + 1) * CTX_SIZE(xhci->hcc_params); in xhci_endpoint_context_show()
H A Dxhci-mem.c485 ctx->size += CTX_SIZE(xhci->hcc_params); in xhci_alloc_container_ctx()
520 (ctx->bytes + CTX_SIZE(xhci->hcc_params)); in xhci_get_slot_ctx()
533 (ctx->bytes + (ep_index * CTX_SIZE(xhci->hcc_params))); in xhci_get_ep_ctx()
H A Dxhci.h125 #define CTX_SIZE(_hcc) (HCC_64BYTE_CONTEXT(_hcc) ? 64 : 32) macro
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-debugfs.c293 dma = dev->out_ctx->dma + (ep_index + 1) * CTX_SIZE(xhci->hcc_params); in xhci_endpoint_context_show()
H A Dxhci-mem.c476 ctx->size += CTX_SIZE(xhci->hcc_params); in xhci_alloc_container_ctx()
511 (ctx->bytes + CTX_SIZE(xhci->hcc_params)); in xhci_get_slot_ctx()
524 (ctx->bytes + (ep_index * CTX_SIZE(xhci->hcc_params))); in xhci_get_ep_ctx()
H A Dxhci.h125 #define CTX_SIZE(_hcc) (HCC_64BYTE_CONTEXT(_hcc) ? 64 : 32) macro
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-gadget.h90 #define CTX_SIZE(_hcc) (HCC_64BYTE_CONTEXT(_hcc) ? 64 : 32) macro
H A Dcdnsp-mem.c467 pdev->out_ctx.ctx_size = CTX_SIZE(pdev->hcc_params); in cdnsp_init_device_ctx()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dsha512-avx2-asm.S104 CTX_SIZE = 1*8 define
113 frame_RSPSAVE = frame_CTX + CTX_SIZE
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dsha512-avx2-asm.S105 CTX_SIZE = 1*8 define
112 frame_size = frame_CTX + CTX_SIZE
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dbnx2.h6586 #define CTX_SIZE (1 << CTX_SHIFT) macro
6587 #define CTX_MASK (CTX_SIZE - 1)
H A Dcnic.c4377 for (i = 0; i < CTX_SIZE; i += 4) in cnic_init_context()
H A Dbnx2.c2643 for (i = 0; i < (CTX_SIZE / PHY_CTX_SIZE); i++) { in bnx2_init_context()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Dbnx2.h6586 #define CTX_SIZE (1 << CTX_SHIFT) macro
6587 #define CTX_MASK (CTX_SIZE - 1)
H A Dbnx2.c2642 for (i = 0; i < (CTX_SIZE / PHY_CTX_SIZE); i++) { in bnx2_init_context()
H A Dcnic.c4374 for (i = 0; i < CTX_SIZE; i += 4) in cnic_init_context()

Completed in 104 milliseconds