Searched defs:hv_rv (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hio_guest.c188 uint64_t hv_rv; local
215 hv_rv = (*fp->getinfo)(cookie, &vr_address, &vr_size);
216 if (hv_rv != 0) {
288 hv_rv = (*tx->get_map)(vr->cookie, &tx_map);
289 if (hv_rv != 0) {
321 hv_rv = (*rx->get_map)(vr->cookie, &rx_map);
322 if (hv_rv != 0) {
609 uint64_t hv_rv; local
634 hv_rv = hv_niu_vrtx_logical_page_conf(dc->cookie,
639 if (hv_rv !
728 uint64_t hv_rv; local
[all...]
H A Dnxge_intr.c782 hv_rv_t hv_rv; local
793 hv_rv = (*tx->getinfo)(dc->cookie, dc->page, &dc->ldg.index,
795 if (hv_rv != 0) {
797 "nx_hio_tdsv_add: tx->getinfo failed: %ld", hv_rv));
848 hv_rv_t hv_rv; local
859 hv_rv = (*rx->getinfo)(dc->cookie, dc->page, &dc->ldg.index,
861 if (hv_rv != 0) {
863 "nx_hio_tdsv_add: rx->getinfo failed: %ld", hv_rv));
H A Dnxge_hio.c1406 uint64_t slot, hv_rv; local
1419 if ((hv_rv = (*fp->assign)(vr->region, cookie, &vr->cookie))) {
1422 "vr->assign() returned %d", major, hv_rv));
1431 if ((hv_rv = (*fp->cfgh_assign)
1435 "vr->assign() returned %d", major, hv_rv));
1454 hv_rv = (*tx->assign)
1456 if (hv_rv != 0) {
1460 vr->cookie, dc->channel, hv_rv));
1481 hv_rv = (*rx->assign)
1483 if (hv_rv !
1512 uint64_t hv_rv; local
[all...]

Completed in 271 milliseconds