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

  /src/sys/dev/ic/
aic7xxx_osm.c 78 LIST_INIT(&ahc->pending_scbs);
245 LIST_FOREACH(list_scb, &ahc->pending_scbs, pending_links) {
633 LIST_INSERT_HEAD(&ahc->pending_scbs, scb, pending_links);
796 LIST_FOREACH(list_scb, &ahc->pending_scbs, pending_links) {
aic79xx_osm.c 237 LIST_FOREACH(list_scb, &ahd->pending_scbs, pending_links) {
620 LIST_INSERT_HEAD(&ahd->pending_scbs, scb, pending_links);
aic79xxvar.h 1084 LIST_HEAD(, scb) pending_scbs; member in struct:ahd_softc
aic7xxxvar.h 1046 LIST_HEAD(, scb) pending_scbs; member in struct:ahc_softc
aic79xx.c 3287 LIST_FOREACH(pending_scb, &ahd->pending_scbs, pending_links) {
5466 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) {
6887 if (LIST_FIRST(&ahd->pending_scbs) != NULL) {
7095 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) {
7146 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) {
7524 scbp_next = LIST_FIRST(&ahd->pending_scbs);
8729 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) {
9284 if (LIST_FIRST(&ahd->pending_scbs) != NULL) {
9440 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) {
aic7xxx.c 2100 LIST_FOREACH(pending_scb, &ahc->pending_scbs, pending_links) {
4954 if (LIST_FIRST(&ahc->pending_scbs) != NULL)
5865 scbp_next = LIST_FIRST(&ahc->pending_scbs);
6732 LIST_FOREACH(scb, &ahc->pending_scbs, pending_links) {
6916 if (LIST_FIRST(&ahc->pending_scbs) != NULL) {
7074 LIST_FOREACH(scb, &ahc->pending_scbs, pending_links) {
  /src/sys/dev/pci/
ahd_pci.c 353 LIST_INIT(&ahd->pending_scbs);

Completed in 49 milliseconds