Home
last modified time | relevance | path

Searched refs:add_child_node (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c165 static int add_child_node(struct adapter *sc, int idx);
1031 if (add_child_node(sc, i) != 0) in t4_bus_config()
1039 (void) add_child_node(sc, i); in t4_bus_config()
2364 add_child_node(struct adapter *sc, int idx) function