Home
last modified time | relevance | path

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

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