Searched refs:shutdownfunc (Results 1 – 2 of 2) sorted by relevance
1123 ndis_shutdown_handler shutdownfunc; local1128 shutdownfunc = sc->ndis_chars->nmc_shutdown_handler;1130 if (adapter == NULL || shutdownfunc == NULL)1134 MSCALL1(shutdownfunc, adapter);1136 MSCALL1(shutdownfunc, sc->ndis_chars->nmc_rsvd0);
2326 NdisMRegisterAdapterShutdownHandler(adapter, shutdownctx, shutdownfunc) in NdisMRegisterAdapterShutdownHandler() argument2329 ndis_shutdown_handler shutdownfunc;2342 chars->nmc_shutdown_handler = shutdownfunc;