Searched refs:fcip_ub_tokens (Results 1 – 2 of 2) sorted by relevance
201 uint64_t *fcip_ub_tokens; /* unsol buf tokens */ member
4721 tok_buf_size = sizeof (*fptr->fcip_ub_tokens) * fcip_ub_nbufs; in fcip_init_port()4730 fptr->fcip_ub_tokens = kmem_zalloc(tok_buf_size, KM_SLEEP); in fcip_init_port()4732 if (fptr->fcip_ub_tokens == NULL) { in fcip_init_port()4740 fcip_ub_size, FC_TYPE_IS8802_SNAP, fptr->fcip_ub_tokens); in fcip_init_port()4852 if (fptr->fcip_ub_tokens) { in fcip_init_port()4853 uint64_t *tokens = fptr->fcip_ub_tokens; in fcip_init_port()4854 fptr->fcip_ub_tokens = NULL; in fcip_init_port()5029 if (fptr->fcip_ub_tokens) { in fcip_softstate_free()5030 uint64_t *tokens = fptr->fcip_ub_tokens; in fcip_softstate_free()5032 fptr->fcip_ub_tokens = NULL; in fcip_softstate_free()