Searched defs:mlen (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/hw/nvme/ |
| H A D | dif.c | 65 size_t mlen, uint16_t apptag, in nvme_dif_pract_generate_dif_crc16() 99 size_t mlen, uint16_t apptag, in nvme_dif_pract_generate_dif_crc64() 138 uint8_t *mbuf, size_t mlen, uint16_t apptag, in nvme_dif_pract_generate_dif() 297 uint8_t *mbuf, size_t mlen, uint8_t prinfo, in nvme_dif_check() 349 uint16_t nvme_dif_mangle_mdata(NvmeNamespace *ns, uint8_t *mbuf, size_t mlen, in nvme_dif_mangle_mdata() 491 size_t mlen = nvme_m2b(ns, nlb); in nvme_dif_rw_mdata_in_cb() local 547 size_t mlen = nvme_m2b(ns, nlb); in nvme_dif_rw() local
|
| H A D | ctrl.c | 2205 size_t mlen = nvme_m2b(ns, nlb); in nvme_rw_cb() local 2301 size_t mlen = nvme_m2b(ns, nlb); in nvme_verify_mdata_in_cb() local 2470 size_t mlen = nvme_m2b(ns, nlb); in nvme_compare_data_cb() local 2949 size_t mlen; in nvme_copy_out_cb() local 2987 size_t len, mlen; in nvme_copy_in_completed_cb() local
|
| /openbmc/u-boot/fs/zfs/ |
| H A D | zfs_lzjb.c | 65 int mlen = (src[0] >> (NBBY - MATCH_BITS)) + MATCH_MIN; in lzjb_decompress() local
|
| /openbmc/qemu/hw/dma/ |
| H A D | xlnx_csu_dma.c | 202 uint32_t mlen = MIN(len - i, s->width); in xlnx_csu_dma_read() local 233 uint32_t mlen = MIN(len - i, s->width); in xlnx_csu_dma_write() local 591 uint32_t mlen = MIN(size, len) & (~3); /* Size is word aligned */ in xlnx_csu_dma_stream_push() local
|
| /openbmc/u-boot/drivers/net/ |
| H A D | ne2000_base.c | 450 int i, mlen; in dp83902a_recv() local
|
| /openbmc/qemu/hw/hyperv/ |
| H A D | vmbus.c | 371 dma_addr_t mlen = pgleft; in gpadl_iter_io() local 481 dma_addr_t mlen = MIN(sg[i].len - off, len); in vmbus_map_sgl() local 569 dma_addr_t mlen = sizeof(*rb); in ringbuf_map_hdr() local
|
| /openbmc/u-boot/lib/ |
| H A D | bch.c | 235 unsigned int i, mlen; in encode_bch() local
|