Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
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()
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()
1206 if (nic->flags & OTX2_FLAG_INTF_DOWN) in otx2_tc_del_flow()
1256 if (nic->flags & OTX2_FLAG_INTF_DOWN) { in otx2_tc_add_flow()
1473 if (nic->flags & OTX2_FLAG_INTF_DOWN) { in otx2_tc_ingress_matchall_delete()
Dotx2_pf.c877 if (pf->flags & OTX2_FLAG_INTF_DOWN) in otx2_mbox_up_handler_cgx_link_event()
1934 pf->flags &= ~OTX2_FLAG_INTF_DOWN; in otx2_open()
1971 pf->flags |= OTX2_FLAG_INTF_DOWN; in otx2_open()
1999 if (pf->flags & OTX2_FLAG_INTF_DOWN) in otx2_stop()
2005 pf->flags |= OTX2_FLAG_INTF_DOWN; in otx2_stop()
2921 pf->flags |= OTX2_FLAG_INTF_DOWN; in otx2_probe()
Dotx2_vf.c579 vf->flags |= OTX2_FLAG_INTF_DOWN; in otx2vf_probe()
Dotx2_common.h452 #define OTX2_FLAG_INTF_DOWN BIT_ULL(2) macro
Dotx2_txrx.c568 if (pfvf->flags & OTX2_FLAG_INTF_DOWN) in otx2_napi_handler()