Searched refs:nd_params (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h473 nd_param_t nd_params[PARAM_COUNT]; member in struct:rge
524 #define param_adv_autoneg nd_params[PARAM_ADV_AUTONEG_CAP].ndp_val
525 #define param_adv_pause nd_params[PARAM_ADV_PAUSE_CAP].ndp_val
526 #define param_adv_asym_pause nd_params[PARAM_ADV_ASYM_PAUSE_CAP].ndp_val
527 #define param_adv_1000fdx nd_params[PARAM_ADV_1000FDX_CAP].ndp_val
528 #define param_adv_1000hdx nd_params[PARAM_ADV_1000HDX_CAP].ndp_val
529 #define param_adv_100fdx nd_params[PARAM_ADV_100FDX_CAP].ndp_val
530 #define param_adv_100hdx nd_params[PARAM_ADV_100HDX_CAP].ndp_val
531 #define param_adv_10fdx nd_params[PARAM_ADV_10FDX_CAP].ndp_val
532 #define param_adv_10hdx nd_params[PARAM_ADV_10HDX_CA
[all...]
H A Drge_ndd.c212 ndp = &rgep->nd_params[tmplp->ndp_info];
456 ndp = &rgep->nd_params[PARAM_ADV_AUTONEG_CAP];
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic.h583 nd_param_t nd_params[PARAM_COUNT]; member in struct:unm_adapter_s
797 #define param_adv_autoneg nd_params[PARAM_ADV_AUTONEG_CAP].ndp_val
798 #define param_adv_pause nd_params[PARAM_ADV_PAUSE_CAP].ndp_val
799 #define param_adv_asym_pause nd_params[PARAM_ADV_ASYM_PAUSE_CAP].ndp_val
800 #define param_adv_10000fdx nd_params[PARAM_ADV_10000FDX_CAP].ndp_val
801 #define param_adv_1000fdx nd_params[PARAM_ADV_1000FDX_CAP].ndp_val
802 #define param_adv_1000hdx nd_params[PARAM_ADV_1000HDX_CAP].ndp_val
803 #define param_adv_100fdx nd_params[PARAM_ADV_100FDX_CAP].ndp_val
804 #define param_adv_100hdx nd_params[PARAM_ADV_100HDX_CAP].ndp_val
805 #define param_adv_10fdx nd_params[PARAM_ADV_10FDX_CA
[all...]
H A Dunm_ndd.c210 ndp = &adapter->nd_params[tmplp->ndp_info];
485 adapter->nd_params[PARAM_ADV_AUTONEG_CAP].ndp_val,
486 adapter->nd_params[PARAM_ADV_AUTONEG_CAP].ndp_info));
H A Dunm_nic_main.c2586 pause.rx_pause = adapter->nd_params[PARAM_ADV_PAUSE_CAP].ndp_val;
2587 pause.tx_pause = adapter->nd_params[PARAM_ADV_ASYM_PAUSE_CAP].ndp_val;
2593 adapter->nd_params[PARAM_PAUSE_CAP].ndp_val = pause.rx_pause;
2594 adapter->nd_params[PARAM_ASYM_PAUSE_CAP].ndp_val = pause.tx_pause;

Completed in 560 milliseconds