Lines Matching refs:size
54 * pointer to the position in the buffer where the token starts, and the size
588 len_out = min_t(u64, discv_out->size, hlen);
592 discv_out->size = hlen; /* actual size of data */
1032 pr_debug("Response size: cp: %u, pkt: %u, subpkt: %u\n",
1397 u64 offset, u64 size, const u8 *uid)
1408 pr_debug("Couldn't get the table size\n");
1413 if (size > len || offset > len - size) {
1415 offset + size, len);
1420 while (off < size) {
1437 (size_t)(size - off));
1438 pr_debug("Write bytes %zu+%llu/%llu\n", off, len, size);
1972 shadow->size, opaluid[OPAL_MBR]);
2339 write_tbl->size, write_tbl->table_uid);
2365 * MAX size of data that can be carried in response buffer
2376 u64 offset = read_tbl->offset, read_size = read_tbl->size - 1;
2381 pr_debug("Couldn't get the table size\n");
2389 pr_debug("Read size exceeds the Table size limits (%llu vs. %llu)\n",
2590 return discv->size; /* modified to actual length of data */
2703 if (info->size == 0)
3110 if (!rw_tbl->size)
3127 if (!rw_tbl->size)