Lines Matching refs:rpmd
77 bool is_dev_rpm2(void *rpmd) in is_dev_rpm2() argument
79 rpm_t *rpm = rpmd; in is_dev_rpm2()
105 static bool is_mac_rpmusx(void *rpmd) in is_mac_rpmusx() argument
107 rpm_t *rpm = rpmd; in is_mac_rpmusx()
112 int rpm_get_nr_lmacs(void *rpmd) in rpm_get_nr_lmacs() argument
114 rpm_t *rpm = rpmd; in rpm_get_nr_lmacs()
119 int rpm2_get_nr_lmacs(void *rpmd) in rpm2_get_nr_lmacs() argument
121 rpm_t *rpm = rpmd; in rpm2_get_nr_lmacs()
126 int rpm_lmac_tx_enable(void *rpmd, int lmac_id, bool enable) in rpm_lmac_tx_enable() argument
128 rpm_t *rpm = rpmd; in rpm_lmac_tx_enable()
146 int rpm_lmac_rx_tx_enable(void *rpmd, int lmac_id, bool enable) in rpm_lmac_rx_tx_enable() argument
148 rpm_t *rpm = rpmd; in rpm_lmac_rx_tx_enable()
163 void rpm_lmac_enadis_rx_pause_fwding(void *rpmd, int lmac_id, bool enable) in rpm_lmac_enadis_rx_pause_fwding() argument
165 rpm_t *rpm = rpmd; in rpm_lmac_enadis_rx_pause_fwding()
191 int rpm_lmac_get_pause_frm_status(void *rpmd, int lmac_id, in rpm_lmac_get_pause_frm_status() argument
194 rpm_t *rpm = rpmd; in rpm_lmac_get_pause_frm_status()
329 int rpm_lmac_enadis_pause_frm(void *rpmd, int lmac_id, u8 tx_pause, in rpm_lmac_enadis_pause_frm() argument
332 rpm_t *rpm = rpmd; in rpm_lmac_enadis_pause_frm()
358 void rpm_lmac_pause_frm_config(void *rpmd, int lmac_id, bool enable) in rpm_lmac_pause_frm_config() argument
361 rpm_t *rpm = rpmd; in rpm_lmac_pause_frm_config()
397 int rpm_get_rx_stats(void *rpmd, int lmac_id, int idx, u64 *rx_stat) in rpm_get_rx_stats() argument
399 rpm_t *rpm = rpmd; in rpm_get_rx_stats()
425 int rpm_get_tx_stats(void *rpmd, int lmac_id, int idx, u64 *tx_stat) in rpm_get_tx_stats() argument
427 rpm_t *rpm = rpmd; in rpm_get_tx_stats()
448 int rpm_stats_reset(void *rpmd, int lmac_id) in rpm_stats_reset() argument
450 rpm_t *rpm = rpmd; in rpm_stats_reset()
463 u8 rpm_get_lmac_type(void *rpmd, int lmac_id) in rpm_get_lmac_type() argument
465 rpm_t *rpm = rpmd; in rpm_get_lmac_type()
476 u32 rpm_get_lmac_fifo_len(void *rpmd, int lmac_id) in rpm_get_lmac_fifo_len() argument
478 rpm_t *rpm = rpmd; in rpm_get_lmac_fifo_len()
520 u32 rpm2_get_lmac_fifo_len(void *rpmd, int lmac_id) in rpm2_get_lmac_fifo_len() argument
523 rpm_t *rpm = rpmd; in rpm2_get_lmac_fifo_len()
568 int rpm_lmac_internal_loopback(void *rpmd, int lmac_id, bool enable) in rpm_lmac_internal_loopback() argument
570 rpm_t *rpm = rpmd; in rpm_lmac_internal_loopback()
598 void rpm_lmac_ptp_config(void *rpmd, int lmac_id, bool enable) in rpm_lmac_ptp_config() argument
600 rpm_t *rpm = rpmd; in rpm_lmac_ptp_config()
629 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
632 rpm_t *rpm = rpmd; in rpm_lmac_pfc_config()
673 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
675 rpm_t *rpm = rpmd; in rpm_lmac_get_pfc_frm_cfg()
690 int rpm_get_fec_stats(void *rpmd, int lmac_id, struct cgx_fec_stats_rsp *rsp) in rpm_get_fec_stats() argument
693 rpm_t *rpm = rpmd; in rpm_get_fec_stats()
746 int rpm_lmac_reset(void *rpmd, int lmac_id, u8 pf_req_flr) in rpm_lmac_reset() argument
749 rpm_t *rpm = rpmd; in rpm_lmac_reset()