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

  /src/sys/dev/ic/
aic6360var.h 74 struct aic_acb { struct
86 TAILQ_ENTRY(aic_acb) chain;
126 TAILQ_HEAD(, aic_acb) free_list, ready_list, nexus_list;
127 struct aic_acb *sc_nexus; /* current command */
128 struct aic_acb sc_acb[8];
aic6360var.h 74 struct aic_acb { struct
86 TAILQ_ENTRY(aic_acb) chain;
126 TAILQ_HEAD(, aic_acb) free_list, ready_list, nexus_list;
127 struct aic_acb *sc_nexus; /* current command */
128 struct aic_acb sc_acb[8];

Completed in 26 milliseconds