Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h160 union opcode_tid { union
161 u32 opcode_tid; member
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;
[all …]
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dt3_cpl.h184 union opcode_tid { union
185 __be32 opcode_tid; member
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;
[all …]
Dcxgb3_offload.c761 union opcode_tid *p = cplhdr(skb); in do_stid_rpl()
762 unsigned int stid = G_TID(ntohl(p->opcode_tid)); in do_stid_rpl()
779 union opcode_tid *p = cplhdr(skb); in do_hwtid_rpl()
780 unsigned int hwtid = G_TID(ntohl(p->opcode_tid)); in do_hwtid_rpl()
846 union opcode_tid *p = cplhdr(skb); in do_abort_req_rss()
847 unsigned int hwtid = G_TID(ntohl(p->opcode_tid)); in do_abort_req_rss()
1028 union opcode_tid *p = cplhdr(skb); in process_rx()
1031 dev->name, opcode, G_TID(ntohl(p->opcode_tid))); in process_rx()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h165 union opcode_tid { union
166 __be32 opcode_tid; member
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;
[all …]
/linux-4.4.14/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.h44 union opcode_tid ot;
54 union opcode_tid ot;
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.h34 union opcode_tid ot;
Dcxgb4i.c1855 cdev, opc, rpl->ot.opcode_tid, ntohl(rpl->ot.opcode_tid), skb); in t4_uld_rx_handler()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dt4fw_ri_api.h775 union opcode_tid ot;