Home
last modified time | relevance | path

Searched refs:CHIP_IS_E1x_PARAM (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_devinfo.c3744 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()
H A Dlm_hw_init_reset.c842 if( CHIP_IS_E1x_PARAM(chip_id) ) in lm_reset_device_if_undi_func_hide_helper()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h1009 …_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… macro
1666 #define CHIP_IS_E1x(_p) (CHIP_IS_E1x_PARAM(CHIP_NUM(_p)))