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

  /src/sys/dev/pci/
if_tireg.h 993 #ifndef TI_JSLOTS
994 #define TI_JSLOTS 384
1002 #define TI_RESID (TI_JPAGESZ - (TI_JLEN * TI_JSLOTS) % TI_JPAGESZ)
1003 #define TI_JMEM ((TI_JLEN * TI_JSLOTS) + TI_RESID)
1055 void * ti_jslots[TI_JSLOTS]; member in struct:ti_chain_data
if_ti.c 613 for (i = 0; i < TI_JSLOTS; i++) {
614 sc->ti_cdata.ti_jslots[i] = ptr;
644 return (sc->ti_cdata.ti_jslots[entry->slot]);
668 if ((i < 0) || (i >= TI_JSLOTS))

Completed in 15 milliseconds