HomeSort by: relevance | last modified time | path
    Searched defs:nperf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_vte.c 1586 int i, nperf; local in function:vte_rxfilter
1617 nperf = 0;
1635 if (nperf < VTE_RXFILT_PERFECT_CNT) {
1637 rxfilt_perf[nperf][0] = eaddr[1] << 8 | eaddr[0];
1638 rxfilt_perf[nperf][1] = eaddr[3] << 8 | eaddr[2];
1639 rxfilt_perf[nperf][2] = eaddr[5] << 8 | eaddr[4];
1640 nperf++;
if_vte.c 1586 int i, nperf; local in function:vte_rxfilter
1617 nperf = 0;
1635 if (nperf < VTE_RXFILT_PERFECT_CNT) {
1637 rxfilt_perf[nperf][0] = eaddr[1] << 8 | eaddr[0];
1638 rxfilt_perf[nperf][1] = eaddr[3] << 8 | eaddr[2];
1639 rxfilt_perf[nperf][2] = eaddr[5] << 8 | eaddr[4];
1640 nperf++;

Completed in 26 milliseconds