Home
last modified time | relevance | path

Searched refs:mcs_get_pdata (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Dmcs_rvu_if.c44 mcs = mcs_get_pdata(req->mcs_id); in rvu_mbox_handler_mcs_set_lmac_mode()
146 mcs = mcs_get_pdata(req->mcs_id); in rvu_mbox_handler_mcs_intr_cfg()
170 mcs = mcs_get_pdata(0); in rvu_mbox_handler_mcs_get_hw_info()
187 mcs = mcs_get_pdata(req->mcs_id); in rvu_mbox_handler_mcs_port_reset()
204 mcs = mcs_get_pdata(req->mcs_id); in rvu_mbox_handler_mcs_clear_stats()
225 mcs = mcs_get_pdata(req->mcs_id); in rvu_mbox_handler_mcs_get_flowid_stats()
255 mcs = mcs_get_pdata(req->mcs_id); in rvu_mbox_handler_mcs_get_secy_stats()
284 mcs = mcs_get_pdata(req->mcs_id); in rvu_mbox_handler_mcs_get_sc_stats()
308 mcs = mcs_get_pdata(req->mcs_id); in rvu_mbox_handler_mcs_get_sa_stats()
332 mcs = mcs_get_pdata(req->mcs_id); in rvu_mbox_handler_mcs_get_port_stats()
[all …]
Dmcs.h183 struct mcs *mcs_get_pdata(int mcs_id);
Dmcs.c1219 struct mcs *mcs_get_pdata(int mcs_id) in mcs_get_pdata() function
1394 mcs = mcs_get_pdata(mcs_id); in mcs_set_lmac_channels()
Drvu_debugfs.c533 mcs = mcs_get_pdata(i); in rvu_dbg_mcs_init()