Searched refs:pending_scbs (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic_osm_lib.c56 LIST_FOREACH(list_scb, &aic->pending_scbs, pending_links) {
H A Daic79xx_osm.c387 &ahd->pending_scbs, pending_links) {
1043 LIST_INSERT_HEAD(&ahd->pending_scbs, scb, pending_links);
H A Daic7xxx_osm.c402 LIST_FOREACH(list_scb, &ahc->pending_scbs,
1083 LIST_INSERT_HEAD(&ahc->pending_scbs, scb, pending_links);
H A Daic7xxx.c2118 LIST_FOREACH(pending_scb, &ahc->pending_scbs, pending_links) {
3925 LIST_INIT(&ahc->pending_scbs);
5235 if (LIST_FIRST(&ahc->pending_scbs) != NULL) {
6011 scbp_next = LIST_FIRST(&ahc->pending_scbs);
6880 LIST_FOREACH(scb, &ahc->pending_scbs, pending_links) {
6976 LIST_FOREACH(other_scb, &ahc->pending_scbs, pending_links) {
7420 if (LIST_FIRST(&ahc->pending_scbs) != NULL) {
7589 LIST_FOREACH(scb, &ahc->pending_scbs, pending_links) {
H A Daic79xx.c3419 LIST_FOREACH(pending_scb, &ahd->pending_scbs, pending_links) {
3463 LIST_FOREACH(pending_scb, &ahd->pending_scbs, pending_links) {
5293 LIST_INIT(&ahd->pending_scbs);
5771 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) {
7207 if (LIST_FIRST(&ahd->pending_scbs) != NULL) {
7412 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) {
7894 scbp_next = LIST_FIRST(&ahd->pending_scbs);
9094 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) {
9583 LIST_FOREACH(other_scb, &ahd->pending_scbs, pending_links) {
9967 if (LIST_FIRST(&ahd->pending_scbs) !
[all...]
H A Daic79xx.h1112 LIST_HEAD(, scb) pending_scbs; member in struct:ahd_softc
H A Daic7xxx.h945 LIST_HEAD(, scb) pending_scbs; member in struct:ahc_softc

Completed in 208 milliseconds