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

  /src/sys/dev/ic/
esiopvar.h 104 struct esiop_cmd *tactive[ESIOP_NTAG]; /* active tagged commands */ member in struct:esiop_lun
esiop.c 465 (tag >= 0) ? esiop_lun->tactive[tag] : esiop_lun->active;
1121 esiop_lun->tactive[tag] = NULL;
1280 esiop_cmd = (tag >= 0) ? esiop_lun->tactive[tag] : esiop_lun->active;
1301 esiop_lun->tactive[tag] = NULL;
1330 if (esiop_lun->tactive[tag] == NULL)
1332 esiop_cmd = esiop_lun->tactive[tag];
1345 esiop_lun->tactive[tag] = NULL;
1385 esiop_lun->tactive[tag] = NULL;
1442 esiop_cmd = esiop_lun->tactive[tag];
1455 esiop_lun->tactive[tag] = NULL
    [all...]

Completed in 35 milliseconds