• Home
  • Raw
  • Download

Lines Matching refs:role

127 						role_t role);
198 role_t role, uint32_t status,
242 role_t role, uint32_t status);
267 u_int tag, role_t role);
2099 if (devinfo.role == ROLE_INITIATOR) { in ahd_handle_seqint()
3699 u_int *period, u_int *ppr_options, role_t role) in ahd_devlimited_syncrate() argument
3722 if (role == ROLE_TARGET) in ahd_devlimited_syncrate()
3788 role_t role) in ahd_validate_offset() argument
3804 if (role == ROLE_TARGET) in ahd_validate_offset()
3817 u_int *bus_width, role_t role) in ahd_validate_width() argument
3832 if (role == ROLE_TARGET) in ahd_validate_width()
4307 role_t role; in ahd_fetch_devinfo() local
4314 role = ROLE_TARGET; in ahd_fetch_devinfo()
4316 role = ROLE_INITIATOR; in ahd_fetch_devinfo()
4318 if (role == ROLE_TARGET in ahd_fetch_devinfo()
4322 } else if (role == ROLE_TARGET) in ahd_fetch_devinfo()
4333 role); in ahd_fetch_devinfo()
4364 u_int lun, char channel, role_t role) in ahd_compile_devinfo() argument
4371 devinfo->role = role; in ahd_compile_devinfo()
4381 role_t role; in ahd_scb_devinfo() local
4385 role = ROLE_INITIATOR; in ahd_scb_devinfo()
4387 role = ROLE_TARGET; in ahd_scb_devinfo()
4389 SCB_GET_LUN(scb), SCB_GET_CHANNEL(ahd, scb), role); in ahd_scb_devinfo()
4550 if (devinfo->role == ROLE_TARGET) in ahd_build_transfer_msg()
4553 &ppr_options, devinfo->role); in ahd_build_transfer_msg()
4584 if (devinfo->role == ROLE_TARGET) in ahd_build_transfer_msg()
4601 devinfo->role); in ahd_build_transfer_msg()
5177 &ppr_options, devinfo->role); in ahd_parse_msg()
5179 tinfo->curr.width, devinfo->role); in ahd_parse_msg()
5210 && devinfo->role == ROLE_INITIATOR) { in ahd_parse_msg()
5251 devinfo->role); in ahd_parse_msg()
5281 && devinfo->role == ROLE_INITIATOR) { in ahd_parse_msg()
5371 devinfo->role); in ahd_parse_msg()
5373 &ppr_options, devinfo->role); in ahd_parse_msg()
5375 bus_width, devinfo->role); in ahd_parse_msg()
5393 if (devinfo->role != ROLE_TARGET) in ahd_parse_msg()
5455 if (devinfo->role != ROLE_TARGET) { in ahd_parse_msg()
5933 lun, SCB_LIST_NULL, devinfo->role, in ahd_handle_devreset()
8044 char channel, int lun, u_int tag, role_t role) in ahd_match_scb() argument
8061 if (role == ROLE_INITIATOR) { in ahd_match_scb()
8065 } else if (role == ROLE_TARGET) { in ahd_match_scb()
8198 int lun, u_int tag, role_t role, uint32_t status, in ahd_search_qinfifo() argument
8260 if (ahd_match_scb(ahd, scb, target, channel, lun, tag, role)) { in ahd_search_qinfifo()
8346 lun, tag, role, status, in ahd_search_qinfifo()
8355 lun, tag, role)) { in ahd_search_qinfifo()
8428 int lun, u_int tag, role_t role, uint32_t status, in ahd_search_scb_list() argument
8461 lun, SCB_LIST_NULL, role) == 0) { in ahd_search_scb_list()
8584 int lun, u_int tag, role_t role, uint32_t status) in ahd_abort_scbs() argument
8600 role, CAM_REQUEUE_REQ, SEARCH_COMPLETE); in ahd_abort_scbs()
8624 if (role != ROLE_TARGET) { in ahd_abort_scbs()
8635 lun, tag, role) == 0) in ahd_abort_scbs()
8658 if (ahd_match_scb(ahd, scbp, target, channel, lun, tag, role)) { in ahd_abort_scbs()
8673 ahd_platform_abort_scbs(ahd, target, channel, lun, tag, role, status); in ahd_abort_scbs()