Home | History | Annotate | Download | only in ic

Lines Matching refs:msgout_buf

625 		ahc->msgout_buf[0] = MSG_BUS_DEV_RESET;
1258 if (ahc->msgout_buf[ahc->msgout_index - 1]
2289 ahc->msgout_buf[ahc->msgout_index++] = identify_msg;
2293 ahc->msgout_buf[ahc->msgout_index++] =
2295 ahc->msgout_buf[ahc->msgout_index++] = scb->hscb->tag;
2301 ahc->msgout_buf[ahc->msgout_index++] = MSG_BUS_DEV_RESET;
2315 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG;
2317 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT;
2459 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXTENDED;
2460 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_SDTR_LEN;
2461 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_SDTR;
2462 ahc->msgout_buf[ahc->msgout_index++] = period;
2463 ahc->msgout_buf[ahc->msgout_index++] = offset;
2480 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXTENDED;
2481 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_WDTR_LEN;
2482 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_WDTR;
2483 ahc->msgout_buf[ahc->msgout_index++] = bus_width;
2503 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXTENDED;
2504 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_PPR_LEN;
2505 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_PPR;
2506 ahc->msgout_buf[ahc->msgout_index++] = period;
2507 ahc->msgout_buf[ahc->msgout_index++] = 0;
2508 ahc->msgout_buf[ahc->msgout_index++] = offset;
2509 ahc->msgout_buf[ahc->msgout_index++] = bus_width;
2510 ahc->msgout_buf[ahc->msgout_index++] = ppr_options;
2622 ahc->msgout_buf[0] = MSG_ABORT_TASK;
2728 ahc->msgout_buf[ahc->msgout_index]);
2730 ahc_outb(ahc, SCSIDATL, ahc->msgout_buf[ahc->msgout_index++]);
2858 ahc_outb(ahc, SCSIDATL, ahc->msgout_buf[ahc->msgout_index++]);
2950 if (ahc->msgout_buf[index] == MSG_EXTENDED) {
2953 end_index = index + 1 + ahc->msgout_buf[index + 1];
2954 if (ahc->msgout_buf[index+2] == msgval
2964 } else if (ahc->msgout_buf[index] >= MSG_SIMPLE_TASK
2965 && ahc->msgout_buf[index] <= MSG_IGN_WIDE_RESIDUE) {
2972 && ahc->msgout_buf[index] == msgval
3387 ahc->msgout_buf[0] = MSG_MESSAGE_REJECT;