Searched refs:mcs_stats_req (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/ |
D | mcs_rvu_if.c | 217 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_flowid_stats() 248 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_secy_stats() 276 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_sc_stats() 300 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_sa_stats() 324 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_port_stats()
|
D | mbox.h | 320 M(MCS_GET_FLOWID_STATS, 0xa00c, mcs_get_flowid_stats, mcs_stats_req, \ 322 M(MCS_GET_SECY_STATS, 0xa00d, mcs_get_secy_stats, mcs_stats_req, \ 324 M(MCS_GET_SC_STATS, 0xa00e, mcs_get_sc_stats, mcs_stats_req, mcs_sc_stats) \ 325 M(MCS_GET_SA_STATS, 0xa00f, mcs_get_sa_stats, mcs_stats_req, mcs_sa_stats) \ 326 M(MCS_GET_PORT_STATS, 0xa010, mcs_get_port_stats, mcs_stats_req, \ 1990 struct mcs_stats_req { struct
|
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | cn10k_macsec.c | 618 struct mcs_stats_req *req; in cn10k_mcs_sa_stats() 673 struct mcs_stats_req *req; in cn10k_mcs_sc_stats() 729 struct mcs_stats_req *req; in cn10k_mcs_secy_stats()
|