Searched refs:sw_config (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_phy.c | 1076 u8_t sw_config, in lm_set_phy_link_params() argument 1251 u8_t sw_config = 0; in lm_init_phy() local 1312 sw_config = (u8_t)pdev->params.sw_config; in lm_init_phy() 1313 DbgMessage(pdev, WARN, "lm_init_phy: sw_config 0x%x\n",sw_config); in lm_init_phy() 1315 if (LM_SWCFG_HW_DEF == sw_config ) in lm_init_phy() 1319 sw_config = (u8_t)(pdev->params.link.switch_cfg>>PORT_FEATURE_CONNECTED_SWITCH_SHIFT); in lm_init_phy() 1323 sw_config = LM_SWCFG_10G; in lm_init_phy() 1325 DbgMessage(pdev, WARN, "lm_init_phy: sw_config 0x%x\n",sw_config); in lm_init_phy() 1408 switch (sw_config) in lm_init_phy() 1429 lm_status = lm_set_phy_link_params(pdev, req_medium, flow_control, sw_config, ELINK_INT_PHY); in lm_init_phy() [all …]
|
H A D | lm_devinfo.c | 2943 { _OFFSET(sw_config), 4, 4, 4, 0, 4}, in lm_init_params()
|
/titanic_41/usr/src/uts/common/io/i40e/ |
H A D | i40e_main.c | 775 struct i40e_aqc_get_switch_config_resp *sw_config; in i40e_get_vsi_id() local 781 sw_config = (struct i40e_aqc_get_switch_config_resp *)aq_buf; in i40e_get_vsi_id() 782 rc = i40e_aq_get_switch_config(hw, sw_config, sizeof (aq_buf), &next, in i40e_get_vsi_id() 790 if (LE_16(sw_config->header.num_reported) != 1) { in i40e_get_vsi_id() 793 LE_16(sw_config->header.num_reported)); in i40e_get_vsi_id() 797 return (sw_config->element[0].seid); in i40e_get_vsi_id()
|
/titanic_41/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_mm.c | 166 pLM->params.sw_config = LM_SWCFG_10G; in mm_get_user_config()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 945 u32_t sw_config; member
|