Home
last modified time | relevance | path

Searched refs:rpmd (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/
Drpm.h46 int rpm_get_nr_lmacs(void *rpmd);
47 u8 rpm_get_lmac_type(void *rpmd, int lmac_id);
48 int rpm_lmac_internal_loopback(void *rpmd, int lmac_id, bool enable);
49 void rpm_lmac_enadis_rx_pause_fwding(void *rpmd, int lmac_id, bool enable);
52 void rpm_lmac_pause_frm_config(void *rpmd, int lmac_id, bool enable);
53 int rpm_lmac_enadis_pause_frm(void *rpmd, int lmac_id, u8 tx_pause,
55 int rpm_get_tx_stats(void *rpmd, int lmac_id, int idx, u64 *tx_stat);
56 int rpm_get_rx_stats(void *rpmd, int lmac_id, int idx, u64 *rx_stat);
Drpm.c49 int rpm_get_nr_lmacs(void *rpmd) in rpm_get_nr_lmacs() argument
51 rpm_t *rpm = rpmd; in rpm_get_nr_lmacs()
56 void rpm_lmac_enadis_rx_pause_fwding(void *rpmd, int lmac_id, bool enable) in rpm_lmac_enadis_rx_pause_fwding() argument
58 rpm_t *rpm = rpmd; in rpm_lmac_enadis_rx_pause_fwding()
75 int rpm_lmac_get_pause_frm_status(void *rpmd, int lmac_id, in rpm_lmac_get_pause_frm_status() argument
78 rpm_t *rpm = rpmd; in rpm_lmac_get_pause_frm_status()
92 int rpm_lmac_enadis_pause_frm(void *rpmd, int lmac_id, u8 tx_pause, in rpm_lmac_enadis_pause_frm() argument
95 rpm_t *rpm = rpmd; in rpm_lmac_enadis_pause_frm()
124 void rpm_lmac_pause_frm_config(void *rpmd, int lmac_id, bool enable) in rpm_lmac_pause_frm_config() argument
126 rpm_t *rpm = rpmd; in rpm_lmac_pause_frm_config()
[all …]