Searched refs:opcode_tid (Results 1 – 7 of 7) sorted by relevance
/drivers/net/ethernet/chelsio/cxgb/ |
D | cpl5_cmd.h | 151 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 ot; [all …]
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_cpl.h | 184 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 …]
|
D | cxgb3_offload.c | 761 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()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_msg.h | 190 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 ot; [all …]
|
/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.h | 44 union opcode_tid ot; 54 union opcode_tid ot;
|
/drivers/target/iscsi/cxgbit/ |
D | cxgbit_main.c | 516 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()
|
/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 2340 cdev, opc, rpl->ot.opcode_tid, ntohl(rpl->ot.opcode_tid), skb); in t4_uld_rx_handler()
|