Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/chelsio/cxgb/
H A Dcpl5_cmd.h151 union opcode_tid { union
152 u32 opcode_tid; member
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 ot;
275 union opcode_tid ot;
[all …]
/linux-6.15/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h184 union opcode_tid { union
185 __be32 opcode_tid; member
480 union opcode_tid ot;
567 union opcode_tid ot;
577 union opcode_tid ot;
643 union opcode_tid ot;
657 union opcode_tid ot;
670 union opcode_tid ot;
686 union opcode_tid ot;
711 union opcode_tid ot;
[all …]
H A Dcxgb3_offload.c722 union opcode_tid *p = cplhdr(skb); in do_stid_rpl()
723 unsigned int stid = G_TID(ntohl(p->opcode_tid)); in do_stid_rpl()
740 union opcode_tid *p = cplhdr(skb); in do_hwtid_rpl()
741 unsigned int hwtid = G_TID(ntohl(p->opcode_tid)); in do_hwtid_rpl()
807 union opcode_tid *p = cplhdr(skb); in do_abort_req_rss()
808 unsigned int hwtid = G_TID(ntohl(p->opcode_tid)); in do_abort_req_rss()
989 union opcode_tid *p = cplhdr(skb); in process_rx()
992 dev->name, opcode, G_TID(ntohl(p->opcode_tid))); in process_rx()
/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h190 union opcode_tid { union
191 __be32 opcode_tid; member
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 ot;
521 union opcode_tid ot;
[all …]
/linux-6.15/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.h44 union opcode_tid ot;
54 union opcode_tid ot;
/linux-6.15/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()
/linux-6.15/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()