Searched refs:immed_notifies (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/dev/firewire/ |
| H A D | sbp_targ.c | 125 struct ccb_hdr_slist immed_notifies; member 466 SLIST_INIT(&lstate->immed_notifies); in sbp_targ_en_lun() 489 if (SLIST_FIRST(&lstate->immed_notifies) != NULL) { in sbp_targ_en_lun() 901 list = &lstate->immed_notifies; in sbp_targ_abort_ccb() 1300 SLIST_INSERT_HEAD(&lstate->immed_notifies, &ccb->ccb_h, in sbp_targ_action1()
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic79xx_osm.c | 626 SLIST_INSERT_HEAD(&lstate->immed_notifies, &ccb->ccb_h, in ahd_action() 1162 list = &lstate->immed_notifies; in ahd_abort_ccb()
|
| H A D | aic7xxx_osm.c | 589 SLIST_INSERT_HEAD(&lstate->immed_notifies, &ccb->ccb_h, in ahc_action() 1221 list = &lstate->immed_notifies; in ahc_abort_ccb()
|
| H A D | aic7xxx.h | 690 struct ccb_hdr_slist immed_notifies; 692 struct ccb_hdr_slist immed_notifies; global() member
|
| H A D | aic79xx.h | 742 struct ccb_hdr_slist immed_notifies; 744 struct ccb_hdr_slist immed_notifies; global() member
|
| H A D | aic7xxx.c | 6318 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahc_send_lstate_events() 6322 SLIST_REMOVE_HEAD(&lstate->immed_notifies, sim_links.sle); in ahc_send_lstate_events() 7448 SLIST_INIT(&lstate->immed_notifies); in ahc_handle_en_lun() 7548 if (SLIST_FIRST(&lstate->immed_notifies) != NULL) { in ahc_handle_en_lun() 7550 while ((cancel_ccb = (union ccb *)SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahc_handle_en_lun() 7551 SLIST_REMOVE_HEAD(&lstate->immed_notifies, sim_links.sle); in ahc_handle_en_lun()
|
| H A D | aic79xx.c | 8489 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahd_send_lstate_events() 8493 SLIST_REMOVE_HEAD(&lstate->immed_notifies, sim_links.sle); in ahd_send_lstate_events() 9955 SLIST_INIT(&lstate->immed_notifies); in ahd_handle_en_lun() 10048 if (SLIST_FIRST(&lstate->immed_notifies) != NULL) { in ahd_handle_en_lun() 10050 while ((cancel_ccb = (union ccb *)SLIST_FIRST(&lstate->immed_notifies)) != NULL) { in ahd_handle_en_lun() 10051 SLIST_REMOVE_HEAD(&lstate->immed_notifies, sim_links.sle); in ahd_handle_en_lun()
|