Home
last modified time | relevance | path

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

/drivers/net/ethernet/emulex/benet/
Dbe_hw.h310 u8 tcpf; /* dword 1 */ member
344 u8 tcpf; /* dword 1 */ member
Dbe_main.c2274 return (rxcp->tcpf || rxcp->udpf) && rxcp->l4_csum && in csum_passed()
2492 rxcp->tcpf = GET_RX_COMPL_V1_BITS(tcpf, compl); in be_parse_rx_compl_v1()
2515 rxcp->tcpf = GET_RX_COMPL_V0_BITS(tcpf, compl); in be_parse_rx_compl_v0()
3202 return (rxcp->tcpf && !rxcp->err && rxcp->l4_csum) ? true : false; in do_gro()
Dbe.h278 u8 tcpf; member