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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_dds.c120 extern uint64_t vdds_hv_niu_vr_getinfo(uint32_t hvcookie,
122 extern uint64_t vdds_hv_niu_vr_get_txmap(uint32_t hvcookie, uint64_t *dma_map);
123 extern uint64_t vdds_hv_niu_vr_get_rxmap(uint32_t hvcookie, uint64_t *dma_map);
1112 uint32_t hvcookie = HVCOOKIE(cookie); local
1120 rv = vdds_hv_niu_vr_get_txmap(hvcookie, &txmap);
1122 DWARN(NULL, "Failed to get txmap for hvcookie=0x%X rv=%d\n",
1123 hvcookie, rv);
1126 rv = vdds_hv_niu_vr_get_rxmap(hvcookie, &rxmap);
1128 DWARN(NULL, "Failed to get rxmap for hvcookie=0x%X, rv=%d\n",
1129 hvcookie, r
[all...]

Completed in 239 milliseconds