#ifndef _RDS_RDS_SINGLE_H #define _RDS_RDS_SINGLE_H #define c_xmit_rm c_path[0].cp_xmit_rm #define c_xmit_sg c_path[0].cp_xmit_sg #define c_xmit_hdr_off c_path[0].cp_xmit_hdr_off #define c_xmit_data_off c_path[0].cp_xmit_data_off #define c_xmit_atomic_sent c_path[0].cp_xmit_atomic_sent #define c_xmit_rdma_sent c_path[0].cp_xmit_rdma_sent #define c_xmit_data_sent c_path[0].cp_xmit_data_sent #define c_lock c_path[0].cp_lock #define c_next_tx_seq c_path[0].cp_next_tx_seq #define c_send_queue c_path[0].cp_send_queue #define c_retrans c_path[0].cp_retrans #define c_next_rx_seq c_path[0].cp_next_rx_seq #define c_transport_data c_path[0].cp_transport_data #define c_state c_path[0].cp_state #define c_send_gen c_path[0].cp_send_gen #define c_flags c_path[0].cp_flags #define c_reconnect_jiffies c_path[0].cp_reconnect_jiffies #define c_send_w c_path[0].cp_send_w #define c_recv_w c_path[0].cp_recv_w #define c_conn_w c_path[0].cp_conn_w #define c_down_w c_path[0].cp_down_w #define c_cm_lock c_path[0].cp_cm_lock #define c_waitq c_path[0].cp_waitq #define c_unacked_packets c_path[0].cp_unacked_packets #define c_unacked_bytes c_path[0].cp_unacked_bytes #endif /* _RDS_RDS_SINGLE_H */ option value='packet-loop-back'>packet-loop-back net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_westwood.c
diff options
context:
space:
mode:
authorMarcel J.E. Mol <marcel@mesa.nl>2017-01-30 19:26:40 +0100
committerJohan Hovold <johan@kernel.org>2017-01-31 17:27:04 +0100
commitd07830db1bdb254e4b50d366010b219286b8c937 (patch)
tree354d7fca237fa3d7e7e63c2196eaa4e1086838ea /net/ipv4/tcp_westwood.c
parent5d03a2fd2292e71936c4235885c35ccc3c94695b (diff)
USB: serial: pl2303: add ATEN device ID
Seems that ATEN serial-to-usb devices using pl2303 exist with different device ids. This patch adds a missing device ID so it is recognised by the driver. Signed-off-by: Marcel J.E. Mol <marcel@mesa.nl> Cc: stable <stable@vger.kernel.org> Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'net/ipv4/tcp_westwood.c')