Searched refs:switch_mode (Results 1 – 20 of 20) sorted by relevance
| /drivers/gpu/drm/xe/ |
| A D | xe_hw_engine_group.c | 262 static int switch_mode(struct xe_hw_engine_group *group) in switch_mode() function 315 err = switch_mode(group); in xe_hw_engine_group_get_mode()
|
| /drivers/net/ethernet/qlogic/qlcnic/ |
| A D | qlcnic_ctx.c | 888 npar_info->switch_mode = le16_to_cpu(nic_info->switch_mode); in qlcnic_82xx_get_nic_info() 927 nic_info->switch_mode = cpu_to_le16(nic->switch_mode); in qlcnic_82xx_set_nic_info()
|
| A D | qlcnic.h | 505 u16 switch_mode; member 1190 __le16 switch_mode; /* 0 = disabled, 1 = int, 2 = ext */ member 1229 u16 switch_mode; member
|
| A D | qlcnic_sriov_pf.c | 548 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_pf_init()
|
| A D | qlcnic_sriov_common.c | 525 ahw->switch_mode = nic_info.switch_mode; in qlcnic_sriov_vf_init_driver()
|
| A D | qlcnic_83xx_init.c | 2261 ahw->switch_mode = nic_info.switch_mode; in qlcnic_83xx_get_nic_configuration()
|
| A D | qlcnic_main.c | 1293 adapter->ahw->switch_mode = nic_info.switch_mode; in qlcnic_initialize_nic()
|
| A D | qlcnic_83xx_hw.c | 2396 cmd.req.arg[3] = nic->phys_port | (nic->switch_mode << 16); in qlcnic_83xx_set_nic_info() 2447 npar_info->switch_mode = (cmd.rsp.arg[3] & 0xFFFF0000) >> 16; in qlcnic_83xx_get_nic_info()
|
| /drivers/net/ethernet/ti/icssg/ |
| A D | icssg_prueth.h | 260 u32 switch_mode:1; member
|
| A D | icssg_prueth.c | 1823 prueth->is_switchmode_supported = prueth->pdata.switch_mode; in prueth_probe() 2069 .switch_mode = 1, 2076 .switch_mode = 1,
|
| /drivers/net/ethernet/amd/xgbe/ |
| A D | xgbe-phy-v1.c | 731 phy_impl->switch_mode = xgbe_phy_switch_mode; in xgbe_init_function_ptrs_phy_v1()
|
| A D | xgbe.h | 812 enum xgbe_mode (*switch_mode)(struct xgbe_prv_data *); member
|
| A D | xgbe-mdio.c | 234 xgbe_change_mode(pdata, pdata->phy_if.phy_impl.switch_mode(pdata)); in xgbe_switch_mode()
|
| A D | xgbe-phy-v2.c | 3659 phy_impl->switch_mode = xgbe_phy_switch_mode; in xgbe_init_function_ptrs_phy_v2()
|
| /drivers/net/ethernet/intel/i40e/ |
| A D | i40e_type.h | 204 u32 switch_mode; member
|
| A D | i40e_main.c | 6506 if (hw->dev_caps.switch_mode) { in i40e_validate_and_set_switch_mode() 6510 u32 switch_mode = hw->dev_caps.switch_mode & in i40e_validate_and_set_switch_mode() local 6512 if (switch_mode >= I40E_CLOUD_FILTER_MODE1) { in i40e_validate_and_set_switch_mode() 6513 if (switch_mode == I40E_CLOUD_FILTER_MODE2) in i40e_validate_and_set_switch_mode() 6517 hw->dev_caps.switch_mode); in i40e_validate_and_set_switch_mode() 10469 pf->hw.dev_caps.switch_mode, in i40e_get_capabilities()
|
| A D | i40e_common.c | 2641 p->switch_mode = number; in i40e_parse_discover_capabilities()
|
| /drivers/net/wireless/realtek/rtw89/ |
| A D | usb.c | 810 .switch_mode = rtw89_usb_ops_switch_mode,
|
| A D | core.h | 3641 void (*switch_mode)(struct rtw89_dev *rtwdev, bool low_power); member 6217 rtwdev->hci.ops->switch_mode(rtwdev, low_power); in rtw89_hci_switch_mode()
|
| A D | pci.c | 4436 .switch_mode = rtw89_pci_ops_switch_mode,
|
Completed in 904 milliseconds