Searched refs:OTX2_FLAG_TX_TSTAMP_ENABLED (Results 1 – 2 of 2) sorted by relevance
1566 if (pf->flags & OTX2_FLAG_TX_TSTAMP_ENABLED) { in otx2_open()1567 pf->flags &= ~OTX2_FLAG_TX_TSTAMP_ENABLED; in otx2_open()1806 if (pfvf->flags & OTX2_FLAG_TX_TSTAMP_ENABLED && enable) in otx2_config_hw_tx_tstamp()1827 pfvf->flags |= OTX2_FLAG_TX_TSTAMP_ENABLED; in otx2_config_hw_tx_tstamp()1829 pfvf->flags &= ~OTX2_FLAG_TX_TSTAMP_ENABLED; in otx2_config_hw_tx_tstamp()2288 if (pf->flags & OTX2_FLAG_TX_TSTAMP_ENABLED) in otx2_remove()
237 #define OTX2_FLAG_TX_TSTAMP_ENABLED BIT_ULL(1) macro