Searched defs:tun_cnt (Results 1 - 1 of 1) sorted by relevance

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

Completed in 157 milliseconds