Home
last modified time | relevance | path

Searched refs:immed_notifies (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dsbp_targ.c125 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 Daic79xx_osm.c626 SLIST_INSERT_HEAD(&lstate->immed_notifies, &ccb->ccb_h, in ahd_action()
1162 list = &lstate->immed_notifies; in ahd_abort_ccb()
H A Daic7xxx_osm.c589 SLIST_INSERT_HEAD(&lstate->immed_notifies, &ccb->ccb_h, in ahc_action()
1221 list = &lstate->immed_notifies; in ahc_abort_ccb()
H A Daic7xxx.h690 struct ccb_hdr_slist immed_notifies;
692 struct ccb_hdr_slist immed_notifies; global() member
H A Daic79xx.h742 struct ccb_hdr_slist immed_notifies;
744 struct ccb_hdr_slist immed_notifies; global() member
H A Daic7xxx.c6318 && (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 Daic79xx.c8489 && (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()