Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Digc_hw.h194 struct igc_mac_operations { struct
195 int (*init_params)(struct igc_hw *);
196 int (*check_for_link)(struct igc_hw *);
197 void (*clear_hw_cntrs)(struct igc_hw *);
198 void (*clear_vfta)(struct igc_hw *);
199 int (*get_bus_info)(struct igc_hw *);
200 void (*set_lan_id)(struct igc_hw *);
201 int (*get_link_up_info)(struct igc_hw *, uint16_t *, uint16_t *);
202 void (*update_mc_addr_list)(struct igc_hw *, uint8_t *, uint32_t);
203 int (*reset_hw)(struct igc_hw *);
[all …]