Home
last modified time | relevance | path

Searched refs:cgx_get_phy_fec_stats (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dcgx.h167 int cgx_get_phy_fec_stats(void *cgxd, int lmac_id);
H A Drvu_cgx.c1030 return cgx_get_phy_fec_stats(rvu_cgx_pdata(cgx_id, rvu), lmac_id); in rvu_mbox_handler_cgx_get_phy_fec_stats()
H A Dmbox.h176 M(CGX_GET_PHY_FEC_STATS, 0x219, cgx_get_phy_fec_stats, msg_req, msg_rsp) \
H A Dcgx.c1466 int cgx_get_phy_fec_stats(void *cgxd, int lmac_id) in cgx_get_phy_fec_stats() function