Searched refs:tcp_ack (Results 1 – 8 of 8) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | mlx5_ifc_dr_ste_v1.h | 271 u8 tcp_ack[0x1]; member 342 u8 tcp_ack[0x1]; member
|
D | mlx5_ifc_dr.h | 255 u8 tcp_ack[0x1]; member 338 u8 tcp_ack[0x1]; member
|
D | dr_ste.h | 45 MLX5_SET(ste_##lookup_type, tag, tcp_ack, !!((spec)->tcp_flags & (1 << 4))); \
|
/drivers/net/ethernet/mscc/ |
D | ocelot_vcap.c | 485 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/ |
D | chcr_ktls.c | 844 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/ |
D | s2io.h | 679 __be32 tcp_ack; member
|
D | s2io.c | 8234 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/ |
D | en_rx.c | 1005 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()
|