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

  /src/sys/dev/pci/cxgb/
cxgb_mvec.h 61 uint16_t mv_count; /* # of clusters */ member in struct:mbuf_vec
75 mv->mv_first = mv->mv_count = 0;
85 int idx = mv->mv_first + mv->mv_count;
90 if (mv->mv_count == 0)
99 mv->mv_count++;
cxgb_mvec.h 61 uint16_t mv_count; /* # of clusters */ member in struct:mbuf_vec
75 mv->mv_first = mv->mv_count = 0;
85 int idx = mv->mv_first + mv->mv_count;
90 if (mv->mv_count == 0)
99 mv->mv_count++;

Completed in 50 milliseconds