Searched refs:chip_port_mode (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_devinfo.c | 701 pdev->hw_info.chip_port_mode = val? LM_CHIP_PORT_MODE_4 : LM_CHIP_PORT_MODE_2; in lm_get_chip_id_and_mode() 702 …DbgMessage(pdev, WARN, "chip_port_mode %s\n", (pdev->hw_info.chip_port_mode == LM_CHIP_PORT_MODE_4… in lm_get_chip_id_and_mode() 706 pdev->hw_info.chip_port_mode = LM_CHIP_PORT_MODE_NONE; /* N/A */ in lm_get_chip_id_and_mode() 2725 if (pdev->hw_info.chip_port_mode == LM_CHIP_PORT_MODE_4) in init_link_params() 3800 u8_t lm_get_abs_func_vector( const u32_t chip_num, const lm_chip_port_mode_t chip_port_mode, const… in lm_get_abs_func_vector() argument 3856 switch ( chip_port_mode ) in lm_get_abs_func_vector()
|
H A D | lm_hw_init_reset.c | 1712 const lm_chip_port_mode_t chip_port_mode = CHIP_PORT_MODE(pdev); in lm_reset_device_with_nig() local 1757 …abs_func_vector = lm_get_abs_func_vector( chip_num, chip_port_mode, IS_MULTI_VNIC(pdev), path_id ); in lm_reset_device_with_nig() 1771 idx_port = PORT_ID_PARAM_FUNC_ABS( chip_num, chip_port_mode, idx ); in lm_reset_device_with_nig()
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 1750 lm_chip_port_mode_t chip_port_mode; member 1751 #define CHIP_PORT_MODE(_p) ((_p)->hw_info.chip_port_mode) 4462 u8_t lm_get_abs_func_vector( const u32_t chip_num, const lm_chip_port_mode_t chip_port_mode, const…
|