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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c4686 size_t tok_buf_size; local
4721 tok_buf_size = sizeof (*fptr->fcip_ub_tokens) * fcip_ub_nbufs;
4725 tnf_int, tokBufsize, tok_buf_size));
4728 (CE_WARN, "tokBufsize: 0x%lx", tok_buf_size));
4730 fptr->fcip_ub_tokens = kmem_zalloc(tok_buf_size, KM_SLEEP);
4859 kmem_free(tokens, tok_buf_size);

Completed in 56 milliseconds