Searched refs:mcs_sc_stats (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | cn10k_macsec.c | 804 struct mcs_sc_stats *rsp_p, in cn10k_mcs_sc_stats() 810 struct mcs_sc_stats *rsp; in cn10k_mcs_sc_stats() 841 rsp = (struct mcs_sc_stats *)otx2_mbox_get_rsp(&pfvf->mbox.mbox, in cn10k_mcs_sc_stats() 1125 struct mcs_sc_stats sc_rsp = { 0 }; in cn10k_mcs_sync_stats() 1609 struct mcs_sc_stats rsp = { 0 }; in cn10k_mdo_get_tx_sc_stats() 1654 struct mcs_sc_stats rsp = { 0 }; in cn10k_mdo_get_rx_sc_stats()
|
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/ |
D | mcs.h | 234 void mcs_get_sc_stats(struct mcs *mcs, struct mcs_sc_stats *stats, int id, int dir);
|
D | mbox.h | 349 M(MCS_GET_SC_STATS, 0xa00e, mcs_get_sc_stats, mcs_stats_req, mcs_sc_stats) \ 2246 struct mcs_sc_stats { struct
|
D | mcs.c | 200 void mcs_get_sc_stats(struct mcs *mcs, struct mcs_sc_stats *stats, in mcs_get_sc_stats() 257 struct mcs_sc_stats sc_st; in mcs_clear_stats()
|
D | mcs_rvu_if.c | 319 struct mcs_sc_stats *rsp) in rvu_mbox_handler_mcs_get_sc_stats()
|
D | rvu_debugfs.c | 322 struct mcs_sc_stats stats; in rvu_dbg_mcs_tx_sc_stats_display() 352 struct mcs_sc_stats stats; in rvu_dbg_mcs_rx_sc_stats_display()
|