Searched refs:OTX2_FLAG_RX_TSTAMP_ENABLED (Results 1 – 3 of 3) sorted by relevance
1820 if (pf->flags & OTX2_FLAG_RX_TSTAMP_ENABLED) { in otx2_open()1821 pf->flags &= ~OTX2_FLAG_RX_TSTAMP_ENABLED; in otx2_open()2053 if (pfvf->flags & OTX2_FLAG_RX_TSTAMP_ENABLED && enable) in otx2_config_hw_rx_tstamp()2074 pfvf->flags |= OTX2_FLAG_RX_TSTAMP_ENABLED; in otx2_config_hw_rx_tstamp()2076 pfvf->flags &= ~OTX2_FLAG_RX_TSTAMP_ENABLED; in otx2_config_hw_rx_tstamp()3061 if (pf->flags & OTX2_FLAG_RX_TSTAMP_ENABLED) in otx2_remove()
425 #define OTX2_FLAG_RX_TSTAMP_ENABLED BIT_ULL(0) macro
180 if (!(pfvf->flags & OTX2_FLAG_RX_TSTAMP_ENABLED)) in otx2_set_rxtstamp()