Searched refs:max_bar_supported_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.c1139 u32_t max_bar_supported_cons[PORT_MAX] = {0}; local
1209 max_bar_supported_cons[port] = pdev->hw_info.bar_size[BAR_1] / LM_DQ_CID_SIZE;
1220 max_bar_supported_cons[port] = val / LM_DQ_CID_SIZE;
1267 max_bar_supported_cons[port] = pdev->hw_info.bar_size[BAR_1] / LM_DQ_CID_SIZE;
1271 max_supported_cons[port] = min(max_supported_cons[port], max_bar_supported_cons[port]);
1338 if (ERR_IF(pdev->hw_info.max_port_conns > max_bar_supported_cons[port]))

Completed in 51 milliseconds