Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h586 uint64_t *fp_ub_tokens; /* UB tokens */ member
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1107 port->fp_ub_tokens = kmem_zalloc(ub_count * in fp_attach_handler()
1108 sizeof (*port->fp_ub_tokens), KM_SLEEP); in fp_attach_handler()
1114 FC_TYPE_EXTENDED_LS, port->fp_ub_tokens) != in fp_attach_handler()
1119 kmem_free(port->fp_ub_tokens, in fp_attach_handler()
1120 sizeof (*port->fp_ub_tokens) * port->fp_ub_count); in fp_attach_handler()
1121 port->fp_ub_tokens = NULL; in fp_attach_handler()
1226 if (port->fp_ub_tokens != NULL) { in fp_attach_handler()
1228 port->fp_ub_tokens); in fp_attach_handler()
1229 kmem_free(port->fp_ub_tokens, in fp_attach_handler()
1230 port->fp_ub_count * sizeof (*port->fp_ub_tokens)); in fp_attach_handler()
[all …]