Searched defs:edgeport_product_info (Results 1 – 1 of 1) sorted by relevance
83 struct edgeport_product_info { struct84 __u16 ProductId; /* Product Identifier */85 __u8 NumPorts; /* Number of ports on edgeport */86 __u8 ProdInfoVer; /* What version of structure is this? */88 __u32 IsServer :1; /* Set if Server */89 __u32 IsRS232 :1; /* Set if RS-232 ports exist */90 __u32 IsRS422 :1; /* Set if RS-422 ports exist */91 __u32 IsRS485 :1; /* Set if RS-485 ports exist */92 __u32 IsReserved :28; /* Reserved for later expansion */94 __u8 RomSize; /* Size of ROM/E2PROM in K */[all …]