Home
last modified time | relevance | path

Searched defs:igc_phy_operations (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_hw.h731 struct igc_phy_operations { struct
732 s32 (*init_params)(struct igc_hw *hw);
733 s32 (*acquire)(struct igc_hw *hw);
734 s32 (*cfg_on_link_up)(struct igc_hw *hw);
737 s32 (*commit)(struct igc_hw *hw);
739 s32 (*get_cfg_done)(struct igc_hw *hw);
741 s32 (*get_info)(struct igc_hw *hw);
746 void (*release)(struct igc_hw *hw);
747 s32 (*reset)(struct igc_hw *hw);
753 void (*power_up)(struct igc_hw *hw);
[all …]