Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
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 Dotx2_tc.c176 if (nic->flags & OTX2_FLAG_INTF_DOWN) { in otx2_tc_validate_flow()
278 if (nic->flags & OTX2_FLAG_INTF_DOWN) { in otx2_tc_egress_matchall_delete()
1013 if (nic->flags & OTX2_FLAG_INTF_DOWN) in otx2_tc_del_flow()
1054 if (nic->flags & OTX2_FLAG_INTF_DOWN) { in otx2_tc_add_flow()
1270 if (nic->flags & OTX2_FLAG_INTF_DOWN) { in otx2_tc_ingress_matchall_delete()
H A Dotx2_pf.c881 if (pf->flags & OTX2_FLAG_INTF_DOWN) in otx2_mbox_up_handler_cgx_link_event()
1930 pf->flags &= ~OTX2_FLAG_INTF_DOWN; in otx2_open()
1967 pf->flags |= OTX2_FLAG_INTF_DOWN; in otx2_open()
1995 if (pf->flags & OTX2_FLAG_INTF_DOWN) in otx2_stop()
2001 pf->flags |= OTX2_FLAG_INTF_DOWN; in otx2_stop()
2917 pf->flags |= OTX2_FLAG_INTF_DOWN; in otx2_probe()
H A Dotx2_vf.c579 vf->flags |= OTX2_FLAG_INTF_DOWN; in otx2vf_probe()
H A Dotx2_common.h453 #define OTX2_FLAG_INTF_DOWN BIT_ULL(2) macro
H A Dotx2_txrx.c565 if (pfvf->flags & OTX2_FLAG_INTF_DOWN) in otx2_napi_handler()