Searched refs:ETH_PAUSE_AUTONEG (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ | ||
H A D | mcp_public.h | 76 #define ETH_PAUSE_AUTONEG 0x1 macro |
H A D | ecore_mcp.c | 1611 phy_cfg.pause |= (params->pause.autoneg) ? ETH_PAUSE_AUTONEG : 0; in ecore_mcp_set_link() |