Searched refs:RSS_HDR (Results 1 – 3 of 3) sorted by relevance
301 # define RSS_HDR macro304 # define RSS_HDR struct rss_header rss_hdr; macro492 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 …]
762 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()1312 req = cplhdr(skb) + RSS_HDR; in chtls_pass_accept_request()1428 struct cpl_pass_accept_req *req = cplhdr(skb) + RSS_HDR; in chtls_pass_accept_req()1573 struct cpl_pass_establish *req = cplhdr(skb) + RSS_HDR; in chtls_pass_establish()1682 struct cpl_rx_data *hdr = cplhdr(skb) + RSS_HDR; in chtls_recv_data()1699 __skb_pull(skb, sizeof(*hdr) + RSS_HDR); in chtls_recv_data()1728 struct cpl_rx_data *req = cplhdr(skb) + RSS_HDR; in chtls_rx_data()1919 struct cpl_close_con_rpl *rpl = cplhdr(skb) + RSS_HDR; in chtls_close_con_rpl()2020 struct cpl_abort_req_rss *req = cplhdr(skb) + RSS_HDR; in chtls_send_abort_rpl()[all …]
135 #define RSS_HDR sizeof(struct rss_header) macro