Lines Matching defs:scc_param
317 typedef struct scc_param { struct
318 ushort scc_rbase; /* Rx Buffer descriptor base address */
319 ushort scc_tbase; /* Tx Buffer descriptor base address */
320 u_char scc_rfcr; /* Rx function code */
321 u_char scc_tfcr; /* Tx function code */
322 ushort scc_mrblr; /* Max receive buffer length */
323 uint scc_rstate; /* Internal */
324 uint scc_idp; /* Internal */
325 ushort scc_rbptr; /* Internal */
326 ushort scc_ibc; /* Internal */
327 uint scc_rxtmp; /* Internal */
328 uint scc_tstate; /* Internal */
329 uint scc_tdp; /* Internal */
330 ushort scc_tbptr; /* Internal */
331 ushort scc_tbc; /* Internal */
332 uint scc_txtmp; /* Internal */
333 uint scc_rcrc; /* Internal */
334 uint scc_tcrc; /* Internal */