Searched refs:mvpp2_prs_entry (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/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 | 269 struct mvpp2_prs_entry { struct 297 int mvpp2_prs_init_from_hw(struct mvpp2 *priv, struct mvpp2_prs_entry *pe, 300 unsigned int mvpp2_prs_tcam_port_map_get(struct mvpp2_prs_entry *pe); 302 void mvpp2_prs_tcam_data_byte_get(struct mvpp2_prs_entry *pe,
|
D | mvpp2_debugfs.c | 262 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_port_vid_show() 296 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_port_parser_show() 317 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_filter_show() 366 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_prs_pmap_show() 384 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_prs_ai_show() 402 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_prs_hdata_show() 421 struct mvpp2_prs_entry pe; in mvpp2_dbgfs_prs_sram_show()
|