Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/compat/ndis/
Dsubr_ndis.c1719 p->np_cnt = descnum + NDIS_POOL_EXTRA;
1723 packets = ExAllocatePoolWithTag(NonPagedPool, p->np_cnt *
1735 for (i = 0; i < p->np_cnt; i++)
1768 return (p->np_cnt - ExQueryDepthSList(&p->np_head));
1881 if (ExQueryDepthSList(&p->np_head) == p->np_cnt)
Dndis_var.h1326 int np_cnt; member