Searched defs:ub_count (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c922 uint32_t ub_count; local
1106 ub_count = port->fp_ub_count;
1107 port->fp_ub_tokens = kmem_zalloc(ub_count *
1113 if (fc_ulp_uballoc(port, &ub_count, fp_unsol_buf_size,
1115 FC_SUCCESS || ub_count != port->fp_ub_count) {
13911 int ub_count; local
13919 FC_CAP_UNSOL_BUF, &ub_count);
13924 switch (ub_count) {
13929 ub_count = fp_unsol_buf_count;
13934 ub_count
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1079 uint32_t ub_count; member in struct:emlxs_port

Completed in 81 milliseconds