Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h230 struct cpl_pass_accept_req { struct
231 union opcode_tid ot;
232 u16 local_port;
233 u16 peer_port;
234 u32 local_ip;
235 u32 peer_ip;
236 u32 tos_tid;
237 struct tcp_options tcp_options;
238 u8 dst_mac[6];
239 u16 vlan_tag;
[all …]
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h538 struct cpl_pass_accept_req { struct
539 RSS_HDR union opcode_tid ot;
540 __be16 local_port;
541 __be16 peer_port;
542 __be32 local_ip;
543 __be32 peer_ip;
544 __be32 tos_tid;
545 struct tcp_options tcp_options;
546 __u8 dst_mac[6];
547 __be16 vlan_tag;
[all …]
/linux-3.4.99/drivers/infiniband/hw/cxgb4/
Dt4fw_ri_api.h774 struct cpl_pass_accept_req { struct
785 /* cpl_pass_accept_req.hdr_len fields */ argument