Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c2920 pool = port->ub_pool; in emlxs_fca_ub_alloc()
2997 new_pool->pool_next = port->ub_pool; in emlxs_fca_ub_alloc()
2999 if (port->ub_pool) { in emlxs_fca_ub_alloc()
3000 port->ub_pool->pool_prev = new_pool; in emlxs_fca_ub_alloc()
3002 port->ub_pool = new_pool; in emlxs_fca_ub_alloc()
3168 if (!port->ub_pool) { in emlxs_fca_ub_release()
3285 if (!port->ub_pool) { in emlxs_fca_ub_free()
3363 if (port->ub_pool == pool) { in emlxs_ub_destroy()
3364 port->ub_pool = next; in emlxs_ub_destroy()
6790 port->ub_pool = NULL; in emlxs_fca_attach()
[all …]
H A Demlxs_clock.c1104 ulistp = port->ub_pool; in emlxs_timer_check_ub()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1084 emlxs_unsol_buf_t *ub_pool; member