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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_mii.c913 boolean_t adv_1000hdx; local
957 adv_1000hdx = bgep->param_adv_1000hdx;
971 adv_1000hdx = adv_100hdx = adv_10hdx = B_FALSE;
1015 adv_1000fdx, adv_1000hdx,
1024 !adv_1000hdx && !adv_100hdx && !adv_10hdx)
1040 else if (adv_1000hdx)
1055 if (adv_1000hdx)
1393 boolean_t adv_1000hdx; local
1435 adv_1000hdx = bgep->param_adv_1000hdx;
1447 adv_1000hdx
[all...]
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_chip.c393 boolean_t adv_1000hdx; local
434 adv_1000hdx = rgep->param_adv_1000hdx;
445 adv_1000hdx = adv_100hdx = adv_10hdx = B_FALSE;
478 adv_1000fdx, adv_1000hdx,
487 !adv_1000hdx && !adv_100hdx && !adv_10hdx) {
511 else if (adv_1000hdx)
530 adv_1000hdx = B_TRUE;
537 if (adv_1000hdx)

Completed in 55 milliseconds