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

/freebsd-10.3-release/sys/dev/if_ndis/
H A Dif_ndis.c1657 sc->ndis_hang_timer = sc->ndis_block->nmb_checkforhangsecs;
2024 if (sc->ndis_block->nmb_checkforhangsecs == 0)
2025 sc->ndis_block->nmb_checkforhangsecs = 3;
2027 sc->ndis_hang_timer = sc->ndis_block->nmb_checkforhangsecs;
/freebsd-10.3-release/sys/compat/ndis/
H A Dndis_var.h1570 uint32_t nmb_checkforhangsecs; member in struct:ndis_miniport_block
H A Dsubr_ndis.c504 block->nmb_checkforhangsecs = hangsecs;

Completed in 119 milliseconds