Home
last modified time | relevance | path

Searched refs:fp_ub_count (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h584 uint32_t fp_ub_count; /* Number of UBs */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c502 mdb_printf(" fp_ub_count : %d\n", port.fp_ub_count); in fcport()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1106 if (port->fp_ub_count) { in fp_attach_handler()
1107 ub_count = port->fp_ub_count; in fp_attach_handler()
1116 FC_SUCCESS || ub_count != port->fp_ub_count) { in fp_attach_handler()
1121 sizeof (*port->fp_ub_tokens) * port->fp_ub_count); in fp_attach_handler()
1228 (void) fc_ulp_ubfree(port, port->fp_ub_count, in fp_attach_handler()
1231 port->fp_ub_count * sizeof (*port->fp_ub_tokens)); in fp_attach_handler()
1589 if (fc_ulp_ubfree(port, port->fp_ub_count, in fp_detach_handler()
1595 sizeof (*port->fp_ub_tokens) * port->fp_ub_count); in fp_detach_handler()
13950 port->fp_ub_count = ub_count; in fp_retrieve_caps()