Lines Matching refs:rpmd
55 int rpm_get_nr_lmacs(void *rpmd) in rpm_get_nr_lmacs() argument
57 rpm_t *rpm = rpmd; in rpm_get_nr_lmacs()
62 int rpm_lmac_tx_enable(void *rpmd, int lmac_id, bool enable) in rpm_lmac_tx_enable() argument
64 rpm_t *rpm = rpmd; in rpm_lmac_tx_enable()
82 int rpm_lmac_rx_tx_enable(void *rpmd, int lmac_id, bool enable) in rpm_lmac_rx_tx_enable() argument
84 rpm_t *rpm = rpmd; in rpm_lmac_rx_tx_enable()
99 void rpm_lmac_enadis_rx_pause_fwding(void *rpmd, int lmac_id, bool enable) in rpm_lmac_enadis_rx_pause_fwding() argument
101 rpm_t *rpm = rpmd; in rpm_lmac_enadis_rx_pause_fwding()
127 int rpm_lmac_get_pause_frm_status(void *rpmd, int lmac_id, in rpm_lmac_get_pause_frm_status() argument
130 rpm_t *rpm = rpmd; in rpm_lmac_get_pause_frm_status()
225 int rpm_lmac_enadis_pause_frm(void *rpmd, int lmac_id, u8 tx_pause, in rpm_lmac_enadis_pause_frm() argument
228 rpm_t *rpm = rpmd; in rpm_lmac_enadis_pause_frm()
261 void rpm_lmac_pause_frm_config(void *rpmd, int lmac_id, bool enable) in rpm_lmac_pause_frm_config() argument
263 rpm_t *rpm = rpmd; in rpm_lmac_pause_frm_config()
290 int rpm_get_rx_stats(void *rpmd, int lmac_id, int idx, u64 *rx_stat) in rpm_get_rx_stats() argument
292 rpm_t *rpm = rpmd; in rpm_get_rx_stats()
318 int rpm_get_tx_stats(void *rpmd, int lmac_id, int idx, u64 *tx_stat) in rpm_get_tx_stats() argument
320 rpm_t *rpm = rpmd; in rpm_get_tx_stats()
341 u8 rpm_get_lmac_type(void *rpmd, int lmac_id) in rpm_get_lmac_type() argument
343 rpm_t *rpm = rpmd; in rpm_get_lmac_type()
354 u32 rpm_get_lmac_fifo_len(void *rpmd, int lmac_id) in rpm_get_lmac_fifo_len() argument
356 rpm_t *rpm = rpmd; in rpm_get_lmac_fifo_len()
383 int rpm_lmac_internal_loopback(void *rpmd, int lmac_id, bool enable) in rpm_lmac_internal_loopback() argument
385 rpm_t *rpm = rpmd; in rpm_lmac_internal_loopback()
409 void rpm_lmac_ptp_config(void *rpmd, int lmac_id, bool enable) in rpm_lmac_ptp_config() argument
411 rpm_t *rpm = rpmd; in rpm_lmac_ptp_config()
440 int rpm_lmac_pfc_config(void *rpmd, int lmac_id, u8 tx_pause, u8 rx_pause, u16 pfc_en) in rpm_lmac_pfc_config() argument
442 rpm_t *rpm = rpmd; in rpm_lmac_pfc_config()
484 int rpm_lmac_get_pfc_frm_cfg(void *rpmd, int lmac_id, u8 *tx_pause, u8 *rx_pause) in rpm_lmac_get_pfc_frm_cfg() argument
486 rpm_t *rpm = rpmd; in rpm_lmac_get_pfc_frm_cfg()