Searched refs:CHIP_IS_E1x_PARAM (Results 1 – 3 of 3) sorted by relevance
3744 if( CHIP_IS_E1x_PARAM( chip_num ) ) in lm_get_port_id_from_func_abs()3755 DbgBreakIf( CHIP_IS_E1x_PARAM( chip_num ) ); in lm_get_port_id_from_func_abs()3831 if( CHIP_IS_E1x_PARAM(chip_num) && !b_multi_vnics_mode ) in lm_get_abs_func_vector()3853 DbgBreakIf( CHIP_IS_E1x_PARAM(chip_num) ); in lm_get_abs_func_vector()
842 if( CHIP_IS_E1x_PARAM(chip_id) ) in lm_reset_device_if_undi_func_hide_helper()
1009 …_PARAM(_port,_vnic,_chip_num, _port_mode) ((_port) + (_vnic) * ((CHIP_IS_E1x_PARAM(_chip_num) |…1665 …#define CHIP_IS_E1x_PARAM(_chip_num) (CHIP_IS_E1_PARAM(((_chip_num))) || CHIP_IS_E1H_PARAM(((_c… macro1666 #define CHIP_IS_E1x(_p) (CHIP_IS_E1x_PARAM(CHIP_NUM(_p)))