Searched defs:wvp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_walker.c726 void *wvp; local
730 while ((wvp = uu_list_first(walker_list)) != NULL) {
736 wp = (pi_walkernode_t *)wvp;
737 uu_list_remove(walker_list, wvp);
740 topo_mod_free(mod, wvp, sizeof (pi_walkernode_t));
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c65 static void hci1394_compile_ixl_init(hci1394_comp_ixl_vars_t *wvp,
68 static void hci1394_compile_ixl_endup(hci1394_comp_ixl_vars_t *wvp);
69 static void hci1394_parse_ixl(hci1394_comp_ixl_vars_t *wvp,
71 static void hci1394_finalize_all_xfer_desc(hci1394_comp_ixl_vars_t *wvp);
72 static void hci1394_finalize_cur_xfer_desc(hci1394_comp_ixl_vars_t *wvp);
73 static void hci1394_bld_recv_pkt_desc(hci1394_comp_ixl_vars_t *wvp);
74 static void hci1394_bld_recv_buf_ppb_desc(hci1394_comp_ixl_vars_t *wvp);
75 static void hci1394_bld_recv_buf_fill_desc(hci1394_comp_ixl_vars_t *wvp);
76 static void hci1394_bld_xmit_pkt_desc(hci1394_comp_ixl_vars_t *wvp);
77 static void hci1394_bld_xmit_buf_desc(hci1394_comp_ixl_vars_t *wvp);
170 hci1394_compile_ixl_init(hci1394_comp_ixl_vars_t *wvp, hci1394_state_t *soft_statep, hci1394_iso_ctxt_t *ctxtp, ixl1394_command_t *ixlp) argument
248 hci1394_compile_ixl_endup(hci1394_comp_ixl_vars_t *wvp) argument
348 hci1394_parse_ixl(hci1394_comp_ixl_vars_t *wvp, ixl1394_command_t *ixlp) argument
959 hci1394_finalize_all_xfer_desc(hci1394_comp_ixl_vars_t *wvp) argument
1244 hci1394_finalize_cur_xfer_desc(hci1394_comp_ixl_vars_t *wvp) argument
1473 hci1394_bld_recv_pkt_desc(hci1394_comp_ixl_vars_t *wvp) argument
1581 hci1394_bld_recv_buf_ppb_desc(hci1394_comp_ixl_vars_t *wvp) argument
1707 hci1394_bld_recv_buf_fill_desc(hci1394_comp_ixl_vars_t *wvp) argument
1803 hci1394_bld_xmit_pkt_desc(hci1394_comp_ixl_vars_t *wvp) argument
1937 hci1394_bld_xmit_buf_desc(hci1394_comp_ixl_vars_t *wvp) argument
2069 hci1394_bld_xmit_hdronly_nopkt_desc(hci1394_comp_ixl_vars_t *wvp) argument
2204 hci1394_bld_dma_mem_desc_blk(hci1394_comp_ixl_vars_t *wvp, caddr_t *dma_descpp, uint32_t *dma_desc_bound) argument
2266 hci1394_set_xmit_pkt_hdr(hci1394_comp_ixl_vars_t *wvp) argument
2314 hci1394_set_xmit_skip_mode(hci1394_comp_ixl_vars_t *wvp) argument
2357 hci1394_set_xmit_storevalue_desc(hci1394_comp_ixl_vars_t *wvp) argument
2382 hci1394_set_next_xfer_buf(hci1394_comp_ixl_vars_t *wvp, uint32_t bufp, uint16_t size) argument
2440 hci1394_flush_end_desc_check(hci1394_comp_ixl_vars_t *wvp, uint32_t count) argument
2525 hci1394_flush_hci_cache(hci1394_comp_ixl_vars_t *wvp) argument
2560 hci1394_alloc_storevalue_dma_mem(hci1394_comp_ixl_vars_t *wvp) argument
2594 hci1394_alloc_xfer_ctl(hci1394_comp_ixl_vars_t *wvp, uint32_t dmacnt) argument
2654 hci1394_alloc_dma_mem(hci1394_comp_ixl_vars_t *wvp, uint32_t size, uint32_t *dma_bound) argument
[all...]

Completed in 47 milliseconds