Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drpm.h113 int rpm_get_nr_lmacs(void *rpmd);
114 u8 rpm_get_lmac_type(void *rpmd, int lmac_id);
115 u32 rpm_get_lmac_fifo_len(void *rpmd, int lmac_id);
116 u32 rpm2_get_lmac_fifo_len(void *rpmd, int lmac_id);
117 int rpm_lmac_internal_loopback(void *rpmd, int lmac_id, bool enable);
118 void rpm_lmac_enadis_rx_pause_fwding(void *rpmd, int lmac_id, bool enable);
121 void rpm_lmac_pause_frm_config(void *rpmd, int lmac_id, bool enable);
122 int rpm_lmac_enadis_pause_frm(void *rpmd, int lmac_id, u8 tx_pause,
124 int rpm_get_tx_stats(void *rpmd, int lmac_id, int idx, u64 *tx_stat);
125 int rpm_get_rx_stats(void *rpmd, in
[all...]
H A Drpm.c75 bool is_dev_rpm2(void *rpmd) in is_dev_rpm2() argument
77 rpm_t *rpm = rpmd; in is_dev_rpm2()
103 static bool is_mac_rpmusx(void *rpmd) in is_mac_rpmusx() argument
105 rpm_t *rpm = rpmd; in is_mac_rpmusx()
110 int rpm_get_nr_lmacs(void *rpmd) in rpm_get_nr_lmacs() argument
112 rpm_t *rpm = rpmd; in rpm_get_nr_lmacs()
117 int rpm2_get_nr_lmacs(void *rpmd) in rpm2_get_nr_lmacs() argument
119 rpm_t *rpm = rpmd; in rpm2_get_nr_lmacs()
124 int rpm_lmac_tx_enable(void *rpmd, int lmac_id, bool enable) in rpm_lmac_tx_enable() argument
126 rpm_t *rpm = rpmd; in rpm_lmac_tx_enable()
144 rpm_lmac_rx_tx_enable(void *rpmd, int lmac_id, bool enable) rpm_lmac_rx_tx_enable() argument
161 rpm_lmac_enadis_rx_pause_fwding(void *rpmd, int lmac_id, bool enable) rpm_lmac_enadis_rx_pause_fwding() argument
189 rpm_lmac_get_pause_frm_status(void *rpmd, int lmac_id, u8 *tx_pause, u8 *rx_pause) rpm_lmac_get_pause_frm_status() argument
327 rpm_lmac_enadis_pause_frm(void *rpmd, int lmac_id, u8 tx_pause, u8 rx_pause) rpm_lmac_enadis_pause_frm() argument
356 rpm_lmac_pause_frm_config(void *rpmd, int lmac_id, bool enable) rpm_lmac_pause_frm_config() argument
395 rpm_get_rx_stats(void *rpmd, int lmac_id, int idx, u64 *rx_stat) rpm_get_rx_stats() argument
423 rpm_get_tx_stats(void *rpmd, int lmac_id, int idx, u64 *tx_stat) rpm_get_tx_stats() argument
446 rpm_get_lmac_type(void *rpmd, int lmac_id) rpm_get_lmac_type() argument
459 rpm_get_lmac_fifo_len(void *rpmd, int lmac_id) rpm_get_lmac_fifo_len() argument
503 rpm2_get_lmac_fifo_len(void *rpmd, int lmac_id) rpm2_get_lmac_fifo_len() argument
551 rpm_lmac_internal_loopback(void *rpmd, int lmac_id, bool enable) rpm_lmac_internal_loopback() argument
581 rpm_lmac_ptp_config(void *rpmd, int lmac_id, bool enable) rpm_lmac_ptp_config() argument
612 rpm_lmac_pfc_config(void *rpmd, int lmac_id, u8 tx_pause, u8 rx_pause, u16 pfc_en) rpm_lmac_pfc_config() argument
656 rpm_lmac_get_pfc_frm_cfg(void *rpmd, int lmac_id, u8 *tx_pause, u8 *rx_pause) rpm_lmac_get_pfc_frm_cfg() argument
673 rpm_get_fec_stats(void *rpmd, int lmac_id, struct cgx_fec_stats_rsp *rsp) rpm_get_fec_stats() argument
729 rpm_lmac_reset(void *rpmd, int lmac_id, u8 pf_req_flr) rpm_lmac_reset() argument
[all...]

Completed in 2 milliseconds