Searched refs:mvpp2 (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | mvpp2.c | 628 struct mvpp2 { struct 668 struct mvpp2 *priv; argument 948 static void mvpp2_write(struct mvpp2 *priv, u32 offset, u32 data) in mvpp2_write() 953 static u32 mvpp2_read(struct mvpp2 *priv, u32 offset) in mvpp2_read() 989 static int mvpp2_prs_hw_write(struct mvpp2 *priv, struct mvpp2_prs_entry *pe) in mvpp2_prs_hw_write() 1013 static int mvpp2_prs_hw_read(struct mvpp2 *priv, struct mvpp2_prs_entry *pe) in mvpp2_prs_hw_read() 1040 static void mvpp2_prs_hw_inv(struct mvpp2 *priv, int index) in mvpp2_prs_hw_inv() 1049 static void mvpp2_prs_shadow_set(struct mvpp2 *priv, int index, int lu) in mvpp2_prs_shadow_set() 1056 static void mvpp2_prs_shadow_ri_set(struct mvpp2 *priv, int index, in mvpp2_prs_shadow_ri_set() 1335 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
|