Searched refs:msgdone (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2652 int msgdone; local
2700 msgdone = ahc->msgout_index == ahc->msgout_len;
2701 if (msgdone) {
2807 int msgdone; local
2843 msgdone = ahc->msgout_index == ahc->msgout_len;
2844 if (msgdone) {
2861 int msgdone; local
2876 msgdone = ahc_parse_msg(ahc, &devinfo);
2877 if (msgdone == MSGLOOP_TERMINATED) {
2889 if (msgdone
[all...]
H A Daic79xx_core.c3937 int msgdone; local
3996 msgdone = ahd->msgout_index == ahd->msgout_len;
3997 if (msgdone) {
4104 int msgdone; local
4145 msgdone = ahd->msgout_index == ahd->msgout_len;
4146 if (msgdone) {
4163 int msgdone; local
4183 msgdone = ahd_parse_msg(ahd, &devinfo);
4184 if (msgdone == MSGLOOP_TERMINATED) {
4196 if (msgdone
[all...]

Completed in 60 milliseconds