Home
last modified time | relevance | path

Searched refs:xgell_config (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c550 xgell_config->rx_pkt_burst = ddi_prop_get_int(DDI_DEV_T_ANY, 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()
1078 xgell_config_t *xgell_config; in xge_attach() local
1103 xgell_config = kmem_zalloc(sizeof (xgell_config_t), KM_SLEEP); in xge_attach()
1109 xge_configuration_init(dev_info, device_config, xgell_config); in xge_attach()
1166 switch (xgell_config->grouping) { in xge_attach()
1209 xgell_config->msix_enable = 0; in xge_attach()
1263 ret = xgell_device_register(ll, xgell_config); in xge_attach()
1272 kmem_free(xgell_config, sizeof (xgell_config_t)); in xge_attach()
[all …]