Searched defs:whiteheat_port_settings (Results 1 – 1 of 1) sorted by relevance
92 struct whiteheat_port_settings { struct93 __u8 port; /* port number (1 to N) */94 __u32 baud; /* any value 7 - 460800, firmware calculates96 __u8 bits; /* 5, 6, 7, or 8 */97 __u8 stop; /* 1 or 2, default 1 (2 = 1.5 if bits = 5) */98 __u8 parity; /* see WHITEHEAT_PAR_* above */99 __u8 sflow; /* see WHITEHEAT_SFLOW_* above */100 __u8 xoff; /* XOFF byte value */101 __u8 xon; /* XON byte value */102 __u8 hflow; /* see WHITEHEAT_HFLOW_* above */[all …]