Searched refs:mvpp2_prs_entry (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/marvell/mvpp2/ |
| H A D | mvpp2_prs.c | 22 static int mvpp2_prs_hw_write(struct mvpp2 *priv, struct mvpp2_prs_entry *pe) in mvpp2_prs_hw_write() 49 struct mvpp2_prs_entry *pe, int tid) in __mvpp2_prs_init_from_hw() 80 int mvpp2_prs_init_from_hw(struct mvpp2 *priv, struct mvpp2_prs_entry *pe, in mvpp2_prs_init_from_hw() 117 static void mvpp2_prs_tcam_lu_set(struct mvpp2_prs_entry *pe, unsigned int lu) in mvpp2_prs_tcam_lu_set() 126 static void mvpp2_prs_tcam_port_set(struct mvpp2_prs_entry *pe, in mvpp2_prs_tcam_port_set() 136 static void mvpp2_prs_tcam_port_map_set(struct mvpp2_prs_entry *pe, in mvpp2_prs_tcam_port_map_set() 145 unsigned int mvpp2_prs_tcam_port_map_get(struct mvpp2_prs_entry *pe) in mvpp2_prs_tcam_port_map_get() 151 static void mvpp2_prs_tcam_data_byte_set(struct mvpp2_prs_entry *pe, in mvpp2_prs_tcam_data_byte_set() 164 void mvpp2_prs_tcam_data_byte_get(struct mvpp2_prs_entry *pe, in mvpp2_prs_tcam_data_byte_get() 175 static bool mvpp2_prs_tcam_data_cmp(struct mvpp2_prs_entry *pe, int offs, in mvpp2_prs_tcam_data_cmp() [all …]
|
| H A D | mvpp2_prs.h | 271 struct mvpp2_prs_entry { struct 299 int mvpp2_prs_init_from_hw(struct mvpp2 *priv, struct mvpp2_prs_entry *pe, 302 unsigned int mvpp2_prs_tcam_port_map_get(struct mvpp2_prs_entry *pe); 304 void mvpp2_prs_tcam_data_byte_get(struct mvpp2_prs_entry *pe,
|
| H A D | mvpp2_debugfs.c | 248 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_port_vid_show() 282 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_port_parser_show() 303 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_filter_show() 352 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_prs_pmap_show() 370 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_prs_ai_show() 388 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_prs_hdata_show() 407 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_prs_sram_show()
|