Searched refs:opcode_tid (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
H A Dcpl5_cmd.h160 union opcode_tid { union
161 u32 opcode_tid; member in union:opcode_tid
173 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid)
195 union opcode_tid ot;
207 union opcode_tid ot;
217 union opcode_tid ot;
230 union opcode_tid ot;
246 union opcode_tid ot;
261 union opcode_tid ot;
273 union opcode_tid ot;
284 union opcode_tid ot;
296 union opcode_tid ot;
301 union opcode_tid ot;
308 union opcode_tid ot;
314 union opcode_tid ot;
322 union opcode_tid ot;
328 union opcode_tid ot;
335 union opcode_tid ot;
343 union opcode_tid ot;
348 union opcode_tid ot;
353 union opcode_tid ot;
361 union opcode_tid ot;
366 union opcode_tid ot;
372 union opcode_tid ot;
380 union opcode_tid ot;
388 union opcode_tid ot;
393 union opcode_tid ot;
401 union opcode_tid ot;
406 union opcode_tid ot;
415 union opcode_tid ot;
420 union opcode_tid ot;
505 union opcode_tid ot;
512 union opcode_tid ot;
518 union opcode_tid ot;
524 union opcode_tid ot;
531 union opcode_tid ot;
550 union opcode_tid ot;
556 union opcode_tid ot;
569 union opcode_tid ot;
588 union opcode_tid ot;
593 union opcode_tid ot;
599 union opcode_tid ot;
606 union opcode_tid ot;
612 union opcode_tid ot;
617 union opcode_tid ot;
633 union opcode_tid ot;
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h165 union opcode_tid { union
166 __be32 opcode_tid; member in union:opcode_tid
178 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid)
286 union opcode_tid ot;
330 union opcode_tid ot;
342 union opcode_tid ot;
349 union opcode_tid ot;
384 union opcode_tid ot;
393 union opcode_tid ot;
409 union opcode_tid ot;
422 union opcode_tid ot;
436 union opcode_tid ot;
450 union opcode_tid ot;
464 union opcode_tid ot;
508 union opcode_tid ot;
519 union opcode_tid ot;
538 union opcode_tid ot;
555 union opcode_tid ot;
564 union opcode_tid ot;
569 union opcode_tid ot;
578 union opcode_tid ot;
589 union opcode_tid ot;
595 union opcode_tid ot;
602 union opcode_tid ot;
610 union opcode_tid ot;
617 union opcode_tid ot;
625 union opcode_tid ot;
631 union opcode_tid ot;
718 union opcode_tid ot;
738 union opcode_tid ot;
761 union opcode_tid ot;
919 union opcode_tid ot;
938 union opcode_tid ot;
944 union opcode_tid ot;
995 union opcode_tid ot;
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h184 union opcode_tid { union
185 __be32 opcode_tid; member in union:opcode_tid
204 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid)
480 union opcode_tid ot;
492 RSS_HDR union opcode_tid ot;
502 RSS_HDR union opcode_tid ot;
539 RSS_HDR union opcode_tid ot;
567 union opcode_tid ot;
577 union opcode_tid ot;
618 RSS_HDR union opcode_tid ot;
629 RSS_HDR union opcode_tid ot;
643 union opcode_tid ot;
649 RSS_HDR union opcode_tid ot;
657 union opcode_tid ot;
670 union opcode_tid ot;
679 RSS_HDR union opcode_tid ot;
686 union opcode_tid ot;
703 RSS_HDR union opcode_tid ot;
711 union opcode_tid ot;
716 RSS_HDR union opcode_tid ot;
725 union opcode_tid ot;
732 RSS_HDR union opcode_tid ot;
738 RSS_HDR union opcode_tid ot;
747 union opcode_tid ot;
755 RSS_HDR union opcode_tid ot;
764 union opcode_tid ot;
772 RSS_HDR union opcode_tid ot;
813 union opcode_tid ot;
866 RSS_HDR union opcode_tid ot;
871 RSS_HDR union opcode_tid ot;
879 RSS_HDR union opcode_tid ot;
898 RSS_HDR union opcode_tid ot;
918 RSS_HDR union opcode_tid ot;
939 union opcode_tid ot;
967 RSS_HDR union opcode_tid ot;
972 RSS_HDR union opcode_tid ot;
977 RSS_HDR union opcode_tid ot;
1210 union opcode_tid ot;
1238 RSS_HDR union opcode_tid ot;
1245 union opcode_tid ot;
1251 RSS_HDR union opcode_tid ot;
1280 union opcode_tid ot;
1297 RSS_HDR union opcode_tid ot;
1304 union opcode_tid ot;
1317 RSS_HDR union opcode_tid ot;
1335 union opcode_tid ot;
1355 RSS_HDR union opcode_tid ot;
1362 union opcode_tid ot;
1392 RSS_HDR union opcode_tid ot;
1399 union opcode_tid ot;
1404 RSS_HDR union opcode_tid ot;
1421 union opcode_tid ot;
H A Dcxgb3_offload.c761 union opcode_tid *p = cplhdr(skb); do_stid_rpl()
762 unsigned int stid = G_TID(ntohl(p->opcode_tid)); do_stid_rpl()
779 union opcode_tid *p = cplhdr(skb); do_hwtid_rpl()
780 unsigned int hwtid = G_TID(ntohl(p->opcode_tid)); do_hwtid_rpl()
846 union opcode_tid *p = cplhdr(skb); do_abort_req_rss()
847 unsigned int hwtid = G_TID(ntohl(p->opcode_tid)); do_abort_req_rss()
1028 union opcode_tid *p = cplhdr(skb); process_rx()
1031 dev->name, opcode, G_TID(ntohl(p->opcode_tid))); process_rx()
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.h32 union opcode_tid ot;
H A Dcxgb4i.c1833 cdev, opc, rpl->ot.opcode_tid, ntohl(rpl->ot.opcode_tid), skb); t4_uld_rx_handler()
/linux-4.1.27/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.h44 union opcode_tid ot;
54 union opcode_tid ot;
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
H A Dt4fw_ri_api.h775 union opcode_tid ot;

Completed in 321 milliseconds