Home
last modified time | relevance | path

Searched refs:OTX2_FLAG_TX_TSTAMP_ENABLED (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c1575 if (pf->flags & OTX2_FLAG_TX_TSTAMP_ENABLED) { in otx2_open()
1576 pf->flags &= ~OTX2_FLAG_TX_TSTAMP_ENABLED; in otx2_open()
1834 if (pfvf->flags & OTX2_FLAG_TX_TSTAMP_ENABLED && enable) in otx2_config_hw_tx_tstamp()
1855 pfvf->flags |= OTX2_FLAG_TX_TSTAMP_ENABLED; in otx2_config_hw_tx_tstamp()
1857 pfvf->flags &= ~OTX2_FLAG_TX_TSTAMP_ENABLED; in otx2_config_hw_tx_tstamp()
2316 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
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c1904 if (pf->flags & OTX2_FLAG_TX_TSTAMP_ENABLED) { in otx2_open()
1905 pf->flags &= ~OTX2_FLAG_TX_TSTAMP_ENABLED; in otx2_open()
2235 if (pfvf->flags & OTX2_FLAG_TX_TSTAMP_ENABLED && enable) in otx2_config_hw_tx_tstamp()
2256 pfvf->flags |= OTX2_FLAG_TX_TSTAMP_ENABLED; in otx2_config_hw_tx_tstamp()
2258 pfvf->flags &= ~OTX2_FLAG_TX_TSTAMP_ENABLED; in otx2_config_hw_tx_tstamp()
3236 if (pf->flags & OTX2_FLAG_TX_TSTAMP_ENABLED) in otx2_remove()
H A Dotx2_common.h452 #define OTX2_FLAG_TX_TSTAMP_ENABLED BIT_ULL(1) macro

Completed in 11 milliseconds