Searched refs:pending_links (Results 1 – 7 of 7) sorted by relevance
| /freebsd-head/sys/dev/aic7xxx/ |
| HD | aic_osm_lib.c | 54 LIST_FOREACH(list_scb, &aic->pending_scbs, pending_links) { in aic_set_recoveryscb()
|
| HD | aic79xx_osm.c | 338 LIST_REMOVE(scb, pending_links); in ahd_done() 396 &ahd->pending_scbs, pending_links) { in ahd_done() 1041 LIST_INSERT_HEAD(&ahd->pending_scbs, scb, pending_links); in ahd_execute_scb()
|
| HD | aic7xxx_osm.c | 337 LIST_REMOVE(scb, pending_links); in ahc_done() 409 pending_links) { in ahc_done() 1077 LIST_INSERT_HEAD(&ahc->pending_scbs, scb, pending_links); in ahc_execute_scb()
|
| HD | aic7xxx.h | 587 LIST_ENTRY(scb) pending_links;
|
| HD | aic79xx.h | 621 #define pending_links links2.le macro
|
| HD | aic79xx.c | 3385 LIST_FOREACH(pending_scb, &ahd->pending_scbs, pending_links) { in ahd_update_pending_scbs() 3428 LIST_FOREACH(pending_scb, &ahd->pending_scbs, pending_links) { in ahd_update_pending_scbs() 5694 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) { in ahd_find_scb_by_tag() 7342 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) { in ahd_reset_cmds_pending() 7823 scbp_next = LIST_NEXT(scbp, pending_links); in ahd_abort_scbs() 9012 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) { in ahd_dump_card_state() 9495 LIST_FOREACH(other_scb, &ahd->pending_scbs, pending_links) { in ahd_other_scb_timeout() 10027 LIST_FOREACH(scb, &ahd->pending_scbs, pending_links) { in ahd_handle_en_lun()
|
| HD | aic7xxx.c | 2102 LIST_FOREACH(pending_scb, &ahc->pending_scbs, pending_links) { in ahc_update_pending_scbs() 5961 scbp_next = LIST_NEXT(scbp, pending_links); in ahc_abort_scbs() 6821 LIST_FOREACH(scb, &ahc->pending_scbs, pending_links) { in ahc_dump_card_state() 6917 LIST_FOREACH(other_scb, &ahc->pending_scbs, pending_links) { in ahc_other_scb_timeout() 7527 LIST_FOREACH(scb, &ahc->pending_scbs, pending_links) { in ahc_handle_en_lun()
|