HomeSort by: relevance | last modified time | path
    Searched defs:opcode_tid (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
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...]
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 44 milliseconds