Searched refs:totalsize (Results 1 – 5 of 5) sorted by relevance
32 __u32 totalsize; member
543 int totalsize = 0; in i2QueueCommands() local604 totalsize = blocksize = sizeof(i2CmdHeader); in i2QueueCommands()616 totalsize += sizeof(i2CmdHeader); in i2QueueCommands()618 totalsize += cnt; in i2QueueCommands()652 if (totalsize <= bufroom) { in i2QueueCommands()658 ip2trace (CHANN, ITRC_QUEUE, 3, 1, totalsize ); in i2QueueCommands()
107 (((microcode_t *)mc)->hdr.totalsize ? \108 ((microcode_t *)mc)->hdr.totalsize : DEFAULT_UCODE_TOTALSIZE)
467 unsigned int totalsize; member
255 args->totalsize = ntohl(*p++); in nfssvc_decode_readargs()