Home
last modified time | relevance | path

Searched refs:RSS_HDR (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h301 # define RSS_HDR macro
304 # define RSS_HDR struct rss_header rss_hdr; macro
492 RSS_HDR union opcode_tid ot;
502 RSS_HDR union opcode_tid ot;
539 RSS_HDR union opcode_tid ot;
618 RSS_HDR union opcode_tid ot;
629 RSS_HDR union opcode_tid ot;
649 RSS_HDR union opcode_tid ot;
679 RSS_HDR union opcode_tid ot;
703 RSS_HDR union opcode_tid ot;
[all …]
/linux-5.19.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_cm.c762 struct cpl_pass_open_rpl *rpl = cplhdr(skb) + RSS_HDR; in chtls_pass_open_rpl()
789 struct cpl_close_listsvr_rpl *rpl = cplhdr(skb) + RSS_HDR; in chtls_close_listsrv_rpl()
1313 req = cplhdr(skb) + RSS_HDR; in chtls_pass_accept_request()
1429 struct cpl_pass_accept_req *req = cplhdr(skb) + RSS_HDR; in chtls_pass_accept_req()
1574 struct cpl_pass_establish *req = cplhdr(skb) + RSS_HDR; in chtls_pass_establish()
1683 struct cpl_rx_data *hdr = cplhdr(skb) + RSS_HDR; in chtls_recv_data()
1700 __skb_pull(skb, sizeof(*hdr) + RSS_HDR); in chtls_recv_data()
1729 struct cpl_rx_data *req = cplhdr(skb) + RSS_HDR; in chtls_rx_data()
1920 struct cpl_close_con_rpl *rpl = cplhdr(skb) + RSS_HDR; in chtls_close_con_rpl()
2021 struct cpl_abort_req_rss *req = cplhdr(skb) + RSS_HDR; in chtls_send_abort_rpl()
[all …]
Dchtls.h135 #define RSS_HDR sizeof(struct rss_header) macro