Searched refs:xgell_config (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/xge/drv/ |
H A D | xge.c | 541 xge_hal_device_config_t *device_config, xgell_config_t *xgell_config) in xge_configuration_init() argument 548 xgell_config->rx_dma_lowat = ddi_prop_get_int(DDI_DEV_T_ANY, dev_info, in xge_configuration_init() 550 xgell_config->rx_pkt_burst = ddi_prop_get_int(DDI_DEV_T_ANY, in xge_configuration_init() 552 xgell_config->tx_dma_lowat = ddi_prop_get_int(DDI_DEV_T_ANY, dev_info, in xge_configuration_init() 554 xgell_config->lso_enable = ddi_prop_get_int(DDI_DEV_T_ANY, dev_info, in xge_configuration_init() 556 xgell_config->msix_enable = ddi_prop_get_int(DDI_DEV_T_ANY, dev_info, in xge_configuration_init() 559 xgell_config->grouping = ddi_prop_get_int(DDI_DEV_T_ANY, dev_info, in xge_configuration_init() 562 switch (xgell_config->grouping) { in xge_configuration_init() 746 xgell_config->rx_buffer_total = ddi_prop_get_int(DDI_DEV_T_ANY, in xge_configuration_init() 750 xgell_config->rx_buffer_total += XGELL_RX_BUFFER_RECYCLE_CACHE; in xge_configuration_init() [all …]
|