Searched refs:cdu_context (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c1365 BNX2X_CIDS_PER_VF * sizeof(union cdu_context);
1562 union cdu_context *base_cxt = (union cdu_context *)
2013 union cdu_context *base_cxt = (union cdu_context *)
H A Dbnx2x.h1080 union cdu_context { union
1088 #define ILT_PAGE_CIDS (CDU_ILT_PAGE_SZ / sizeof(union cdu_context))
1200 union cdu_context *vcxt;
H A Dbnx2x_main.c7385 if (sizeof(union cdu_context) != 1024)
7388 "please adjust the size of cdu_context(%ld)\n",
7389 (long)sizeof(union cdu_context));
8385 context_size = sizeof(union cdu_context) * BNX2X_L2_CID_COUNT(bp);

Completed in 130 milliseconds