Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/drivers/crypto/chelsio/chtls/
Dchtls_cm.c679 struct cpl_pass_open_rpl *rpl = cplhdr(skb) + RSS_HDR; in chtls_pass_open_rpl()
707 struct cpl_close_listsvr_rpl *rpl = cplhdr(skb) + RSS_HDR; in chtls_close_listsrv_rpl()
1156 req = cplhdr(skb) + RSS_HDR; in chtls_pass_accept_request()
1259 struct cpl_pass_accept_req *req = cplhdr(skb) + RSS_HDR; in chtls_pass_accept_req()
1406 struct cpl_pass_establish *req = cplhdr(skb) + RSS_HDR; in chtls_pass_establish()
1510 struct cpl_rx_data *hdr = cplhdr(skb) + RSS_HDR; in chtls_recv_data()
1527 __skb_pull(skb, sizeof(*hdr) + RSS_HDR); in chtls_recv_data()
1556 struct cpl_rx_data *req = cplhdr(skb) + RSS_HDR; in chtls_rx_data()
1742 struct cpl_close_con_rpl *rpl = cplhdr(skb) + RSS_HDR; in chtls_close_con_rpl()
1869 struct cpl_abort_req_rss *req = cplhdr(skb) + RSS_HDR; in chtls_send_abort_rpl()
[all …]
Dchtls.h45 #define RSS_HDR sizeof(struct rss_header) macro