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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_devinfo.c1134 u32_t max_toe_cons[PORT_MAX] = {0,0}; local
1162 max_toe_cons[port] = lm_parse_license_info_bounded(val, MAX_CONNECTIONS_TOE,FALSE);
1191 max_toe_cons[port] = MAX_CONNECTIONS_TOE_NO_LICENSE;
1231 max_toe_cons[port] = val;
1249 max_toe_cons[port] = DEFAULT_CONNECTIONS_TOE - 100;
1251 max_toe_cons[port] = DEFAULT_CONNECTIONS_TOE;
1270 max_supported_cons[port] = log2_align(max_toe_cons[port] + max_rdma_cons[port] + max_iscsi_cons[port] + max_fcoe_cons[port] + max_eth_cons[port]);
1293 if ((max_iscsi_cons[port] + max_rdma_cons[port] + max_toe_cons[port] + max_fcoe_cons[port] + max_eth_cons[port]) > max_supported_cons[port])
1298 u32_t s = max_iscsi_cons[port] + max_rdma_cons[port] + max_toe_cons[port] + max_fcoe_cons[port]; /* eth out of the game... */
1305 max_toe_cons[por
[all...]

Completed in 49 milliseconds