Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_vf.c741 (vf->flags & OTX2_FLAG_TX_PAUSE_ENABLED)) { in otx2vf_remove()
743 vf->flags &= ~OTX2_FLAG_TX_PAUSE_ENABLED; in otx2vf_remove()
Dotx2_ethtool.c355 pfvf->flags |= OTX2_FLAG_TX_PAUSE_ENABLED; in otx2_set_pauseparam()
357 pfvf->flags &= ~OTX2_FLAG_TX_PAUSE_ENABLED; in otx2_set_pauseparam()
Dotx2_common.h435 #define OTX2_FLAG_TX_PAUSE_ENABLED BIT_ULL(10) macro
Dotx2_pf.c3066 (pf->flags & OTX2_FLAG_TX_PAUSE_ENABLED)) { in otx2_remove()
3068 pf->flags &= ~OTX2_FLAG_TX_PAUSE_ENABLED; in otx2_remove()
Dotx2_common.c259 req->tx_pause = !!(pfvf->flags & OTX2_FLAG_TX_PAUSE_ENABLED); in otx2_config_pause_frm()