Home
last modified time | relevance | path

Searched refs:OTX2_FLAG_REP_MODE_ENABLED (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.c361 if (!(pfvf->flags & OTX2_FLAG_REP_MODE_ENABLED)) { in otx2_rcv_pkt_handler()
482 if (pfvf->flags & OTX2_FLAG_REP_MODE_ENABLED) in otx2_tx_napi_handler()
495 if (pfvf->flags & OTX2_FLAG_REP_MODE_ENABLED) in otx2_tx_napi_handler()
Drep.c792 priv->flags |= OTX2_FLAG_REP_MODE_ENABLED; in rvu_rep_probe()
Dotx2_common.h454 #define OTX2_FLAG_REP_MODE_ENABLED BIT_ULL(18) macro