Home
last modified time | relevance | path

Searched refs:OTX2_FLAG_TX_PAUSE_ENABLED (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c290 pfvf->flags |= OTX2_FLAG_TX_PAUSE_ENABLED; in otx2_set_pauseparam()
292 pfvf->flags &= ~OTX2_FLAG_TX_PAUSE_ENABLED; in otx2_set_pauseparam()
H A Dotx2_common.h240 #define OTX2_FLAG_TX_PAUSE_ENABLED BIT_ULL(10) macro
H A Dotx2_vf.c593 vf->flags |= OTX2_FLAG_TX_PAUSE_ENABLED; in otx2vf_probe()
H A Dotx2_common.c239 req->tx_pause = !!(pfvf->flags & OTX2_FLAG_TX_PAUSE_ENABLED); in otx2_config_pause_frm()
H A Dotx2_pf.c2167 pf->flags |= OTX2_FLAG_TX_PAUSE_ENABLED; in otx2_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_vf.c755 (vf->flags & OTX2_FLAG_TX_PAUSE_ENABLED)) { in otx2vf_remove()
757 vf->flags &= ~OTX2_FLAG_TX_PAUSE_ENABLED; in otx2vf_remove()
H A Dotx2_ethtool.c369 pfvf->flags |= OTX2_FLAG_TX_PAUSE_ENABLED; in otx2_set_pauseparam()
371 pfvf->flags &= ~OTX2_FLAG_TX_PAUSE_ENABLED; in otx2_set_pauseparam()
H A Dotx2_common.h461 #define OTX2_FLAG_TX_PAUSE_ENABLED BIT_ULL(10) macro
H A Dotx2_pf.c3243 (pf->flags & OTX2_FLAG_TX_PAUSE_ENABLED)) { in otx2_remove()
3245 pf->flags &= ~OTX2_FLAG_TX_PAUSE_ENABLED; in otx2_remove()
H A Dotx2_common.c266 req->tx_pause = !!(pfvf->flags & OTX2_FLAG_TX_PAUSE_ENABLED); in otx2_config_pause_frm()

Completed in 18 milliseconds