Searched refs:mvpp2_prs_entry (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_prs.c | 22 static int mvpp2_prs_hw_write(struct mvpp2 *priv, struct mvpp2_prs_entry *pe) in mvpp2_prs_hw_write() 46 int mvpp2_prs_init_from_hw(struct mvpp2 *priv, struct mvpp2_prs_entry *pe, in mvpp2_prs_init_from_hw() 101 static void mvpp2_prs_tcam_lu_set(struct mvpp2_prs_entry *pe, unsigned int lu) in mvpp2_prs_tcam_lu_set() 110 static void mvpp2_prs_tcam_port_set(struct mvpp2_prs_entry *pe, in mvpp2_prs_tcam_port_set() 120 static void mvpp2_prs_tcam_port_map_set(struct mvpp2_prs_entry *pe, in mvpp2_prs_tcam_port_map_set() 129 unsigned int mvpp2_prs_tcam_port_map_get(struct mvpp2_prs_entry *pe) in mvpp2_prs_tcam_port_map_get() 135 static void mvpp2_prs_tcam_data_byte_set(struct mvpp2_prs_entry *pe, in mvpp2_prs_tcam_data_byte_set() 148 void mvpp2_prs_tcam_data_byte_get(struct mvpp2_prs_entry *pe, in mvpp2_prs_tcam_data_byte_get() 159 static bool mvpp2_prs_tcam_data_cmp(struct mvpp2_prs_entry *pe, int offs, in mvpp2_prs_tcam_data_cmp() 169 static void mvpp2_prs_tcam_ai_update(struct mvpp2_prs_entry *pe, in mvpp2_prs_tcam_ai_update() [all …]
|
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,
|
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()
|