Searched refs:immed_notifies (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx.h665 struct ccb_hdr_slist immed_notifies; member in struct:ahc_tmode_lstate
H A Daic79xx.h719 struct ccb_hdr_slist immed_notifies; member in struct:ahd_tmode_lstate
H A Daic7xxx_core.c6734 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) {
6738 SLIST_REMOVE_HEAD(&lstate->immed_notifies, sim_links.sle);
7515 SLIST_INIT(&lstate->immed_notifies);
7616 if (SLIST_FIRST(&lstate->immed_notifies) != NULL) {
H A Daic79xx_core.c9219 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) {
9223 SLIST_REMOVE_HEAD(&lstate->immed_notifies, sim_links.sle);
10342 SLIST_INIT(&lstate->immed_notifies);
10436 if (SLIST_FIRST(&lstate->immed_notifies) != NULL) {

Completed in 94 milliseconds