Searched defs:cgx_mode_change_args (Results 1 – 1 of 1) sorted by relevance
359 struct cgx_mode_change_args { struct360 uint64_t reserved1:8;361 uint64_t speed:4; /* cgx_link_speed enum */362 uint64_t duplex:1; /* 0 - full duplex, 1 - half duplex */363 uint64_t an:1; /* 0 - disable AN, 1 - enable AN */364 uint64_t port:8; /* device port */365 uint64_t mode:42;
Completed in 10 milliseconds