Home
last modified time | relevance | path

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

/Linux-v6.6/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.c173 if (nic->flags & OTX2_FLAG_INTF_DOWN) { in otx2_tc_validate_flow()
275 if (nic->flags & OTX2_FLAG_INTF_DOWN) { in otx2_tc_egress_matchall_delete()
1239 if (nic->flags & OTX2_FLAG_INTF_DOWN) { in otx2_tc_ingress_matchall_delete()
Dotx2_pf.c888 if (pf->flags & OTX2_FLAG_INTF_DOWN) in otx2_mbox_up_handler_cgx_link_event()
1845 pf->flags &= ~OTX2_FLAG_INTF_DOWN; in otx2_open()
1880 pf->flags |= OTX2_FLAG_INTF_DOWN; in otx2_open()
1908 if (pf->flags & OTX2_FLAG_INTF_DOWN) in otx2_stop()
1914 pf->flags |= OTX2_FLAG_INTF_DOWN; in otx2_stop()
2827 pf->flags |= OTX2_FLAG_INTF_DOWN; in otx2_probe()
Dotx2_vf.c564 vf->flags |= OTX2_FLAG_INTF_DOWN; in otx2vf_probe()
Dotx2_common.h453 #define OTX2_FLAG_INTF_DOWN BIT_ULL(2) macro
Dotx2_txrx.c558 if (pfvf->flags & OTX2_FLAG_INTF_DOWN) in otx2_napi_handler()