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

/drivers/usb/host/
H A Dxhci-mem.c351 #define CTX_SIZE(_hcc) (HCC_64BYTE_CONTEXT(_hcc) ? 64 : 32) macro
364 ctx->size += CTX_SIZE(xhci->hcc_params);
394 (ctx->bytes + CTX_SIZE(xhci->hcc_params));
407 (ctx->bytes + (ep_index * CTX_SIZE(xhci->hcc_params)));
/drivers/net/ethernet/broadcom/
H A Dbnx2.h6534 #define CTX_SIZE (1 << CTX_SHIFT) macro
6535 #define CTX_MASK (CTX_SIZE - 1)
H A Dcnic.c4272 for (i = 0; i < CTX_SIZE; i += 4)
H A Dbnx2.c2606 for (i = 0; i < (CTX_SIZE / PHY_CTX_SIZE); i++) {

Completed in 148 milliseconds