Home
last modified time | relevance | path

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

/freebsd/sys/dev/al_eth/
H A Dal_eth.c1253 hal_pkt->l4_proto_idx = AL_ETH_PROTO_ID_TCP; in al_eth_tx_csum()
1266 hal_pkt->l4_proto_idx = AL_ETH_PROTO_ID_TCP; in al_eth_tx_csum()
1497 if (likely((hal_pkt->l4_proto_idx == AL_ETH_PROTO_ID_TCP) || in al_eth_rx_checksum()
1644 hal_pkt->l4_proto_idx == AL_ETH_PROTO_ID_TCP) { in al_eth_rx_recv_work()
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h103 AL_ETH_PROTO_ID_TCP = 12, enumerator
H A Dal_hal_eth_main.c2315 case AL_ETH_PROTO_ID_TCP: in al_dump_tx_pkt()