Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_pf.c1925 if (pf->flags & OTX2_FLAG_TX_TSTAMP_ENABLED) { in otx2_open()
1926 pf->flags &= ~OTX2_FLAG_TX_TSTAMP_ENABLED; in otx2_open()
2256 if (pfvf->flags & OTX2_FLAG_TX_TSTAMP_ENABLED && enable) in otx2_config_hw_tx_tstamp()
2277 pfvf->flags |= OTX2_FLAG_TX_TSTAMP_ENABLED; in otx2_config_hw_tx_tstamp()
2279 pfvf->flags &= ~OTX2_FLAG_TX_TSTAMP_ENABLED; in otx2_config_hw_tx_tstamp()
3283 if (pf->flags & OTX2_FLAG_TX_TSTAMP_ENABLED) in otx2_remove()
Dotx2_common.h451 #define OTX2_FLAG_TX_TSTAMP_ENABLED BIT_ULL(1) macro