Searched refs:MVPP2_PRS_PORT_MASK (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/marvell/
H A Dmvpp2.c432 #define MVPP2_PRS_PORT_MASK 0xff macro
1088 unsigned char port_mask = MVPP2_PRS_PORT_MASK;
1093 pe->tcam.byte[enable_off] |= ~ports & MVPP2_PRS_PORT_MASK;
1101 return ~(pe->tcam.byte[enable_off]) & MVPP2_PRS_PORT_MASK;
1585 port_mask = MVPP2_PRS_PORT_MASK;
1939 mvpp2_prs_tcam_port_map_set(&pe, MVPP2_PRS_PORT_MASK);
2009 mvpp2_prs_tcam_port_map_set(&pe, MVPP2_PRS_PORT_MASK);
2050 mvpp2_prs_tcam_port_map_set(&pe, MVPP2_PRS_PORT_MASK);
2090 mvpp2_prs_tcam_port_map_set(&pe, MVPP2_PRS_PORT_MASK);
2164 mvpp2_prs_tcam_port_map_set(&pe, MVPP2_PRS_PORT_MASK);
[all...]

Completed in 20 milliseconds