Lines Matching defs:syncline
194 struct syncline { struct
195 struct ser_str sl_stream; /* data path device points thru here */
196 struct scc_mode sl_mode; /* clock, etc. modes */
197 struct sl_stats sl_st; /* Data and error statistics */
198 mblk_t *sl_rhead; /* receive: head of active message */
199 mblk_t *sl_ractb; /* receive: active message block */
200 mblk_t *sl_rstandby[ZSH_MAX_RSTANDBY];
202 mblk_t *sl_xhead; /* transmit: head of active message */
203 mblk_t *sl_xactb; /* transmit: active message block */
204 mblk_t *sl_xstandby; /* transmit: next available message */
205 mblk_t *sl_rdone[ZSH_RDONE_MAX];
207 int sl_rdone_wptr;
208 int sl_rdone_rptr;
209 mblk_t *sl_mstat; /* most recent modem status change */
210 bufcall_id_t sl_bufcid; /* pending bufcall ID */
211 timeout_id_t sl_wd_id; /* watchdog timeout ID */
212 int sl_wd_count; /* watchdog counter */
213 int sl_ocnt; /* output message size */
214 int sl_mru; /* Maximum Receive Unit */
215 int sl_bad_count_int;
216 uchar_t sl_rr0; /* saved RR0 */
217 uchar_t sl_address; /* station address */
218 uchar_t sl_txstate; /* transmit state */
219 uchar_t sl_flags; /* see below */
220 uchar_t sl_m_error;
221 volatile uchar_t sl_soft_active; /* */