Lines Matching defs:rpmd

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