Home
last modified time | relevance | path

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.c4523 size_t tok_buf_size = 0; in fcip_init_port() local
4556 tok_buf_size = sizeof (*fptr->fcip_ub_tokens) * fcip_ub_nbufs; in fcip_init_port()
4559 (CE_WARN, "tokBufsize: 0x%lx", tok_buf_size)); in fcip_init_port()
4561 fptr->fcip_ub_tokens = kmem_zalloc(tok_buf_size, KM_SLEEP); in fcip_init_port()
4685 kmem_free(tokens, tok_buf_size); in fcip_init_port()