Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_virtual.c1811 int tun_cnt, i; in nxge_get_config_properties() local
1814 tun_cnt = prop_len / 6; /* 3 values, 2 bytes each */ in nxge_get_config_properties()
1816 KMEM_ZALLOC(sizeof (nxge_phy_mdio_val_t) * tun_cnt, in nxge_get_config_properties()
1818 nxgep->phy_prop.cnt = tun_cnt; in nxge_get_config_properties()
1819 for (i = 0; i < tun_cnt; i++) { in nxge_get_config_properties()