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

  /src/sys/dev/ic/
esiopvar.h 31 #define ESIOP_NTAG 256
99 #define ESIOP_NTPB ((PAGE_SIZE) / (sizeof(uint32_t) * ESIOP_NTAG))
104 struct esiop_cmd *tactive[ESIOP_NTAG]; /* active tagged commands */
esiop.c 163 sc->sc_c.sc_adapt.adapt_max_periph = ESIOP_NTAG;
171 if (ESIOP_NTAG != A_ndone_slots) {
1328 for (tag = 0; tag < ESIOP_NTAG; tag++) {
1439 ESIOP_NTAG : 0);
1741 if (esiop_cmd->cmd_c.tag >= ESIOP_NTAG ||
1769 sizeof(uint32_t) * ESIOP_NTAG, BUS_DMASYNC_PREWRITE);
2064 newtbls[i].tbl = &tbls[i * ESIOP_NTAG];
2065 newtbls[i].tbl_offset = i * ESIOP_NTAG * sizeof(uint32_t);
2068 for (j = 0; j < ESIOP_NTAG; j++)

Completed in 14 milliseconds