Searched defs:mt_softc (Results 1 – 3 of 3) sorted by relevance
111 struct mt_softc { struct112 device_t sc_dev;114 gpib_chipset_tag_t sc_ic;115 gpib_handle_t sc_hdl;117 int sc_slave; /* GPIB slave address (0-6) */118 short sc_flags; /* see below */119 u_char sc_lastdsj; /* place for DSJ in mtreaddsj() */143 CFATTACH_DECL_NEW(mt, sizeof(struct mt_softc), argument
99 struct mt_softc { struct100 device_t sc_dev;101 struct callout sc_start_ch;102 struct callout sc_intr_ch;103 int sc_hpibno; /* logical HPIB this slave it attached to */104 int sc_slave; /* HPIB slave address (0-6) */105 short sc_flags; /* see below */106 uint8_t sc_lastdsj; /* place for DSJ in mtreaddsj() */107 uint8_t sc_lastecmd; /* place for End Command in mtreaddsj() */108 short sc_recvtimeo; /* count of hpibsend timeouts to prevent hang */[all …]
71 struct mt_softc { struct92 int mtcmd(struct mt_softc *, int, int, int); argument