Searched refs:max_func_connections (Results 1 - 5 of 5) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
| H A D | bnxe_context.c | 16 DbgBreakIf(cid > pdev->params.max_func_connections); 38 DbgBreakIf(cid > pdev->params.max_func_connections); 72 DbgBreakIf(!pdev->params.max_func_connections); 79 num_con = pdev->params.max_func_connections; 146 num_con = pdev->params.max_func_connections; 216 num_con = pdev->params.max_func_connections; 236 DbgBreakIf(context->proto_end[MAX_PROTO - 1] > pdev->params.max_func_connections -1); 316 /* number of context is per-function, the cdu has a per-port register that can be set to be higher than the max_func_connections, but 317 * the amount of memory actually allocated for the CDU matches max_func_connections. */ 318 num_con = pdev->params.max_func_connections ; [all...] |
| H A D | lm_resc.c | 1836 // Context (roundup ( MAX_CONN / CONN_PER_PAGE) We may configure the CDU to have more than max_func_connections, specifically, we will 1839 alloc_num = vars->context_cdu_num_pages = (params->max_func_connections / params->num_context_in_page) + 1840 ((params->max_func_connections % params->num_context_in_page)? 1:0); 1896 // with the number of max connections, therefore, we use the max_func_connections. It can be different per function and independent 1898 alloc_size = (log2_align(max(params->max_func_connections,(u32_t)1000))*64); 1950 alloc_size = (params->max_func_connections + 4)*64;
|
| H A D | lm_devinfo.c | 2950 { _OFFSET(max_func_connections), 1024, 1024, 1024, 0, 500000},
|
| /illumos-gate/usr/src/uts/common/io/bnxe/ |
| H A D | bnxe_mm.c | 211 pLM->params.max_func_connections =
|
| /illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
| H A D | lm5710.h | 968 u32_t max_func_connections; // Number of connection supported by this function. member in struct:_lm_params_t
|
Completed in 135 milliseconds