Home
last modified time | relevance | path

Searched refs:fcip_ub_tokens (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h201 uint64_t *fcip_ub_tokens; /* unsol buf tokens */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c4556 tok_buf_size = sizeof (*fptr->fcip_ub_tokens) * fcip_ub_nbufs; in fcip_init_port()
4561 fptr->fcip_ub_tokens = kmem_zalloc(tok_buf_size, KM_SLEEP); in fcip_init_port()
4563 if (fptr->fcip_ub_tokens == NULL) { in fcip_init_port()
4571 fcip_ub_size, FC_TYPE_IS8802_SNAP, fptr->fcip_ub_tokens); in fcip_init_port()
4678 if (fptr->fcip_ub_tokens) { in fcip_init_port()
4679 uint64_t *tokens = fptr->fcip_ub_tokens; in fcip_init_port()
4680 fptr->fcip_ub_tokens = NULL; in fcip_init_port()
4855 if (fptr->fcip_ub_tokens) { in fcip_softstate_free()
4856 uint64_t *tokens = fptr->fcip_ub_tokens; in fcip_softstate_free()
4858 fptr->fcip_ub_tokens = NULL; in fcip_softstate_free()