Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h217 struct cpl_pass_establish { struct
218 union opcode_tid ot;
219 u16 local_port;
220 u16 peer_port;
221 u32 local_ip;
222 u32 peer_ip;
223 u32 tos_tid;
224 u8 l2t_idx;
225 u8 rsvd[3];
226 u32 snd_isn;
[all …]
/linux-3.3/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h291 struct cpl_pass_establish { struct
292 union opcode_tid ot;
293 __be32 rsvd;
294 __be32 tos_stid;
297 __be16 mac_idx;
298 __be16 tcp_opt;
304 __be32 snd_isn;
305 __be32 rcv_isn;
/linux-3.3/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h501 struct cpl_pass_establish { struct
514 /* cpl_pass_establish.tos_tid fields */ argument