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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx.h719 struct ccb_hdr_slist immed_notifies; member in struct:ahd_tmode_lstate
H A Daic7xxx.h665 struct ccb_hdr_slist immed_notifies; member in struct:ahc_tmode_lstate
H A Daic7xxx_core.c6181 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) {
6185 SLIST_REMOVE_HEAD(&lstate->immed_notifies, sim_links.sle);
6962 SLIST_INIT(&lstate->immed_notifies);
7063 if (SLIST_FIRST(&lstate->immed_notifies) != NULL) {
H A Daic79xx_core.c8459 && (ccbh = SLIST_FIRST(&lstate->immed_notifies)) != NULL) {
8463 SLIST_REMOVE_HEAD(&lstate->immed_notifies, sim_links.sle);
9582 SLIST_INIT(&lstate->immed_notifies);
9676 if (SLIST_FIRST(&lstate->immed_notifies) != NULL) {

Completed in 97 milliseconds