Home
last modified time | relevance | path

Searched full:udpf (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c2276 return (rxcp->tcpf || rxcp->udpf) && rxcp->l4_csum && in csum_passed()
2497 rxcp->udpf = GET_RX_COMPL_V1_BITS(udpf, compl); in be_parse_rx_compl_v1()
2520 rxcp->udpf = GET_RX_COMPL_V0_BITS(udpf, compl); in be_parse_rx_compl_v0()
/linux/drivers/net/usb/
H A Dr8152.c812 #define UDPF BIT(22) /* UDP checksum fail */ macro
2467 else if ((opts2 & RD_UDP_CS) && !(opts3 & UDPF)) in r8152_rx_csum()
2472 if ((opts2 & RD_UDP_CS) && !(opts3 & UDPF)) in r8152_rx_csum()