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

/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_tracer.c86 static struct if_clone *t4_cloner; variable in typeref:struct:if_clone
236 t4_cloner = if_clone_advanced(t4_cloner_name, 0, t4_cloner_match,
244 if (t4_cloner != NULL) {
250 * assert LIST_EMPTY(&t4_cloner->ifc_iflist) at this time.
252 if_clone_detach(t4_cloner);

Completed in 181 milliseconds