Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/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-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h189 union opcode_tid { union
190 __be32 opcode_tid; member
202 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid)
312 union opcode_tid ot;
360 union opcode_tid ot;
372 union opcode_tid ot;
396 union opcode_tid ot;
460 union opcode_tid ot;
495 union opcode_tid ot;
504 union opcode_tid ot;
[all …]
/Linux-v5.4/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.h44 union opcode_tid ot;
54 union opcode_tid ot;
/Linux-v5.4/drivers/target/iscsi/cxgbit/
Dcxgbit_main.c509 cdev, op, rpl->ot.opcode_tid, in cxgbit_uld_lro_rx_handler()
510 ntohl(rpl->ot.opcode_tid), skb); in cxgbit_uld_lro_rx_handler()
/Linux-v5.4/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c2215 cdev, opc, rpl->ot.opcode_tid, ntohl(rpl->ot.opcode_tid), skb); in t4_uld_rx_handler()