Searched refs:adv_10hdx_cap (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_virtual.c1384 int adv_10hdx_cap; local
1505 adv_10hdx_cap = adv_10fdx_cap;
1506 adv_10hdx_cap |= ((speed == 10) && (duplex == 1));
1515 adv_10hdx_cap = (duplex == 1);
1532 adv_10hdx_cap = adv_10fdx_cap;
1533 adv_10hdx_cap |= (speed == 10);
1576 "adv-10hdx-cap", &adv_10hdx_cap, 1);
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c497 static int adv_10hdx_cap = 1; variable
566 { 0, 1, 1, "+adv_10hdx_cap"},
3921 "adv_10hdx_cap", adv_10hdx_cap) & ERI_MASK_1BIT;

Completed in 76 milliseconds