Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Diflib.h453 int iflib_device_register(device_t dev, void *softc, if_shared_ctx_t sctx, if_ctx_t *ctxp);
H A Diflib.c4711 iflib_device_register(device_t dev, void *sc, if_shared_ctx_t sctx, if_ctx_t *ctxp) in iflib_device_register() function
5194 return (iflib_device_register(dev, NULL, sctx, &ctx)); in iflib_device_attach()