Searched refs:mvpp2 (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/marvell/ |
| D | mvpp2.c | 631 struct mvpp2 { struct 679 struct mvpp2 *priv; 963 static void mvpp2_write(struct mvpp2 *priv, u32 offset, u32 data) in mvpp2_write() 968 static u32 mvpp2_read(struct mvpp2 *priv, u32 offset) in mvpp2_read() 1008 static int mvpp2_prs_hw_write(struct mvpp2 *priv, struct mvpp2_prs_entry *pe) in mvpp2_prs_hw_write() 1032 static int mvpp2_prs_hw_read(struct mvpp2 *priv, struct mvpp2_prs_entry *pe) in mvpp2_prs_hw_read() 1059 static void mvpp2_prs_hw_inv(struct mvpp2 *priv, int index) in mvpp2_prs_hw_inv() 1068 static void mvpp2_prs_shadow_set(struct mvpp2 *priv, int index, int lu) in mvpp2_prs_shadow_set() 1075 static void mvpp2_prs_shadow_ri_set(struct mvpp2 *priv, int index, in mvpp2_prs_shadow_ri_set() 1354 static struct mvpp2_prs_entry *mvpp2_prs_flow_find(struct mvpp2 *priv, int flow) in mvpp2_prs_flow_find() [all …]
|
| D | Makefile | 8 obj-$(CONFIG_MVPP2) += mvpp2.o
|