Home
last modified time | relevance | path

Searched refs:hwts_wb (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c866 struct hw_atl_rxd_hwts_wb_s *hwts_wb = in hw_atl_b0_hw_ring_hwts_rx_receive() local
871 if (!(hwts_wb->sec_lw0 & 0x1U)) in hw_atl_b0_hw_ring_hwts_rx_receive()
1430 struct hw_atl_rxd_hwts_wb_s *hwts_wb = (struct hw_atl_rxd_hwts_wb_s *)p; in hw_atl_b0_extract_hwts() local
1434 tmp = (hwts_wb->sec_lw0 >> 2) & 0x3ff; in hw_atl_b0_extract_hwts()
1436 tmp = (u64)((hwts_wb->sec_lw1 >> 16) & 0xffff) << 10; in hw_atl_b0_extract_hwts()
1438 tmp = (u64)(hwts_wb->sec_hw & 0xfff) << 26; in hw_atl_b0_extract_hwts()
1440 tmp = (u64)((hwts_wb->sec_hw >> 22) & 0x3ff) << 38; in hw_atl_b0_extract_hwts()
1442 ns = sec * NSEC_PER_SEC + hwts_wb->ns; in hw_atl_b0_extract_hwts()