Searched refs:MVPP2_TXD_L4_UDP (Results 1 – 3 of 3) sorted by relevance
1191 #define MVPP2_TXD_L4_UDP BIT(24) macro
2247 command &= ~MVPP2_TXD_L4_UDP; /* enable TCP */ in mvpp2_txq_desc_csum()2250 command |= MVPP2_TXD_L4_UDP; /* enable UDP */ in mvpp2_txq_desc_csum()
1024 #define MVPP2_TXD_L4_UDP BIT(24) macro