Searched refs:VXGE_HAL_LAG_CFG_MODE (Results 1 – 2 of 2) sorted by relevance
4749 val64 &= ~VXGE_HAL_LAG_CFG_MODE(0x3); in __hal_mrpcim_lag_configure()4750 val64 |= VXGE_HAL_LAG_CFG_MODE(lag_config->lag_mode); in __hal_mrpcim_lag_configure()
1953 #define VXGE_HAL_LAG_CFG_MODE(val) vBIT(val, 6, 2) macro