Searched refs:mo (Results 1 – 3 of 3) sorted by relevance
/qemu/crypto/ |
H A D | xts.c | 112 unsigned long i, m, mo, lim; in xts_decrypt() local 116 mo = length & 15; in xts_decrypt() 121 if (mo == 0) { in xts_decrypt() 150 if (mo > 0) { in xts_decrypt() 160 for (i = 0; i < mo; i++) { in xts_decrypt() 188 unsigned long i, m, mo, lim; in xts_encrypt() local 192 mo = length & 15; in xts_encrypt() 197 if (mo == 0) { in xts_encrypt() 227 if (mo > 0) { in xts_encrypt() 234 for (i = 0; i < mo; i++) { in xts_encrypt()
|
/qemu/hw/nvme/ |
H A D | ctrl.c | 4540 uint8_t mo = (cdw10 & 0xff); in nvme_io_mgmt_recv() local 4543 switch (mo) { in nvme_io_mgmt_recv() 4594 uint8_t mo = (cdw10 & 0xff); in nvme_io_mgmt_send() local 4596 switch (mo) { in nvme_io_mgmt_send()
|
/qemu/hw/net/ |
H A D | trace-events | 114 …t b0, uint8_t b1, uint8_t b2, uint8_t b3, uint8_t b4, uint8_t b5, uint32_t mo, uint32_t mta, uint3…
|