TI_JSLOTS         637 dev/pci/if_ti.c 	for (i = 0; i < TI_JSLOTS; i++) {
TI_JSLOTS         713 dev/pci/if_ti.c 	if ((i < 0) || (i >= TI_JSLOTS))
TI_JSLOTS        1000 dev/pci/if_tireg.h #define TI_RESID	(TI_JPAGESZ - (TI_JLEN * TI_JSLOTS) % TI_JPAGESZ)
TI_JSLOTS        1001 dev/pci/if_tireg.h #define TI_JMEM		((TI_JLEN * TI_JSLOTS) + TI_RESID)
TI_JSLOTS        1079 dev/pci/if_tireg.h 	struct ti_jslot		ti_jslots[TI_JSLOTS];