Searched refs:hca_next (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_impl.c137 hca_svc_cnt hca_acc_cnt hca_res_cnt hca_next}))
797 next = hcap->hca_next;
1150 hcap = hcap->hca_next;
1162 hcap->hca_next = ibcm_hca_listp;
1190 prevp->hca_next = headp->hca_next;
1192 prevp = headp->hca_next;
1204 headp = headp->hca_next;
1241 hcap = hcap->hca_next;
1289 hcap = hcap->hca_next;
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_ibt.c836 eibnx_hca_t *hca_next; local
859 for (hca = hca_list; hca; hca = hca_next) {
860 hca_next = hca->hc_next;
863 ss->nx_hca = hca_next;
/illumos-gate/usr/src/uts/common/sys/ib/clients/daplt/
H A Ddaplt.h56 struct daplka_hca *hca_next; member in struct:daplka_hca
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c667 while (h->hca_next != NULL)
668 h = h->hca_next;
670 h->hca_next = hca;
682 dp->daplka_hca_list_head = hca->hca_next;
685 while (h->hca_next != hca)
686 h = h->hca_next;
687 h->hca_next = hca->hca_next;
7508 hca = hca->hca_next) {
7947 hca = hca->hca_next) {
[all...]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h339 struct dapl_hca *hca_next; member in struct:dapl_hca
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h952 * hca_next: Pointer to the next HCA
981 struct ibcm_hca_info_s *hca_next; /* Next HCA entry */ member in struct:ibcm_hca_info_s

Completed in 267 milliseconds