Searched defs:scb_struct (Results 1 – 3 of 3) sorted by relevance
62 struct scb_struct struct64 u8 rus;65 u8 cus;66 u8 cmd_ruc; /* command word: RU part */67 u8 cmd_cuc; /* command word: CU part & ACK */68 u16 cbl_offset; /* pointeroffset, command block list */69 u16 rfa_offset; /* pointeroffset, receive frame area */70 u16 crc_errs; /* CRC-Error counter */71 u16 aln_errs; /* alignmenterror counter */72 u16 rsc_errs; /* Resourceerror counter */[all …]
70 struct scb_struct struct72 unsigned char rus;73 unsigned char cus;74 unsigned char cmd_ruc; /* command word: RU part */75 unsigned char cmd_cuc; /* command word: CU part & ACK */76 unsigned short cbl_offset; /* pointeroffset, command block list */77 unsigned short rfa_offset; /* pointeroffset, receive frame area */78 unsigned short crc_errs; /* CRC-Error counter */79 unsigned short aln_errs; /* allignmenterror counter */80 unsigned short rsc_errs; /* Resourceerror counter */[all …]
56 struct scb_struct struct58 unsigned short status; /* status word */59 unsigned short cmd; /* command word */60 unsigned short cbl_offset; /* pointeroffset, command block list */61 unsigned short rfa_offset; /* pointeroffset, receive frame area */62 unsigned short crc_errs; /* CRC-Error counter */63 unsigned short aln_errs; /* alignmenterror counter */64 unsigned short rsc_errs; /* Resourceerror counter */65 unsigned short ovrn_errs; /* OVerrunerror counter */