Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/e1000e/
Dhw.h525 struct e1000_phy_operations { struct
526 s32 (*acquire)(struct e1000_hw *);
527 s32 (*cfg_on_link_up)(struct e1000_hw *);
528 s32 (*check_polarity)(struct e1000_hw *);
529 s32 (*check_reset_block)(struct e1000_hw *);
530 s32 (*commit)(struct e1000_hw *);
531 s32 (*force_speed_duplex)(struct e1000_hw *);
532 s32 (*get_cfg_done)(struct e1000_hw *hw);
533 s32 (*get_cable_length)(struct e1000_hw *);
534 s32 (*get_info)(struct e1000_hw *);
[all …]
/linux-5.19.10/drivers/net/ethernet/intel/igb/
De1000_hw.h313 struct e1000_phy_operations { struct
314 s32 (*acquire)(struct e1000_hw *);
315 s32 (*check_polarity)(struct e1000_hw *);
316 s32 (*check_reset_block)(struct e1000_hw *);
317 s32 (*force_speed_duplex)(struct e1000_hw *);
318 s32 (*get_cfg_done)(struct e1000_hw *hw);
319 s32 (*get_cable_length)(struct e1000_hw *);
320 s32 (*get_phy_info)(struct e1000_hw *);
321 s32 (*read_reg)(struct e1000_hw *, u32, u16 *);
322 void (*release)(struct e1000_hw *);
[all …]