Searched defs:getdma (Results 1 – 2 of 2) sorted by relevance
491 struct getdma { struct492 uint64_t hostAddr;493 uint64_t localAddr;494 uint64_t bytes;495 uint64_t DoneAmoEnable;496 uint64_t DoneIntEnable;497 uint64_t peerIO;498 uint64_t amoHostDest;499 uint64_t amoModType;500 uint64_t intrHostDest;[all …]
559 struct getdma *getdma; in mbcs_intr_alloc() local