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