Home
last modified time | relevance | path

Searched refs:cgx_fec_stats_rsp (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dlmac_common.h133 struct cgx_fec_stats_rsp *rsp);
H A Drpm.h141 int rpm_get_fec_stats(void *cgxd, int lmac_id, struct cgx_fec_stats_rsp *rsp);
H A Dcgx.h171 int cgx_get_fec_stats(void *cgxd, int lmac_id, struct cgx_fec_stats_rsp *rsp);
H A Drpm.c694 int rpm_get_fec_stats(void *rpmd, int lmac_id, struct cgx_fec_stats_rsp *rsp) in rpm_get_fec_stats()
H A Dmbox.h173 M(CGX_FEC_STATS, 0x217, cgx_fec_stats, msg_req, cgx_fec_stats_rsp) \
519 struct cgx_fec_stats_rsp { struct
H A Drvu_cgx.c662 struct cgx_fec_stats_rsp *rsp) in rvu_mbox_handler_cgx_fec_stats()
H A Dcgx.c781 int cgx_get_fec_stats(void *cgxd, int lmac_id, struct cgx_fec_stats_rsp *rsp) in cgx_get_fec_stats()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.h1018 struct cgx_fec_stats_rsp *rsp);
H A Dotx2_common.c1721 struct cgx_fec_stats_rsp *rsp) in mbox_handler_cgx_fec_stats()
H A Dotx2_pf.c792 mbox_handler_cgx_fec_stats(pf, (struct cgx_fec_stats_rsp *)msg); in otx2_process_pfaf_mbox_msg()