Searched defs:whiteheat_port_settings (Results 1 – 1 of 1) sorted by relevance
88 struct whiteheat_port_settings { struct89 __u8 port; /* port number (1 to N) */90 __le32 baud; /* any value 7 - 460800, firmware calculates92 __u8 bits; /* 5, 6, 7, or 8 */93 __u8 stop; /* 1 or 2, default 1 (2 = 1.5 if bits = 5) */94 __u8 parity; /* see WHITEHEAT_PAR_* above */95 __u8 sflow; /* see WHITEHEAT_SFLOW_* above */96 __u8 xoff; /* XOFF byte value */97 __u8 xon; /* XON byte value */98 __u8 hflow; /* see WHITEHEAT_HFLOW_* above */[all …]