Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c1571 if (pf->flags & OTX2_FLAG_TX_TSTAMP_ENABLED) { in otx2_open()
1572 pf->flags &= ~OTX2_FLAG_TX_TSTAMP_ENABLED; in otx2_open()
1821 if (pfvf->flags & OTX2_FLAG_TX_TSTAMP_ENABLED && enable) in otx2_config_hw_tx_tstamp()
1842 pfvf->flags |= OTX2_FLAG_TX_TSTAMP_ENABLED; in otx2_config_hw_tx_tstamp()
1844 pfvf->flags &= ~OTX2_FLAG_TX_TSTAMP_ENABLED; in otx2_config_hw_tx_tstamp()
2303 if (pf->flags & OTX2_FLAG_TX_TSTAMP_ENABLED) in otx2_remove()
H A Dotx2_common.h237 #define OTX2_FLAG_TX_TSTAMP_ENABLED BIT_ULL(1) macro