Home
last modified time | relevance | path

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

/dpdk/drivers/net/sfc/
H A Dsfc_ethdev.c2679 const char *switch_mode = NULL; in sfc_parse_switch_mode() local
2685 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()
/dpdk/drivers/net/axgbe/
H A Daxgbe_ethdev.h345 enum axgbe_mode (*switch_mode)(struct axgbe_port *); member
H A Daxgbe_mdio.c200 axgbe_change_mode(pdata, pdata->phy_if.phy_impl.switch_mode(pdata)); in axgbe_switch_mode()
H A Daxgbe_phy_impl.c2311 phy_impl->switch_mode = axgbe_phy_switch_mode; in axgbe_init_function_ptrs_phy_v2()
/dpdk/drivers/net/i40e/base/
H A Di40e_type.h357 u32 switch_mode; member
H A Di40e_common.c3991 p->switch_mode = number; in i40e_parse_discover_capabilities()
3994 p->switch_mode); in i40e_parse_discover_capabilities()
/dpdk/doc/guides/nics/
H A Dsfc_efx.rst392 - ``switch_mode`` [legacy|switchdev] (see below for default)