HomeSort by: relevance | last modified time | path
    Searched defs:igc_hw (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/igc/
igc_hw.h 1 /* $NetBSD: igc_hw.h,v 1.2 2023/10/04 07:35:27 rin Exp $ */
2 /* $OpenBSD: igc_hw.h,v 1.2 2022/05/11 06:14:15 kevlo Exp $ */
47 struct igc_hw;
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 *)
358 struct igc_hw { struct
    [all...]

Completed in 11 milliseconds