Lines Matching refs:size
141 { IBMVFC_FC_FAILURE, IBMVFC_INVALID_CT_IU_SIZE, DID_ERROR, 0, 1, "invalid CT_IU size" },
379 { 0x07, "service parameter error - received data field size" },
778 * @size: pool size
784 unsigned int size)
790 if (!size)
793 pool->size = size;
794 pool->events = kcalloc(size, sizeof(*pool->events), GFP_KERNEL);
799 size * sizeof(*pool->iu_storage),
811 for (i = 0; i < size; ++i) {
848 for (i = 0; i < pool->size; ++i) {
859 pool->size * sizeof(*pool->iu_storage),
1012 if (index < 0 || index >= pool->size) /* outside of bounds */
1498 login_info->async.len = cpu_to_be32(async_crq->size *
2480 for (i = 0; i < queues[q_index].evt_pool.size; i++) {
2501 for (i = 0; i < queues[q_index].evt_pool.size; i++) {
3531 * @count: buffer size
3600 * @count: buffer size
3613 int size = IBMVFC_TRACE_SIZE;
3616 if (off > size)
3618 if (off + count > size) {
3619 size -= off;
3620 count = size;
3634 .size = 0,
3692 if (++async_crq->cur == async_crq->size)
3715 if (++queue->cur == queue->size)
3867 if (++scrq->cur == scrq->size)
5811 queue->size = PAGE_SIZE / fmt_size;