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

  /src/sys/dev/pci/
if_aq.c 1220 struct aq_softc *txr_sc;
1246 struct aq_softc *rxr_sc;
1267 struct aq_softc *sc;
1272 struct aq_softc;
1274 int (*reset)(struct aq_softc *);
1275 int (*get_mac_addr)(struct aq_softc *);
1276 int (*set_mode)(struct aq_softc *, aq_hw_fw_mpi_state_t,
1278 int (*get_mode)(struct aq_softc *, aq_hw_fw_mpi_state_t *,
1280 int (*get_stats)(struct aq_softc *, aq_hw_stats_s_t *);
1282 int (*get_temperature)(struct aq_softc *, uint32_t *)
1318 struct aq_softc { struct
    [all...]

Completed in 63 milliseconds