Home
last modified time | relevance | path

Searched refs:OTX2_FLAG_INTF_DOWN (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_xsk.c98 if (pfvf->flags & OTX2_FLAG_INTF_DOWN) in otx2_clean_up_rq()
174 if (pf->flags & OTX2_FLAG_INTF_DOWN) in otx2_xsk_wakeup()
H A Dqos_sq.c240 if (pfvf->flags & OTX2_FLAG_INTF_DOWN) in otx2_qos_enable_sq()
270 if (pfvf->flags & OTX2_FLAG_INTF_DOWN) in otx2_qos_disable_sq()
H A Drep.c539 priv->flags &= ~OTX2_FLAG_INTF_DOWN; in rvu_rep_napi_init()
623 priv->flags |= OTX2_FLAG_INTF_DOWN; in rvu_rep_destroy()
791 priv->flags |= OTX2_FLAG_INTF_DOWN; in rvu_rep_probe()
836 if (!(priv->flags & OTX2_FLAG_INTF_DOWN)) in rvu_rep_remove()
H A Dotx2_tc.c181 if (nic->flags & OTX2_FLAG_INTF_DOWN) { in otx2_tc_validate_flow()
283 if (nic->flags & OTX2_FLAG_INTF_DOWN) { in otx2_tc_egress_matchall_delete()
1211 if (nic->flags & OTX2_FLAG_INTF_DOWN) in otx2_tc_del_flow()
1261 if (nic->flags & OTX2_FLAG_INTF_DOWN) { in otx2_tc_add_flow()
1480 if (nic->flags & OTX2_FLAG_INTF_DOWN) { in otx2_tc_ingress_matchall_delete()
H A Dotx2_pf.c912 if (pf->flags & OTX2_FLAG_INTF_DOWN) in otx2_mbox_up_handler_cgx_link_event()
2013 pf->flags &= ~OTX2_FLAG_INTF_DOWN; in otx2_open()
2051 pf->flags |= OTX2_FLAG_INTF_DOWN; in otx2_open()
2076 if (pf->flags & OTX2_FLAG_INTF_DOWN) in otx2_stop()
2082 pf->flags |= OTX2_FLAG_INTF_DOWN; in otx2_stop()
3082 pf->flags |= OTX2_FLAG_INTF_DOWN; in otx2_probe()
H A Dotx2_vf.c581 vf->flags |= OTX2_FLAG_INTF_DOWN; in otx2vf_probe()
H A Dotx2_common.h446 #define OTX2_FLAG_INTF_DOWN BIT_ULL(2) macro
H A Dotx2_txrx.c598 if (pfvf->flags & OTX2_FLAG_INTF_DOWN) in otx2_napi_handler()