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 | 259 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_flowid_stats() 290 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_secy_stats() 318 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_sc_stats() 342 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_sa_stats() 366 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_port_stats()
|
H A D | mbox.h | 345 M(MCS_GET_FLOWID_STATS, 0xa00c, mcs_get_flowid_stats, mcs_stats_req, \ 347 M(MCS_GET_SECY_STATS, 0xa00d, mcs_get_secy_stats, mcs_stats_req, \ 349 M(MCS_GET_SC_STATS, 0xa00e, mcs_get_sc_stats, mcs_stats_req, mcs_sc_stats) \ 350 M(MCS_GET_SA_STATS, 0xa00f, mcs_get_sa_stats, mcs_stats_req, mcs_sa_stats) \ 351 M(MCS_GET_PORT_STATS, 0xa010, mcs_get_port_stats, mcs_stats_req, \ 2178 struct mcs_stats_req { struct
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | cn10k_macsec.c | 754 struct mcs_stats_req *req; in cn10k_mcs_sa_stats() 809 struct mcs_stats_req *req; in cn10k_mcs_sc_stats() 865 struct mcs_stats_req *req; in cn10k_mcs_secy_stats()
|