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

/freebsd-12-stable/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.c2120 LIST_FOREACH(pending_scb, &ahc->pending_scbs, pending_links) {
3927 LIST_INIT(&ahc->pending_scbs);
5231 if (LIST_FIRST(&ahc->pending_scbs) != NULL) {
6007 scbp_next = LIST_FIRST(&ahc->pending_scbs);
6876 LIST_FOREACH(scb, &ahc->pending_scbs, pending_links) {
6972 LIST_FOREACH(other_scb, &ahc->pending_scbs, pending_links) {
7417 if (LIST_FIRST(&ahc->pending_scbs) != NULL) {
7586 LIST_FOREACH(scb, &ahc->pending_scbs, pending_links) {
H A Daic79xx.c3415 LIST_FOREACH(pending_scb, &ahd->pending_scbs, pending_links) {
3458 LIST_FOREACH(pending_scb, &ahd->pending_scbs, pending_links) {
5288 LIST_INIT(&ahd->pending_scbs);
5764 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) {
7200 if (LIST_FIRST(&ahd->pending_scbs) != NULL) {
7405 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) {
7887 scbp_next = LIST_FIRST(&ahd->pending_scbs);
9087 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) {
9576 LIST_FOREACH(other_scb, &ahd->pending_scbs, pending_links) {
9961 if (LIST_FIRST(&ahd->pending_scbs) !
[all...]
H A Daic79xx.h1114 LIST_HEAD(, scb) pending_scbs; member in struct:ahd_softc
H A Daic7xxx.h947 LIST_HEAD(, scb) pending_scbs; member in struct:ahc_softc

Completed in 222 milliseconds