Home
last modified time | relevance | path

Searched defs:cpl_act_establish (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h284 struct cpl_act_establish { struct
285 union opcode_tid ot;
286 u16 local_port;
287 u16 peer_port;
288 u32 local_ip;
289 u32 peer_ip;
290 u32 tos_tid;
291 u32 rsvd;
292 u32 snd_isn;
293 u32 rcv_isn;
/linux-3.3/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h308 struct cpl_act_establish { struct
309 union opcode_tid ot;
310 __be32 rsvd;
311 __be32 tos_atid;
312 __be16 mac_idx;
313 __be16 tcp_opt;
314 __be32 snd_isn;
315 __be32 rcv_isn;
/linux-3.3/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h628 struct cpl_act_establish { struct
629 RSS_HDR union opcode_tid ot;
630 __be16 local_port;
631 __be16 peer_port;
632 __be32 local_ip;
633 __be32 peer_ip;
634 __be32 tos_tid;
635 __be16 l2t_idx;
636 __be16 tcp_opt;
637 __be32 snd_isn;
[all …]