Home
last modified time | relevance | path

Searched refs:NFS_READ_SIZE (Results 1 – 2 of 2) sorted by relevance

/u-boot/net/
A Dnfs.h44 #define NFS_READ_SIZE 1024 /* biggest power of two that fits Ether frame */ macro
59 uint8_t data[NFS_READ_SIZE + (6 + NFS_MAX_ATTRS) *
77 uint32_t data[NFS_READ_SIZE / sizeof(uint32_t) +
A Dnfs.c694 (NFS_READ_SIZE / 2 * 10 * HASHES_PER_LINE))) in nfs_read_reply()
696 if (!(nfs_offset % ((NFS_READ_SIZE / 2) * 10))) in nfs_read_reply()
818 nfs_len = NFS_READ_SIZE; in nfs_handler()

Completed in 4 milliseconds