Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb/ !
Dcpl5_cmd.h220 struct cpl_pass_accept_req { struct
221 union opcode_tid ot;
222 u16 local_port;
223 u16 peer_port;
224 u32 local_ip;
225 u32 peer_ip;
226 u32 tos_tid;
227 struct tcp_options tcp_options;
228 u8 dst_mac[6];
229 u16 vlan_tag;
[all …]
/linux-6.1.9/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-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ !
Dt4_msg.h396 struct cpl_pass_accept_req { struct
407 /* cpl_pass_accept_req.hdr_len fields */ argument