Searched defs:syncline (Results 1 – 1 of 1) sorted by relevance
194 struct syncline { struct195 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 */[all …]