Searched defs:ipmi_softc (Results 1 – 1 of 1) sorted by relevance
103 struct ipmi_softc { struct104 struct device sc_dev;106 struct ipmi_if *sc_if; /* Interface layer */107 int sc_if_iosize; /* Size of I/O porrs */108 int sc_if_iospacing; /* Spacing of I/O ports */109 int sc_if_rev; /* IPMI Revision */111 void *sc_ih; /* Interrupt/IO handles */112 bus_space_tag_t sc_iot;136 struct ipmi_softc *sc; argument