Home
last modified time | relevance | path

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

/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_phy.c17 struct txgbe_backplane_ability *lp_ability, struct txgbe_hw *hw);
2400 struct txgbe_backplane_ability local_ability, lp_ability; in txgbe_handle_bp_flow() local
2414 txgbe_get_bp_ability(&lp_ability, 1, hw); in txgbe_handle_bp_flow()
2419 BP_LOG(" Link Partner Link Ability: 0x%x\n", lp_ability.link_ability); in txgbe_handle_bp_flow()
2421 status = txgbe_check_bp_ability(&local_ability, &lp_ability, hw); in txgbe_handle_bp_flow()
2428 if ((local_ability.fec_ability & lp_ability.fec_ability) == 0x03) { in txgbe_handle_bp_flow()
2569 struct txgbe_backplane_ability *lp_ability, struct txgbe_hw *hw) in txgbe_check_bp_ability() argument
2574 com_link_abi = local_ability->link_ability & lp_ability->link_ability; in txgbe_check_bp_ability()
2577 lp_ability->link_ability); in txgbe_check_bp_ability()