Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/igc/
H A Digc_hw.h190 struct igc_mac_operations { struct
191 int (*init_params)(struct igc_hw *);
192 int (*check_for_link)(struct igc_hw *);
193 void (*clear_hw_cntrs)(struct igc_hw *);
194 void (*clear_vfta)(struct igc_hw *);
195 int (*get_bus_info)(struct igc_hw *);
196 void (*set_lan_id)(struct igc_hw *);
197 int (*get_link_up_info)(struct igc_hw *, uint16_t *, uint16_t *);
198 void (*update_mc_addr_list)(struct igc_hw *, uint8_t *, uint32_t);
199 int (*reset_hw)(struct igc_hw *);
[all …]