Lines Matching refs:xconn_vhdl

42 pcibr_hints_get(vertex_hdl_t xconn_vhdl, int alloc)  in pcibr_hints_get()  argument
48 rv = hwgraph_info_get_LBL(xconn_vhdl, INFO_LBL_PCIBR_HINTS, &ainfo); in pcibr_hints_get()
55 rv = hwgraph_info_add_LBL(xconn_vhdl, in pcibr_hints_get()
61 rv = hwgraph_info_get_LBL(xconn_vhdl, INFO_LBL_PCIBR_HINTS, &ainfo); in pcibr_hints_get()
81 pcibr_hints_fix_some_rrbs(vertex_hdl_t xconn_vhdl, unsigned mask) in pcibr_hints_fix_some_rrbs() argument
83 pcibr_hints_t hint = pcibr_hints_get(xconn_vhdl, 1); in pcibr_hints_fix_some_rrbs()
88 PCIBR_DEBUG_ALWAYS((PCIBR_DEBUG_HINTS, xconn_vhdl, in pcibr_hints_fix_some_rrbs()
93 pcibr_hints_fix_rrbs(vertex_hdl_t xconn_vhdl) in pcibr_hints_fix_rrbs() argument
95 pcibr_hints_fix_some_rrbs(xconn_vhdl, 0xFF); in pcibr_hints_fix_rrbs()
99 pcibr_hints_dualslot(vertex_hdl_t xconn_vhdl, in pcibr_hints_dualslot() argument
103 pcibr_hints_t hint = pcibr_hints_get(xconn_vhdl, 1); in pcibr_hints_dualslot()
108 PCIBR_DEBUG_ALWAYS((PCIBR_DEBUG_HINTS, xconn_vhdl, in pcibr_hints_dualslot()
113 pcibr_hints_intr_bits(vertex_hdl_t xconn_vhdl, in pcibr_hints_intr_bits() argument
116 pcibr_hints_t hint = pcibr_hints_get(xconn_vhdl, 1); in pcibr_hints_intr_bits()
121 PCIBR_DEBUG_ALWAYS((PCIBR_DEBUG_HINTS, xconn_vhdl, in pcibr_hints_intr_bits()
126 pcibr_set_rrb_callback(vertex_hdl_t xconn_vhdl, rrb_alloc_funct_t rrb_alloc_funct) in pcibr_set_rrb_callback() argument
128 pcibr_hints_t hint = pcibr_hints_get(xconn_vhdl, 1); in pcibr_set_rrb_callback()
135 pcibr_hints_handsoff(vertex_hdl_t xconn_vhdl) in pcibr_hints_handsoff() argument
137 pcibr_hints_t hint = pcibr_hints_get(xconn_vhdl, 1); in pcibr_hints_handsoff()
142 PCIBR_DEBUG_ALWAYS((PCIBR_DEBUG_HINTS, xconn_vhdl, in pcibr_hints_handsoff()
147 pcibr_hints_subdevs(vertex_hdl_t xconn_vhdl, in pcibr_hints_subdevs() argument
156 (void) hwgraph_path_add(xconn_vhdl, sdname, &pconn_vhdl); in pcibr_hints_subdevs()
158 PCIBR_DEBUG_ALWAYS((PCIBR_DEBUG_HINTS, xconn_vhdl, in pcibr_hints_subdevs()
168 PCIBR_DEBUG_ALWAYS((PCIBR_DEBUG_HINTS, xconn_vhdl, in pcibr_hints_subdevs()
179 PCIBR_DEBUG_ALWAYS((PCIBR_DEBUG_HINTS, xconn_vhdl, in pcibr_hints_subdevs()
183 PCIBR_DEBUG_ALWAYS((PCIBR_DEBUG_HINTS, xconn_vhdl, in pcibr_hints_subdevs()