Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/
H A D8139cp.c192 RxProtoTCP = 1, enumerator
456 if (((protocol == RxProtoTCP) && !(status & TCPFail)) || in cp_rx_csum_ok()
H A Dr8169_main.c527 #define RxProtoTCP (PID0) macro
4526 if (((status == RxProtoTCP) && !(opts1 & TCPFail)) || in rtl8169_rx_csum()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h1359 #define RxProtoTCP (PID0) macro
H A Dr8168_n.c27996 if (((status == RxProtoTCP) && !(opts1 & (RxTCPF | RxIPF))) ||