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 …]
683 struct cpl_pass_open_rpl *rpl = cplhdr(skb) + RSS_HDR; in chtls_pass_open_rpl()711 struct cpl_close_listsvr_rpl *rpl = cplhdr(skb) + RSS_HDR; in chtls_close_listsrv_rpl()1151 req = cplhdr(skb) + RSS_HDR; in chtls_pass_accept_request()1238 struct cpl_pass_accept_req *req = cplhdr(skb) + RSS_HDR; in chtls_pass_accept_req()1385 struct cpl_pass_establish *req = cplhdr(skb) + RSS_HDR; in chtls_pass_establish()1489 struct cpl_rx_data *hdr = cplhdr(skb) + RSS_HDR; in chtls_recv_data()1506 __skb_pull(skb, sizeof(*hdr) + RSS_HDR); in chtls_recv_data()1535 struct cpl_rx_data *req = cplhdr(skb) + RSS_HDR; in chtls_rx_data()1721 struct cpl_close_con_rpl *rpl = cplhdr(skb) + RSS_HDR; in chtls_close_con_rpl()1848 struct cpl_abort_req_rss *req = cplhdr(skb) + RSS_HDR; in chtls_send_abort_rpl()[all …]
48 #define RSS_HDR sizeof(struct rss_header) macro