Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/al_eth/
Dal_eth.c1260 hal_pkt->l4_proto_idx = AL_ETH_PROTO_ID_TCP; in al_eth_tx_csum()
1273 hal_pkt->l4_proto_idx = AL_ETH_PROTO_ID_TCP; in al_eth_tx_csum()
1504 if (likely((hal_pkt->l4_proto_idx == AL_ETH_PROTO_ID_TCP) || in al_eth_rx_checksum()
1654 hal_pkt->l4_proto_idx == AL_ETH_PROTO_ID_TCP) { in al_eth_rx_recv_work()
/freebsd-12-stable/sys/contrib/alpine-hal/eth/
Dal_hal_eth.h103 AL_ETH_PROTO_ID_TCP = 12, enumerator
Dal_hal_eth_main.c2315 case AL_ETH_PROTO_ID_TCP: in al_dump_tx_pkt()