Searched refs:OTX2_FLAG_RX_TSTAMP_ENABLED (Results 1 – 3 of 3) sorted by relevance
1929 if (pf->flags & OTX2_FLAG_RX_TSTAMP_ENABLED) { in otx2_open()1930 pf->flags &= ~OTX2_FLAG_RX_TSTAMP_ENABLED; in otx2_open()2224 if (pfvf->flags & OTX2_FLAG_RX_TSTAMP_ENABLED && enable) in otx2_config_hw_rx_tstamp()2245 pfvf->flags |= OTX2_FLAG_RX_TSTAMP_ENABLED; in otx2_config_hw_rx_tstamp()2247 pfvf->flags &= ~OTX2_FLAG_RX_TSTAMP_ENABLED; in otx2_config_hw_rx_tstamp()3285 if (pf->flags & OTX2_FLAG_RX_TSTAMP_ENABLED) in otx2_remove()
450 #define OTX2_FLAG_RX_TSTAMP_ENABLED BIT_ULL(0) macro
182 if (!(pfvf->flags & OTX2_FLAG_RX_TSTAMP_ENABLED)) in otx2_set_rxtstamp()