Home
last modified time | relevance | path

Searched refs:is_cgx_config_permitted (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_cgx.c455 inline bool is_cgx_config_permitted(struct rvu *rvu, u16 pcifunc) in is_cgx_config_permitted() function
490 if (!is_cgx_config_permitted(rvu, pcifunc)) in rvu_cgx_config_rxtx()
507 if (!is_cgx_config_permitted(rvu, pcifunc)) in rvu_cgx_tx_enable()
534 if (!is_cgx_config_permitted(rvu, pcifunc)) in rvu_cgx_disable_dmac_entries()
585 if (!is_cgx_config_permitted(rvu, req->hdr.pcifunc)) in rvu_lmac_get_stats()
640 if (!is_cgx_config_permitted(rvu, req->hdr.pcifunc)) in rvu_mbox_handler_cgx_stats_rst()
669 if (!is_cgx_config_permitted(rvu, req->hdr.pcifunc)) in rvu_mbox_handler_cgx_fec_stats()
685 if (!is_cgx_config_permitted(rvu, req->hdr.pcifunc)) in rvu_mbox_handler_cgx_mac_addr_set()
706 if (!is_cgx_config_permitted(rvu, req->hdr.pcifunc)) in rvu_mbox_handler_cgx_mac_addr_add()
729 if (!is_cgx_config_permitted(rvu, req->hdr.pcifunc)) in rvu_mbox_handler_cgx_mac_addr_del()
[all …]
H A Drvu.h1016 bool is_cgx_config_permitted(struct rvu *rvu, u16 pcifunc);
H A Drvu_npc_hash.c1605 if (!is_cgx_config_permitted(rvu, req->hdr.pcifunc)) in rvu_npc_exact_mac_addr_update()