Searched refs:cells_per_lbuf (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm.c840 lbuf_size = sc->cells_per_lbuf * 48;
841 lbufs_per_row = sc->cells_per_row / sc->cells_per_lbuf;
893 lbuf_size = sc->cells_per_lbuf * 48;
894 lbufs_per_row = sc->cells_per_row / sc->cells_per_lbuf;
976 i = (sc->cells_per_lbuf == 2) ? 0
977 :(sc->cells_per_lbuf == 4) ? 1
2040 sc->cells_per_lbuf = layout[sc->he622][6];
2043 sc->cells_per_lbuf);
2045 sc->cells_per_lbuf);
2047 sc->cells_per_lbuf);
[all...]
H A Dif_hatmvar.h77 2 /* cells_per_lbuf */ \
85 4 /* cells_per_lbuf */ \
397 u_int cells_per_lbuf; member in struct:hatm_softc

Completed in 74 milliseconds