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

/freebsd-10.3-release/sys/dev/cxgbe/
H A Dt4_tracer.c85 static struct if_clone *t4_cloner; variable in typeref:struct:if_clone
234 t4_cloner = if_clone_advanced(t4_cloner_name, 0, t4_cloner_match,
242 if (t4_cloner != NULL) {
248 * assert LIST_EMPTY(&t4_cloner->ifc_iflist) at this time.
250 if_clone_detach(t4_cloner);

Completed in 44 milliseconds