Searched refs:ts_src (Results 1 – 2 of 2) sorted by relevance
164 hw_feat->ts_src = XGMAC_GET_BITS(mac_hfr0, MAC_HWF0R, TSSTSSEL); in xgbe_get_all_hw_features()267 (hw_feat->ts_src == 1) ? "internal" : in xgbe_get_all_hw_features()268 (hw_feat->ts_src == 2) ? "external" : in xgbe_get_all_hw_features()269 (hw_feat->ts_src == 3) ? "internal/external" : "n/a"); in xgbe_get_all_hw_features()
968 unsigned int ts_src; /* Timestamp Source */ member