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