Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dmlx5_ifc_dr_ste_v1.h271 u8 tcp_ack[0x1]; member
342 u8 tcp_ack[0x1]; member
Dmlx5_ifc_dr.h255 u8 tcp_ack[0x1]; member
338 u8 tcp_ack[0x1]; member
Ddr_ste.h45 MLX5_SET(ste_##lookup_type, tag, tcp_ack, !!((spec)->tcp_flags & (1 << 4))); \
/drivers/net/ethernet/mscc/
Docelot_vcap.c485 enum ocelot_vcap_bit ttl, fragment, options, tcp_ack, tcp_urg; in is2_entry_set() local
510 tcp_ack = ipv4->tcp_ack; in is2_entry_set()
540 tcp_ack = ipv6->tcp_ack; in is2_entry_set()
592 tcp_ack); in is2_entry_set()
/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.c844 u64 tcp_ack, u64 tcp_win, bool offset) in chcr_ktls_xmit_tcb_cpls() argument
898 if (first_wr || tx_info->prev_ack != tcp_ack) { in chcr_ktls_xmit_tcb_cpls()
902 TCB_RCV_NXT_V(tcp_ack), 0); in chcr_ktls_xmit_tcb_cpls()
903 tx_info->prev_ack = tcp_ack; in chcr_ktls_xmit_tcb_cpls()
/drivers/net/ethernet/neterion/
Ds2io.h679 __be32 tcp_ack; member
Ds2io.c8234 lro->tcp_ack = tcp->ack_seq; in initiate_new_session()
8266 tcp->ack_seq = lro->tcp_ack; in update_L3L4_header()
8292 lro->tcp_ack = tcp->ack_seq; in aggregate_new_rx()
/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c1005 u8 tcp_ack = (l4_hdr_type == CQE_L4_HDR_TYPE_TCP_ACK_NO_DATA) || in mlx5e_lro_update_tcp_hdr() local
1011 if (tcp_ack) { in mlx5e_lro_update_tcp_hdr()