Searched refs:rpmd (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rpm.h | 113 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); 122 int rpm_lmac_enadis_pause_frm(void *rpmd, int lmac_id, u8 tx_pause, 126 void rpm_lmac_ptp_config(void *rpmd, int lmac_id, bool enable); 127 int rpm_lmac_rx_tx_enable(void *rpmd, int lmac_id, bool enable); 128 int rpm_lmac_tx_enable(void *rpmd, int lmac_id, bool enable); 133 int rpm2_get_nr_lmacs(void *rpmd); 134 bool is_dev_rpm2(void *rpmd); [all …]
|
H A D | rpm.c | 77 rpm_t *rpm = rpmd; in is_dev_rpm2() 105 rpm_t *rpm = rpmd; in is_mac_rpmusx() 112 rpm_t *rpm = rpmd; in rpm_get_nr_lmacs() 119 rpm_t *rpm = rpmd; in rpm2_get_nr_lmacs() 126 rpm_t *rpm = rpmd; in rpm_lmac_tx_enable() 146 rpm_t *rpm = rpmd; in rpm_lmac_rx_tx_enable() 163 rpm_t *rpm = rpmd; in rpm_lmac_enadis_rx_pause_fwding() 192 rpm_t *rpm = rpmd; in rpm_lmac_get_pause_frm_status() 330 rpm_t *rpm = rpmd; in rpm_lmac_enadis_pause_frm() 359 rpm_t *rpm = rpmd; in rpm_lmac_pause_frm_config() [all …]
|