Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c1145 u8 l4_hdr_type = get_cqe_l4_hdr_type(cqe); in mlx5e_lro_update_tcp_hdr() local
1146 u8 tcp_ack = (l4_hdr_type == CQE_L4_HDR_TYPE_TCP_ACK_NO_DATA) || in mlx5e_lro_update_tcp_hdr()
1147 (l4_hdr_type == CQE_L4_HDR_TYPE_TCP_ACK_AND_DATA); in mlx5e_lro_update_tcp_hdr()