Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_virtual.c1725 uchar_t *s_prop_val; in nxge_get_config_properties() local
1752 "tx-cfg-l", &s_prop_val, &prop_len) == DDI_PROP_SUCCESS) { in nxge_get_config_properties()
1754 (uint16_t)(*(uint32_t *)s_prop_val); in nxge_get_config_properties()
1760 ddi_prop_free(s_prop_val); in nxge_get_config_properties()
1763 "tx-cfg-h", &s_prop_val, &prop_len) == DDI_PROP_SUCCESS) { in nxge_get_config_properties()
1765 (uint16_t)(*(uint32_t *)s_prop_val); in nxge_get_config_properties()
1771 ddi_prop_free(s_prop_val); in nxge_get_config_properties()
1774 "rx-cfg-l", &s_prop_val, &prop_len) == DDI_PROP_SUCCESS) { in nxge_get_config_properties()
1776 (uint16_t)(*(uint32_t *)s_prop_val); in nxge_get_config_properties()
1782 ddi_prop_free(s_prop_val); in nxge_get_config_properties()
[all …]