Home
last modified time | relevance | path

Searched refs:switch_mode (Results 1 – 14 of 14) sorted by relevance

/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c883 npar_info->switch_mode = le16_to_cpu(nic_info->switch_mode); in qlcnic_82xx_get_nic_info()
922 nic_info->switch_mode = cpu_to_le16(nic->switch_mode); in qlcnic_82xx_set_nic_info()
Dqlcnic.h506 u16 switch_mode; member
1196 __le16 switch_mode; /* 0 = disabled, 1 = int, 2 = ext */ member
1235 u16 switch_mode; member
Dqlcnic_sriov_pf.c549 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_pf_init()
Dqlcnic_83xx_init.c2279 ahw->switch_mode = nic_info.switch_mode; in qlcnic_83xx_get_nic_configuration()
Dqlcnic_sriov_common.c520 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_vf_init_driver()
Dqlcnic_main.c1318 adapter->ahw->switch_mode = nic_info.switch_mode; in qlcnic_initialize_nic()
Dqlcnic_83xx_hw.c2391 cmd.req.arg[3] = nic->phys_port | (nic->switch_mode << 16); in qlcnic_83xx_set_nic_info()
2442 npar_info->switch_mode = (cmd.rsp.arg[3] & 0xFFFF0000) >> 16; in qlcnic_83xx_get_nic_info()
/drivers/net/ethernet/amd/xgbe/
Dxgbe-phy-v1.c840 phy_impl->switch_mode = xgbe_phy_switch_mode; in xgbe_init_function_ptrs_phy_v1()
Dxgbe.h868 enum xgbe_mode (*switch_mode)(struct xgbe_prv_data *); member
Dxgbe-mdio.c331 xgbe_change_mode(pdata, pdata->phy_if.phy_impl.switch_mode(pdata)); in xgbe_switch_mode()
Dxgbe-phy-v2.c3374 phy_impl->switch_mode = xgbe_phy_switch_mode; in xgbe_init_function_ptrs_phy_v2()
/drivers/net/ethernet/intel/i40e/
Di40e_type.h264 u32 switch_mode; member
Di40e_main.c6086 if (hw->dev_caps.switch_mode) { in i40e_validate_and_set_switch_mode()
6090 u32 switch_mode = hw->dev_caps.switch_mode & in i40e_validate_and_set_switch_mode() local
6092 if (switch_mode >= I40E_CLOUD_FILTER_MODE1) { in i40e_validate_and_set_switch_mode()
6093 if (switch_mode == I40E_CLOUD_FILTER_MODE2) in i40e_validate_and_set_switch_mode()
6097 hw->dev_caps.switch_mode); in i40e_validate_and_set_switch_mode()
9600 pf->hw.dev_caps.switch_mode, in i40e_get_capabilities()
Di40e_common.c3226 p->switch_mode = number; in i40e_parse_discover_capabilities()