Searched defs:tt_softc (Results 1 – 1 of 1) sorted by relevance
71 struct tt_softc { struct73 struct tt_softc *tt_next; /* link to next device instance */ argument74 u_short tt_unit; /* instance number */75 u_short tt_unitnext; /* next unit # to be used on open */77 queue_t *tt_rq; /* cross-link to read queue */78 struct socket *tt_so; /* socket for this device instance */79 mblk_t *tt_merror; /* pre-allocated M_ERROR message */80 mblk_t *tt_errack; /* pre-allocated T_error_ack message */81 u_int tt_state; /* current state of the tli automaton */82 long tt_seqnext; /* next sequence number to assign */[all …]