Home
last modified time | relevance | path

Searched refs:OTX2_FLAG_TX_PAUSE_ENABLED (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_vf.c788 (vf->flags & OTX2_FLAG_TX_PAUSE_ENABLED)) { in otx2vf_remove()
790 vf->flags &= ~OTX2_FLAG_TX_PAUSE_ENABLED; in otx2vf_remove()
H A Dotx2_ethtool.c359 pfvf->flags |= OTX2_FLAG_TX_PAUSE_ENABLED; in otx2_set_pauseparam()
361 pfvf->flags &= ~OTX2_FLAG_TX_PAUSE_ENABLED; in otx2_set_pauseparam()
H A Dotx2_common.h454 #define OTX2_FLAG_TX_PAUSE_ENABLED BIT_ULL(10) macro
H A Dotx2_pf.c3409 (pf->flags & OTX2_FLAG_TX_PAUSE_ENABLED)) { in otx2_remove()
3411 pf->flags &= ~OTX2_FLAG_TX_PAUSE_ENABLED; in otx2_remove()
H A Dotx2_common.c277 req->tx_pause = !!(pfvf->flags & OTX2_FLAG_TX_PAUSE_ENABLED); in otx2_config_pause_frm()