Searched defs:NI_HV_PT_PORT_GLB_CFG_t (Results 1 – 1 of 1) sorted by relevance
364 struct NI_HV_PT_PORT_GLB_CFG_t { struct365 u32 speed : 1; /* bits 0:0 */366 u32 duplex : 1; /* bits 1:1 */367 u32 link_status : 1; /* bits 2:2 */368 u32 link_stat_mask : 1; /* bits 3:3 */369 u32 rsrvd1 : 7;370 u32 power_dwn_rx : 1; /* bits 11:11 */371 u32 power_dwn_tx : 1; /* bits 12:12 */372 u32 tx_intf_lp_time : 1; /* bits 13:13 */373 u32 rsrvd2 : 18;
Completed in 5 milliseconds