Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h586 uint64_t *fp_ub_tokens; /* UB tokens */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1108 port->fp_ub_tokens = kmem_zalloc(ub_count * in fp_attach_handler()
1109 sizeof (*port->fp_ub_tokens), KM_SLEEP); in fp_attach_handler()
1115 FC_TYPE_EXTENDED_LS, port->fp_ub_tokens) != in fp_attach_handler()
1120 kmem_free(port->fp_ub_tokens, in fp_attach_handler()
1121 sizeof (*port->fp_ub_tokens) * port->fp_ub_count); in fp_attach_handler()
1122 port->fp_ub_tokens = NULL; in fp_attach_handler()
1227 if (port->fp_ub_tokens != NULL) { in fp_attach_handler()
1229 port->fp_ub_tokens); in fp_attach_handler()
1230 kmem_free(port->fp_ub_tokens, in fp_attach_handler()
1231 port->fp_ub_count * sizeof (*port->fp_ub_tokens)); in fp_attach_handler()
[all …]