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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdma/
H A Dibdma.c852 ibdma_hdl_impl_t *hdl_impl; local
867 hdl_impl = list_head(&hca->ih_hdl_list);
868 while (hdl_impl != NULL) {
869 if (hdl_impl == hdl_tmp) {
872 hdl_impl = list_next(&hca->ih_hdl_list, hdl_impl);
874 return (hdl_impl);
1040 ibdma_hdl_impl_t *hdl_impl; local
1056 hdl_impl = list_head(&hca->ih_hdl_list);
1057 while (hdl_impl !
1123 ibdma_hdl_impl_t *hdl_impl; local
[all...]

Completed in 239 milliseconds