Home
last modified time | relevance | path

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

/freebsd/sys/dev/axgbe/
H A Dxgbe-phy-v1.c691 phy_impl->switch_mode = xgbe_phy_switch_mode; in xgbe_init_function_ptrs_phy_v1()
H A Dxgbe.h866 enum xgbe_mode (*switch_mode)(struct xgbe_prv_data *); member
H A Dxgbe-mdio.c321 xgbe_change_mode(pdata, pdata->phy_if.phy_impl.switch_mode(pdata)); in xgbe_switch_mode()
H A Dxgbe-phy-v2.c4052 phy_impl->switch_mode = xgbe_phy_switch_mode; in xgbe_init_function_ptrs_phy_v2()
/freebsd/sys/dev/ixl/
H A Di40e_type.h366 u32 switch_mode; member
H A Di40e_common.c3829 p->switch_mode = number; in i40e_parse_discover_capabilities()
3832 p->switch_mode); in i40e_parse_discover_capabilities()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h984 u8 switch_mode; member
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.h2951 void (*switch_mode)(struct rtw89_dev *rtwdev, bool low_power); member
4423 rtwdev->hci.ops->switch_mode(rtwdev, low_power); in rtw89_hci_switch_mode()
H A Dpci.c3886 .switch_mode = rtw89_pci_ops_switch_mode,