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 …]
679 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 …]
45 #define RSS_HDR sizeof(struct rss_header) macro