Searched defs:edgeport_product_info (Results 1 – 1 of 1) sorted by relevance
28 struct edgeport_product_info { struct29 __u16 ProductId; /* Product Identifier */30 __u8 NumPorts; /* Number of ports on edgeport */31 __u8 ProdInfoVer; /* What version of structure is this? */33 __u32 IsServer :1; /* Set if Server */34 __u32 IsRS232 :1; /* Set if RS-232 ports exist */35 __u32 IsRS422 :1; /* Set if RS-422 ports exist */36 __u32 IsRS485 :1; /* Set if RS-485 ports exist */37 __u32 IsReserved :28; /* Reserved for later expansion */39 __u8 RomSize; /* Size of ROM/E2PROM in K */[all …]