• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/aic7xxx/

Lines Matching refs:msgout_buf

630 		ahc->msgout_buf[0] = MSG_BUS_DEV_RESET;
1270 if (ahc->msgout_buf[ahc->msgout_index - 1]
2309 ahc->msgout_buf[ahc->msgout_index++] = identify_msg;
2313 ahc->msgout_buf[ahc->msgout_index++] =
2315 ahc->msgout_buf[ahc->msgout_index++] = scb->hscb->tag;
2321 ahc->msgout_buf[ahc->msgout_index++] = MSG_BUS_DEV_RESET;
2335 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG;
2337 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT;
2480 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXTENDED;
2481 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_SDTR_LEN;
2482 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_SDTR;
2483 ahc->msgout_buf[ahc->msgout_index++] = period;
2484 ahc->msgout_buf[ahc->msgout_index++] = offset;
2501 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXTENDED;
2502 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_WDTR_LEN;
2503 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_WDTR;
2504 ahc->msgout_buf[ahc->msgout_index++] = bus_width;
2524 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXTENDED;
2525 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_PPR_LEN;
2526 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_PPR;
2527 ahc->msgout_buf[ahc->msgout_index++] = period;
2528 ahc->msgout_buf[ahc->msgout_index++] = 0;
2529 ahc->msgout_buf[ahc->msgout_index++] = offset;
2530 ahc->msgout_buf[ahc->msgout_index++] = bus_width;
2531 ahc->msgout_buf[ahc->msgout_index++] = ppr_options;
2643 ahc->msgout_buf[0] = MSG_ABORT_TASK;
2749 ahc->msgout_buf[ahc->msgout_index]);
2751 ahc_outb(ahc, SCSIDATL, ahc->msgout_buf[ahc->msgout_index++]);
2910 ahc->msgout_buf[ahc->msgout_index]);
2913 ahc_outb(ahc, SCSIDATL, ahc->msgout_buf[ahc->msgout_index++]);
3044 if (ahc->msgout_buf[index] == MSG_EXTENDED) {
3047 end_index = index + 1 + ahc->msgout_buf[index + 1];
3048 if (ahc->msgout_buf[index+2] == msgval
3058 } else if (ahc->msgout_buf[index] >= MSG_SIMPLE_TASK
3059 && ahc->msgout_buf[index] <= MSG_IGN_WIDE_RESIDUE) {
3066 && ahc->msgout_buf[index] == msgval
3488 ahc->msgout_buf[0] = MSG_MESSAGE_REJECT;