Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_xsk.c99 if (pfvf->flags & OTX2_FLAG_INTF_DOWN) in otx2_clean_up_rq()
175 if (pf->flags & OTX2_FLAG_INTF_DOWN) in otx2_xsk_wakeup()
H A Dqos_sq.c241 if (pfvf->flags & OTX2_FLAG_INTF_DOWN) in otx2_qos_enable_sq()
291 if (pfvf->flags & OTX2_FLAG_INTF_DOWN) in otx2_qos_disable_sq()
H A Drep.c550 priv->flags &= ~OTX2_FLAG_INTF_DOWN; in rvu_rep_napi_init()
634 priv->flags |= OTX2_FLAG_INTF_DOWN; in rvu_rep_destroy()
803 priv->flags |= OTX2_FLAG_INTF_DOWN; in rvu_rep_probe()
847 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()
1212 if (nic->flags & OTX2_FLAG_INTF_DOWN) in otx2_tc_del_flow()
1262 if (nic->flags & OTX2_FLAG_INTF_DOWN) { in otx2_tc_add_flow()
1481 if (nic->flags & OTX2_FLAG_INTF_DOWN) { in otx2_tc_ingress_matchall_delete()
H A Dotx2_pf.c956 if (pf->flags & OTX2_FLAG_INTF_DOWN) in otx2_mbox_up_handler_cgx_link_event()
2100 pf->flags &= ~OTX2_FLAG_INTF_DOWN; in otx2_open()
2138 pf->flags |= OTX2_FLAG_INTF_DOWN; in otx2_open()
2162 if (pf->flags & OTX2_FLAG_INTF_DOWN) in otx2_stop()
2168 pf->flags |= OTX2_FLAG_INTF_DOWN; in otx2_stop()
3170 pf->flags |= OTX2_FLAG_INTF_DOWN; in otx2_probe()
H A Dotx2_vf.c616 vf->flags |= OTX2_FLAG_INTF_DOWN; in otx2vf_probe()
H A Dotx2_common.h471 #define OTX2_FLAG_INTF_DOWN BIT_ULL(2) macro
H A Dotx2_txrx.c602 if (pfvf->flags & OTX2_FLAG_INTF_DOWN) in otx2_napi_handler()