Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H A 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 o
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H A Dcpl5_cmd.h151 union opcode_tid { union
152 u32 opcode_tid; member
164 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid)
186 union opcode_tid ot;
198 union opcode_tid ot;
208 union opcode_tid ot;
221 union opcode_tid ot;
237 union opcode_tid ot;
252 union opcode_tid ot;
264 union opcode_tid o
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A 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 o
[all...]
H A 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A 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 o
[all...]
H A 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h190 union opcode_tid { union
191 __be32 opcode_tid; member
203 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid)
313 union opcode_tid ot;
361 union opcode_tid ot;
373 union opcode_tid ot;
397 union opcode_tid ot;
461 union opcode_tid ot;
496 union opcode_tid ot;
505 union opcode_tid o
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h190 union opcode_tid { union
191 __be32 opcode_tid; member
203 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid)
313 union opcode_tid ot;
361 union opcode_tid ot;
373 union opcode_tid ot;
397 union opcode_tid ot;
461 union opcode_tid ot;
496 union opcode_tid ot;
505 union opcode_tid o
[all...]
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.h44 union opcode_tid ot;
54 union opcode_tid ot;
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.h44 union opcode_tid ot;
54 union opcode_tid ot;
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
H A 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()
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c516 cdev, op, rpl->ot.opcode_tid, in cxgbit_uld_lro_rx_handler()
517 ntohl(rpl->ot.opcode_tid), skb); in cxgbit_uld_lro_rx_handler()
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c2339 cdev, opc, rpl->ot.opcode_tid, ntohl(rpl->ot.opcode_tid), skb); in t4_uld_rx_handler()
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c2340 cdev, opc, rpl->ot.opcode_tid, ntohl(rpl->ot.opcode_tid), skb); in t4_uld_rx_handler()

Completed in 31 milliseconds