Searched refs:CTX_SIZE (Results 1 – 9 of 9) sorted by relevance
63 #define CTX_SIZE(_hcc) (HCC_64BYTE_CONTEXT(_hcc) ? 64 : 32) macro
293 dma = dev->out_ctx->dma + (ep_index + 1) * CTX_SIZE(xhci->hcc_params); in xhci_endpoint_context_show()
475 ctx->size += CTX_SIZE(xhci->hcc_params); in xhci_alloc_container_ctx()510 (ctx->bytes + CTX_SIZE(xhci->hcc_params)); in xhci_get_slot_ctx()523 (ctx->bytes + (ep_index * CTX_SIZE(xhci->hcc_params))); in xhci_get_ep_ctx()
105 CTX_SIZE = 1*8 define112 frame_size = frame_CTX + CTX_SIZE
90 #define CTX_SIZE(_hcc) (HCC_64BYTE_CONTEXT(_hcc) ? 64 : 32) macro
467 pdev->out_ctx.ctx_size = CTX_SIZE(pdev->hcc_params); in cdnsp_init_device_ctx()
6586 #define CTX_SIZE (1 << CTX_SHIFT) macro6587 #define CTX_MASK (CTX_SIZE - 1)
4384 for (i = 0; i < CTX_SIZE; i += 4) in cnic_init_context()
2643 for (i = 0; i < (CTX_SIZE / PHY_CTX_SIZE); i++) { in bnx2_init_context()