Searched refs:NVME_MAX_XFER_SIZE (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sbin/nvmecontrol/
H A Dfirmware.c117 if ((chunk = malloc(NVME_MAX_XFER_SIZE)) == NULL)
118 errx(1, "unable to malloc %d bytes", NVME_MAX_XFER_SIZE);
121 size = (resid >= NVME_MAX_XFER_SIZE) ?
122 NVME_MAX_XFER_SIZE : resid;
/freebsd-10.2-release/sys/dev/nvme/
H A Dnvme.h50 #define NVME_MAX_XFER_SIZE MAXPHYS macro
H A Dnvme_private.h63 #define NVME_MAX_PRP_LIST_ENTRIES (NVME_MAX_XFER_SIZE / PAGE_SIZE)
H A Dnvme_qpair.c494 BUS_SPACE_MAXADDR, NULL, NULL, NVME_MAX_XFER_SIZE,
495 (NVME_MAX_XFER_SIZE/PAGE_SIZE)+1, PAGE_SIZE, 0,
H A Dnvme_ctrlr.c1075 ctrlr->max_xfer_size = NVME_MAX_XFER_SIZE;

Completed in 105 milliseconds