Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Diflib.h489 int iflib_device_register(device_t dev, void *softc, if_shared_ctx_t sctx, if_ctx_t *ctxp);
H A Diflib.c5560 iflib_device_register(device_t dev, void *sc, if_shared_ctx_t sctx, if_ctx_t *ctxp) in iflib_device_register() function
5954 return (iflib_device_register(dev, NULL, sctx, &ctx)); in iflib_device_attach()
/freebsd/share/man/man9/
H A DMakefile1356 iflibdi.9 iflib_device_register.9 \
/freebsd/sys/dev/ice/
H A Dif_ice_iflib.c4056 ret = iflib_device_register(mif->subdev, mif, &ice_subif_sctx, &mif->subctx); in ice_create_mirror_interface()