Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/
H A Ds2io.c7278 u16 l3_csum, l4_csum; in rx_osm_handler() local
7370 l3_csum = RXD_GET_L3_CKSUM(rxdp->Control_1); in rx_osm_handler()
7372 if ((l3_csum == L3_CKSUM_OK) && (l4_csum == L4_CKSUM_OK)) { in rx_osm_handler()
/kernel/linux/linux-6.6/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()

Completed in 18 milliseconds