HomeSort by: relevance | last modified time | path
    Searched defs:untagged (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
wd33c93var.h 95 struct wd33c93_acb *untagged; member in struct:wd33c93_linfo
ncr53c9xvar.h 161 struct ncr53c9x_ecb *untagged; member in struct:ncr53c9x_linfo
  /src/sys/dev/pci/
trm.c 230 struct trm_srb *untagged; member in struct:trm_linfo
924 if (li->untagged == NULL)
925 li->untagged = srb;
927 if (li->untagged != NULL) {
930 /* we need to issue the untagged command now */
931 srb = li->untagged;
946 if (li->untagged != NULL && li->busy != 1) {
954 if (li->untagged == NULL && tag != 0) {
2051 li->untagged == NULL && li->used == 0) {
2111 if (li->untagged != NULL && li->busy)
    [all...]

Completed in 16 milliseconds