Lines Matching refs:goal

1314 				tinfo->goal.transport_version = 2;  in ahc_handle_scsiint()
1315 tinfo->goal.ppr_options = 0; in ahc_handle_scsiint()
1591 memset(&tstate->transinfo[i].goal, 0, in ahc_alloc_tstate()
1592 sizeof(tstate->transinfo[i].goal)); in ahc_alloc_tstate()
1669 transinfo = &tinfo->goal; in ahc_devlimited_syncrate()
1810 *offset = MIN(*offset, tinfo->goal.offset); in ahc_validate_offset()
1838 *bus_width = MIN(tinfo->goal.width, *bus_width); in ahc_validate_width()
1868 if (tinfo->curr.period != tinfo->goal.period in ahc_update_neg_request()
1869 || tinfo->curr.width != tinfo->goal.width in ahc_update_neg_request()
1870 || tinfo->curr.offset != tinfo->goal.offset in ahc_update_neg_request()
1871 || tinfo->curr.ppr_options != tinfo->goal.ppr_options in ahc_update_neg_request()
1873 && (tinfo->goal.offset != 0 in ahc_update_neg_request()
1874 || tinfo->goal.width != MSG_EXT_WDTR_BUS_8_BIT in ahc_update_neg_request()
1875 || tinfo->goal.ppr_options != 0))) in ahc_update_neg_request()
1922 tinfo->goal.period = period; in ahc_set_syncrate()
1923 tinfo->goal.offset = offset; in ahc_set_syncrate()
1924 tinfo->goal.ppr_options = ppr_options; in ahc_set_syncrate()
2037 tinfo->goal.width = width; in ahc_set_width()
2382 period = tinfo->goal.period; in ahc_build_transfer_msg()
2383 ppr_options = tinfo->goal.ppr_options; in ahc_build_transfer_msg()
2389 dowide = tinfo->curr.width != tinfo->goal.width; in ahc_build_transfer_msg()
2399 dowide = tinfo->goal.width != MSG_EXT_WDTR_BUS_8_BIT; in ahc_build_transfer_msg()
2400 dosync = tinfo->goal.offset != 0; in ahc_build_transfer_msg()
2433 offset = tinfo->goal.offset; in ahc_build_transfer_msg()
2435 doppr ? tinfo->goal.width in ahc_build_transfer_msg()
2440 tinfo->goal.width, ppr_options); in ahc_build_transfer_msg()
2445 ahc_construct_wdtr(ahc, devinfo, tinfo->goal.width); in ahc_build_transfer_msg()
3196 if (tinfo->goal.offset) { in ahc_parse_msg()
3437 tinfo->goal.ppr_options = 0; in ahc_handle_msg_reject()
3439 tinfo->goal.transport_version = 2; in ahc_handle_msg_reject()
3462 if (tinfo->goal.offset != tinfo->curr.offset) { in ahc_handle_msg_reject()
4754 tinfo->goal.protocol_version = 2; in ahc_init()
4755 tinfo->goal.transport_version = 2; in ahc_init()