Home
last modified time | relevance | path

Searched refs:CSUM_IP (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/net/
H A Dchecksum.h24 #define CSUM_IP 0x01 macro
27 #define CSUM_ALL (CSUM_IP | CSUM_TCP | CSUM_UDP)
/openbmc/qemu/net/
H A Dchecksum.c111 if (csum_flag & CSUM_IP) { in net_checksum_calculate()
/openbmc/qemu/hw/net/fsl_etsec/
H A Drings.c190 csum |= CSUM_IP; in process_tx_fcb()
/openbmc/qemu/hw/net/
H A Dnpcm_gmac.c499 csum |= CSUM_IP; in gmac_tx_get_csum()
H A Dimx_fec.c590 csum |= CSUM_IP; in imx_enet_do_tx()
H A Dftgmac100.c603 csum |= CSUM_IP; in ftgmac100_do_tx()