Searched refs:switch_mode (Results 1 – 7 of 7) sorted by relevance
2679 const char *switch_mode = NULL; in sfc_parse_switch_mode() local2685 sfc_kvarg_string_handler, &switch_mode); in sfc_parse_switch_mode()2689 if (switch_mode == NULL) { in sfc_parse_switch_mode()2693 } else if (strcasecmp(switch_mode, SFC_KVARG_SWITCH_MODE_LEGACY) == 0) { in sfc_parse_switch_mode()2695 } else if (strcasecmp(switch_mode, in sfc_parse_switch_mode()2700 switch_mode); in sfc_parse_switch_mode()
345 enum axgbe_mode (*switch_mode)(struct axgbe_port *); member
200 axgbe_change_mode(pdata, pdata->phy_if.phy_impl.switch_mode(pdata)); in axgbe_switch_mode()
2311 phy_impl->switch_mode = axgbe_phy_switch_mode; in axgbe_init_function_ptrs_phy_v2()
357 u32 switch_mode; member
3991 p->switch_mode = number; in i40e_parse_discover_capabilities()3994 p->switch_mode); in i40e_parse_discover_capabilities()
392 - ``switch_mode`` [legacy|switchdev] (see below for default)