Searched refs:tun_cnt (Results 1 – 1 of 1) sorted by relevance
1810 int tun_cnt, i; in nxge_get_config_properties() local1813 tun_cnt = prop_len / 6; /* 3 values, 2 bytes each */ in nxge_get_config_properties()1815 KMEM_ZALLOC(sizeof (nxge_phy_mdio_val_t) * tun_cnt, in nxge_get_config_properties()1817 nxgep->phy_prop.cnt = tun_cnt; in nxge_get_config_properties()1818 for (i = 0; i < tun_cnt; i++) { in nxge_get_config_properties()