Searched refs:mcs_stats_req (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | mcs_rvu_if.c | 261 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_flowid_stats() 292 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_secy_stats() 320 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_sc_stats() 344 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_sa_stats() 368 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_port_stats()
|
H A D | mbox.h | 362 M(MCS_GET_FLOWID_STATS, 0xa00c, mcs_get_flowid_stats, mcs_stats_req, \ 364 M(MCS_GET_SECY_STATS, 0xa00d, mcs_get_secy_stats, mcs_stats_req, \ 366 M(MCS_GET_SC_STATS, 0xa00e, mcs_get_sc_stats, mcs_stats_req, mcs_sc_stats) \ 367 M(MCS_GET_SA_STATS, 0xa00f, mcs_get_sa_stats, mcs_stats_req, mcs_sa_stats) \ 368 M(MCS_GET_PORT_STATS, 0xa010, mcs_get_port_stats, mcs_stats_req, \ 2275 struct mcs_stats_req { struct
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | cn10k_macsec.c | 753 struct mcs_stats_req *req; in cn10k_mcs_sa_stats() 808 struct mcs_stats_req *req; in cn10k_mcs_sc_stats() 864 struct mcs_stats_req *req; in cn10k_mcs_secy_stats()
|