Searched defs:scc_param (Results 1 – 3 of 3) sorted by relevance
284 typedef struct scc_param { struct285 ushort scc_rbase; /* Rx Buffer descriptor base address */286 ushort scc_tbase; /* Tx Buffer descriptor base address */287 u_char scc_rfcr; /* Rx function code */288 u_char scc_tfcr; /* Tx function code */289 ushort scc_mrblr; /* Max receive buffer length */290 uint scc_rstate; /* Internal */291 uint scc_idp; /* Internal */292 ushort scc_rbptr; /* Internal */293 ushort scc_ibc; /* Internal */[all …]
305 typedef struct scc_param { struct306 ushort scc_rbase; /* Rx Buffer descriptor base address */307 ushort scc_tbase; /* Tx Buffer descriptor base address */308 u_char scc_rfcr; /* Rx function code */309 u_char scc_tfcr; /* Tx function code */310 ushort scc_mrblr; /* Max receive buffer length */311 uint scc_rstate; /* Internal */312 uint scc_idp; /* Internal */313 ushort scc_rbptr; /* Internal */314 ushort scc_ibc; /* Internal */[all …]
92 u32 scc_param[2]; member