Searched defs:vmxnet3_rxcompdesc (Results 1 – 1 of 1) sorted by relevance
141 struct vmxnet3_rxcompdesc { struct142 uint32_t rxd_idx:12; /* Rx descriptor index */143 uint32_t pad1:2;144 uint32_t eop:1; /* End of packet */145 uint32_t sop:1; /* Start of packet */146 uint32_t qid:10;147 uint32_t rss_type:4;148 uint32_t no_csum:1; /* No checksum calculated */149 uint32_t pad2:1;151 uint32_t rss_hash:32; /* RSS hash value */[all …]