Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h515 fc_unsol_buf_t *fc_ubufs; /* array of unsol buf */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_clock.c1108 ubp = (fc_unsol_buf_t *)&ulistp->fc_ubufs[i]; in emlxs_timer_check_ub()
H A Demlxs_solaris.c2954 new_pool->fc_ubufs = in emlxs_fca_ub_alloc()
2961 ubp = (fc_unsol_buf_t *)&new_pool->fc_ubufs[i]; in emlxs_fca_ub_alloc()
3058 kmem_free((caddr_t)new_pool->fc_ubufs, in emlxs_fca_ub_alloc()
3401 ubp = (fc_unsol_buf_t *)&pool->fc_ubufs[i]; in emlxs_ub_destroy()
3411 kmem_free((caddr_t)pool->fc_ubufs, in emlxs_ub_destroy()
10538 ubp = (fc_unsol_buf_t *)&pool->fc_ubufs[(token - in emlxs_ub_find()
10625 ubp = (fc_unsol_buf_t *)&pool->fc_ubufs[i]; in emlxs_ub_get()