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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1543 LIST_INSERT_HEAD(&ahc->pending_scbs, scb, pending_links);
2099 LIST_FOREACH(pending_scb, &ahc->pending_scbs, pending_links) {
2107 LIST_FOREACH(pending_scb, &ahc->pending_scbs, pending_links) {
H A Daic79xx_osm.c708 LIST_INSERT_HEAD(&ahd->pending_scbs, reset_scb, pending_links);
1525 LIST_INSERT_HEAD(&ahd->pending_scbs, scb, pending_links);
2080 LIST_FOREACH(pending_scb, &ahd->pending_scbs, pending_links) {
H A Daic79xx.h1062 LIST_HEAD(, scb) pending_scbs; member in struct:ahd_softc
H A Daic7xxx.h916 LIST_HEAD(, scb) pending_scbs; member in struct:ahc_softc
H A Daic7xxx_core.c2106 LIST_FOREACH(pending_scb, &ahc->pending_scbs, pending_links) {
3822 LIST_INIT(&ahc->pending_scbs);
5058 if (LIST_FIRST(&ahc->pending_scbs) != NULL) {
5831 scbp_next = LIST_FIRST(&ahc->pending_scbs);
6683 LIST_FOREACH(scb, &ahc->pending_scbs, pending_links) {
6869 if (LIST_FIRST(&ahc->pending_scbs) != NULL) {
7045 LIST_FOREACH(scb, &ahc->pending_scbs, pending_links) {
H A Daic79xx_core.c3443 LIST_FOREACH(pending_scb, &ahd->pending_scbs, pending_links) {
3487 LIST_FOREACH(pending_scb, &ahd->pending_scbs, pending_links) {
5292 LIST_INIT(&ahd->pending_scbs);
5712 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) {
7333 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) {
7813 scbp_next = LIST_FIRST(&ahd->pending_scbs);
8973 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) {
9506 if (LIST_FIRST(&ahd->pending_scbs) != NULL) {
9658 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) {

Completed in 168 milliseconds