Lines Matching defs:Vmxnet3_TxQueueConf
458 struct Vmxnet3_TxQueueConf { struct
459 __le64 txRingBasePA;
460 __le64 dataRingBasePA;
461 __le64 compRingBasePA;
462 __le64 ddPA; /* driver data */
463 __le64 reserved;
464 __le32 txRingSize; /* # of tx desc */
465 __le32 dataRingSize; /* # of data desc */
466 __le32 compRingSize; /* # of comp desc */
467 __le32 ddLen; /* size of driver data */
468 u8 intrIdx;
469 u8 _pad[7];