HomeSort by: relevance | last modified time | path
    Searched refs:OPCODE_TID (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_offload.c 529 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_TID_RELEASE, tid));
690 union opcode_tid *p = cplhdr(m);
691 unsigned int stid = G_TID(ntohl(p->opcode_tid));
708 union opcode_tid *p = cplhdr(m);
716 hwtid = G_TID(ntohl(p->opcode_tid));
753 union opcode_tid *p = cplhdr(m);
754 unsigned int hwtid = G_TID(ntohl(p->opcode_tid));
780 OPCODE_TID(rpl) =
1116 union opcode_tid *p = cplhdr(m0);
1120 G_TID(ntohl(p->opcode_tid)));
    [all...]
cxgb_l2t.c 121 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_L2T_WRITE_REQ, e->idx));
cxgb_t3_cpl.h 178 union opcode_tid { union
179 __be32 opcode_tid; member in union:opcode_tid
198 #define OPCODE_TID(cmd) ((cmd)->ot.opcode_tid)
201 #define GET_TID(cmd) (G_TID(ntohl(OPCODE_TID(cmd))))
493 union opcode_tid ot;
506 union opcode_tid ot;
517 union opcode_tid ot;
555 union opcode_tid ot;
583 union opcode_tid ot
    [all...]

Completed in 79 milliseconds