Home
last modified time | relevance | path

Searched refs:rss_header (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c431 __skb_push(skb, sizeof(struct rss_header)); in chtls_recv()
432 skb_copy_to_linear_data(skb, rsp, sizeof(struct rss_header)); in chtls_recv()
H A Dchtls.h135 #define RSS_HDR sizeof(struct rss_header)
H A Dchtls_cm.c2184 opcode = ((const struct rss_header *)cplhdr(skb))->opcode; in chtls_conn_cpl()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h219 struct rss_header { struct
1134 struct rss_header rsshdr;
2114 struct rss_header rss_hdr_int;
2294 struct rss_header rsshdr;
2320 struct rss_header rsshdr;
220 opcoderss_header global() argument
222 channelrss_header global() argument
223 filter_hitrss_header global() argument
224 filter_tidrss_header global() argument
225 hash_typerss_header global() argument
226 ipv6rss_header global() argument
227 send2fwrss_header global() argument
229 send2fwrss_header global() argument
230 ipv6rss_header global() argument
231 hash_typerss_header global() argument
232 filter_tidrss_header global() argument
233 filter_hitrss_header global() argument
234 channelrss_header global() argument
236 qidrss_header global() argument
237 hash_valrss_header global() argument
H A Dsge.c3581 u8 opcode = ((const struct rss_header *)rsp)->opcode; in t4_tx_completion_handler()
3596 opcode = ((const struct rss_header *)rsp)->opcode; in t4_tx_completion_handler()
4059 u8 opcode = ((const struct rss_header *)rsp)->opcode; in cxgb4_ethofld_rx_handler()
H A Dcxgb4_main.c558 u8 opcode = ((const struct rss_header *)rsp)->opcode; in fwevtq_handler()
567 opcode = ((const struct rss_header *)rsp)->opcode; in fwevtq_handler()
/linux/drivers/infiniband/hw/cxgb4/
H A Ddevice.c1118 sizeof(struct rss_header)) - pktshift, in copy_gl_to_skb_pkt()
1124 sizeof(struct rss_header) - pktshift); in copy_gl_to_skb_pkt()
1128 * rss_header from the rspq descriptor (1 flit) in copy_gl_to_skb_pkt()
1135 sizeof(struct rss_header)); in copy_gl_to_skb_pkt()
1136 skb_copy_to_linear_data_offset(skb, sizeof(struct rss_header) + in copy_gl_to_skb_pkt()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h225 struct rss_header { struct
304 # define RSS_HDR struct rss_header rss_hdr;
226 opcoderss_header global() argument
228 cpu_idxrss_header global() argument
229 hash_typerss_header global() argument
231 hash_typerss_header global() argument
232 cpu_idxrss_header global() argument
234 cq_idxrss_header global() argument
235 rss_hash_valrss_header global() argument
H A Dsge.c126 struct rss_header rss_hdr;
/linux/drivers/scsi/csiostor/
H A Dcsio_hw.c3941 op = ((struct rss_header *) wr)->opcode; in csio_process_fwevtq_entry()