Searched defs:dsa_hw_desc (Results 1 – 2 of 2) sorted by relevance
89 struct dsa_hw_desc { struct90 uint32_t pasid : 20;91 uint32_t rsvd : 11;92 uint32_t priv : 1;93 uint32_t flags : 24;94 uint32_t opcode : 8;95 uint64_t completion_addr;96 union {102 union {108 union {[all …]
86 struct dsa_hw_desc { struct87 uint32_t pasid:20;88 uint32_t rsvd:11;89 uint32_t priv:1;90 uint32_t flags:24;91 uint32_t opcode:8;92 uint64_t completion_addr;93 union {99 union {105 union {[all …]