Home
last modified time | relevance | path

Searched refs:efx_link_state (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/sfc/
H A Dmcdi_port_common.h42 struct efx_link_state *link_state,
H A Dnet_driver.h718 * struct efx_link_state - Current state of the link
724 struct efx_link_state { struct
731 static inline bool efx_link_state_equal(const struct efx_link_state *left, in efx_link_state_equal() argument
732 const struct efx_link_state *right) in efx_link_state_equal()
1135 struct efx_link_state link_state;
H A Dmcdi_port_common.c282 struct efx_link_state *link_state, in efx_mcdi_phy_decode_link()
402 struct efx_link_state old_state = efx->link_state; in efx_mcdi_phy_poll()
H A Defx_common.c240 struct efx_link_state *link_state = &efx->link_state; in efx_link_status_changed()
H A Dethtool_common.c559 struct efx_link_state *link_state = &efx->link_state; in efx_ethtool_get_link_ksettings()
/linux/drivers/net/ethernet/sfc/siena/
H A Dnet_driver.h637 * struct efx_link_state - Current state of the link
643 struct efx_link_state { struct
650 static inline bool efx_link_state_equal(const struct efx_link_state *left, in efx_link_state_equal() argument
651 const struct efx_link_state *right) in efx_link_state_equal()
1056 struct efx_link_state link_state;
H A Dmcdi_port_common.c283 struct efx_link_state *link_state, in efx_mcdi_phy_decode_link()
403 struct efx_link_state old_state = efx->link_state; in efx_siena_mcdi_phy_poll()
H A Dselftest.c593 struct efx_link_state *link_state = &efx->link_state; in efx_wait_for_link()