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

/freebsd-11-stable/sys/dev/ntb/
H A Dntb.c49 int mwcnt; member in struct:ntb_child
105 nc->mwcnt = mw;
186 if (nc->mwcnt > 0) {
188 if (nc->mwcnt > 1)
189 printf("-%d", nc->mwoff + nc->mwcnt - 1);
356 return (nc->mwcnt);

Completed in 105 milliseconds