Lines Matching defs:Vmxnet3_TxQueueConf
421 struct Vmxnet3_TxQueueConf { struct
422 __le64 txRingBasePA;
423 __le64 dataRingBasePA;
424 __le64 compRingBasePA;
425 __le64 ddPA; /* driver data */
426 __le64 reserved;
427 __le32 txRingSize; /* # of tx desc */
428 __le32 dataRingSize; /* # of data desc */
429 __le32 compRingSize; /* # of comp desc */
430 __le32 ddLen; /* size of driver data */
431 u8 intrIdx;
432 u8 _pad[7];