Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/neterion/
H A Ds2io.c7285 u16 l3_csum, l4_csum; in rx_osm_handler() local
7376 l3_csum = RXD_GET_L3_CKSUM(rxdp->Control_1); in rx_osm_handler()
7378 if ((l3_csum == L3_CKSUM_OK) && (l4_csum == L4_CKSUM_OK)) { in rx_osm_handler()