Lines Matching refs:ppr_options

147 						u_int *ppr_options,
170 u_int bus_width, u_int ppr_options);
1863 tinfo->goal.ppr_options = 0; in ahc_handle_scsiint()
2193 u_int *period, u_int *ppr_options, role_t role) in ahc_devlimited_syncrate() argument
2205 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_devlimited_syncrate()
2226 *ppr_options &= transinfo->ppr_options; in ahc_devlimited_syncrate()
2229 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_devlimited_syncrate()
2233 *ppr_options = 0; in ahc_devlimited_syncrate()
2237 return (ahc_find_syncrate(ahc, period, ppr_options, maxsync)); in ahc_devlimited_syncrate()
2247 u_int *ppr_options, u_int maxsync) in ahc_find_syncrate() argument
2252 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_find_syncrate()
2255 if ((*ppr_options & MSG_EXT_PPR_DT_REQ) == 0 in ahc_find_syncrate()
2300 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_find_syncrate()
2312 *ppr_options &= ~MSG_EXT_PPR_DT_REQ; in ahc_find_syncrate()
2447 || tinfo->curr.ppr_options != tinfo->goal.ppr_options in ahc_update_neg_request()
2451 || tinfo->goal.ppr_options != 0))) in ahc_update_neg_request()
2470 u_int offset, u_int ppr_options, u_int type, int paused) in ahc_set_syncrate() argument
2494 tinfo->user.ppr_options = ppr_options; in ahc_set_syncrate()
2500 tinfo->goal.ppr_options = ppr_options; in ahc_set_syncrate()
2505 old_ppr = tinfo->curr.ppr_options; in ahc_set_syncrate()
2510 || old_ppr != ppr_options)) { in ahc_set_syncrate()
2520 if ((ppr_options & MSG_EXT_PPR_DT_REQ) != 0) in ahc_set_syncrate()
2560 tinfo->curr.ppr_options = ppr_options; in ahc_set_syncrate()
2569 (ppr_options & MSG_EXT_PPR_DT_REQ) in ahc_set_syncrate()
2951 u_int ppr_options; in ahc_build_transfer_msg() local
2964 ppr_options = tinfo->goal.ppr_options; in ahc_build_transfer_msg()
2967 ppr_options = 0; in ahc_build_transfer_msg()
2969 &ppr_options, devinfo->role); in ahc_build_transfer_msg()
2977 doppr = ppr_options != 0; in ahc_build_transfer_msg()
3021 tinfo->goal.width, ppr_options); in ahc_build_transfer_msg()
3075 u_int ppr_options) in ahc_construct_ppr() argument
3081 bus_width, ppr_options); in ahc_construct_ppr()
3087 bus_width, period, offset, ppr_options); in ahc_construct_ppr()
3614 u_int ppr_options; in ahc_parse_msg() local
3634 ppr_options = 0; in ahc_parse_msg()
3637 &ppr_options, in ahc_parse_msg()
3653 offset, ppr_options, in ahc_parse_msg()
3791 u_int ppr_options; in ahc_parse_msg() local
3815 ppr_options = ahc->msgin_buf[7]; in ahc_parse_msg()
3821 if ((ppr_options & MSG_EXT_PPR_DT_REQ) == 0 in ahc_parse_msg()
3824 saved_ppr_options = ppr_options; in ahc_parse_msg()
3832 ppr_options &= MSG_EXT_PPR_DT_REQ; in ahc_parse_msg()
3834 ppr_options = 0; in ahc_parse_msg()
3839 &ppr_options, in ahc_parse_msg()
3853 || saved_ppr_options != ppr_options) { in ahc_parse_msg()
3858 ppr_options = 0; in ahc_parse_msg()
3875 bus_width, ppr_options); in ahc_parse_msg()
3888 bus_width, period, offset, ppr_options); in ahc_parse_msg()
3895 offset, ppr_options, in ahc_parse_msg()
4015 tinfo->goal.ppr_options = 0; in ahc_handle_msg_reject()
5488 tinfo->user.ppr_options = in ahc_init()