Home
last modified time | relevance | path

Searched refs:MVPP2_TXD_L3_IP6 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1288 #define MVPP2_TXD_L3_IP6 BIT(26) macro
H A Dmvpp2_main.c2597 command &= ~MVPP2_TXD_L3_IP6; /* enable IPv4 */ in mvpp2_txq_desc_csum()
2599 command |= MVPP2_TXD_L3_IP6; /* enable IPv6 */ in mvpp2_txq_desc_csum()
/openbmc/u-boot/drivers/net/
H A Dmvpp2.c1011 #define MVPP2_TXD_L3_IP6 BIT(26) macro